diff --git a/components/AiAssist.vue b/components/AiAssist.vue
index 27561f46..bd0b2890 100644
--- a/components/AiAssist.vue
+++ b/components/AiAssist.vue
@@ -1,40 +1,123 @@
+
+
+
+
+
+
diff --git a/components/AiDvRender.vue b/components/AiDvRender.vue
index e0fd4265..12e3cfd3 100644
--- a/components/AiDvRender.vue
+++ b/components/AiDvRender.vue
@@ -32,7 +32,7 @@
:theme="theme"
:isShowIndex="data.isShowIndex"
:config="dvTableConfig"
- :data="values">
+ :data="values" :simple="data.simple==1">
td.el-table__cell {
+ background-color: rgba(33, 180, 253, 0.1) !important;
+ }
+
+ td.el-table__cell, th.el-table__cell.is-leaf {
+ border-bottom: none !important;
+ }
+
+ th.el-table__cell {
+ background-color: transparent !important;
+ }
+
+ tr {
+ background-color: transparent !important;
+ }
+
+ .el-table__cell {
+ padding: 7px 0;
+ color: #d0e1e8;
+ }
+
+ .el-table__header tr .cell {
+ color: #02FEFF !important;
+ }
+}
diff --git a/components/layout/AiDvSummary/AiDvSummary.vue b/components/layout/AiDvSummary/AiDvSummary.vue
index eb4c8026..63de4002 100644
--- a/components/layout/AiDvSummary/AiDvSummary.vue
+++ b/components/layout/AiDvSummary/AiDvSummary.vue
@@ -25,11 +25,13 @@ import Summary15 from './components/Summary15'
import Summary16 from './components/Summary16'
import Summary17 from './components/Summary17'
import Summary18 from './components/Summary18'
+import Summary19 from "./components/Summary19";
export default {
name: 'AiDvSummary',
components: {
+ Summary19,
Summary0,
Summary1,
Summary2,
diff --git a/components/layout/AiDvSummary/components/Summary19.vue b/components/layout/AiDvSummary/components/Summary19.vue
new file mode 100644
index 00000000..533f51fd
--- /dev/null
+++ b/components/layout/AiDvSummary/components/Summary19.vue
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
diff --git a/components/layout/AiDvSvg/AiDvSvg.vue b/components/layout/AiDvSvg/AiDvSvg.vue
new file mode 100644
index 00000000..58474001
--- /dev/null
+++ b/components/layout/AiDvSvg/AiDvSvg.vue
@@ -0,0 +1,146 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/components/layout/AiDvSvg/assets/close.png b/components/layout/AiDvSvg/assets/close.png
new file mode 100644
index 00000000..70e6a898
Binary files /dev/null and b/components/layout/AiDvSvg/assets/close.png differ
diff --git a/components/layout/AiDvTable/AiDvTable.vue b/components/layout/AiDvTable/AiDvTable.vue
index 42d9853f..4fb6cea7 100644
--- a/components/layout/AiDvTable/AiDvTable.vue
+++ b/components/layout/AiDvTable/AiDvTable.vue
@@ -1,163 +1,300 @@
-
-
+
@@ -207,12 +216,25 @@
+