agilebuilder-ui 1.1.65-tmp23 → 1.1.65-tmp25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/dist/index.full.min.js +474 -281
  2. package/dist/style.css +181 -175
  3. package/es/chat-embed/src/chat-sender.vue.mjs +1 -1
  4. package/es/chat-embed/src/chat-sender.vue2.mjs +26 -28
  5. package/es/chat-embed/src/index.vue.mjs +1 -1
  6. package/es/chat-embed/src/index.vue2.mjs +29 -29
  7. package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +68 -68
  8. package/es/department-tree-mobile/src/department-tree-service.mjs +20 -18
  9. package/es/department-tree-mobile/src/dept-result.vue.mjs +12 -11
  10. package/es/department-user-tree-inline/src/department-user-single-tree-inline.vue.mjs +3 -3
  11. package/es/department-user-tree-inline/src/department-user-tree-inline.vue.mjs +6 -6
  12. package/es/department-user-tree-inline/src/department-user-tree-single-service.mjs +1 -1
  13. package/es/fs-preview/src/fs-preview.vue.mjs +26 -18
  14. package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +1 -1
  15. package/es/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.mjs +1 -1
  16. package/es/index.mjs +27 -22
  17. package/es/src/components/Card/index.mjs +34 -31
  18. package/es/src/components/Scrollbar/index.vue.mjs +6 -6
  19. package/es/src/i18n/langs/cn.mjs +1 -1
  20. package/es/src/i18n/langs/en.mjs +1 -1
  21. package/es/src/utils/common-util.mjs +47 -39
  22. package/es/src/utils/watermark.mjs +35 -25
  23. package/es/style.css +708 -702
  24. package/es/super-grid/src/apis.mjs +199 -173
  25. package/es/super-grid/src/components/mobile-table-card.mjs +53 -53
  26. package/es/super-grid/src/normal-column-content.vue.mjs +12 -12
  27. package/es/super-grid/src/normal-column.vue.mjs +4 -5
  28. package/es/super-grid/src/search-button.vue.mjs +4 -2
  29. package/es/super-grid/src/search-form-dialog.vue.mjs +22 -11
  30. package/es/super-grid/src/search-form-item.vue.mjs +5 -5
  31. package/es/super-grid/src/search-form-mobile.vue.mjs +19 -19
  32. package/es/super-grid/src/search-form-open.vue.mjs +5 -3
  33. package/es/super-grid/src/search-form-ordinarySearch.vue.mjs +3 -1
  34. package/es/super-grid/src/search-form.vue.mjs +19 -13
  35. package/es/super-grid/src/super-grid.vue.mjs +271 -209
  36. package/es/super-grid/src/utils.mjs +346 -300
  37. package/es/utils/organization.mjs +24 -11
  38. package/lib/chat-embed/src/chat-sender.vue.cjs +1 -1
  39. package/lib/chat-embed/src/chat-sender.vue2.cjs +44 -46
  40. package/lib/chat-embed/src/index.vue.cjs +1 -1
  41. package/lib/chat-embed/src/index.vue2.cjs +14 -14
  42. package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +58 -58
  43. package/lib/department-tree-mobile/src/department-tree-service.cjs +10 -8
  44. package/lib/department-tree-mobile/src/dept-result.vue.cjs +10 -10
  45. package/lib/department-user-tree-inline/src/department-user-single-tree-inline.vue.cjs +16 -16
  46. package/lib/department-user-tree-inline/src/department-user-tree-inline.vue.cjs +5 -5
  47. package/lib/department-user-tree-inline/src/department-user-tree-single-service.cjs +1 -1
  48. package/lib/fs-preview/src/fs-preview.vue.cjs +13 -5
  49. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +1 -1
  50. package/lib/fs-upload-new/src/file-upload-mobile/file-upload-input.vue.cjs +13 -13
  51. package/lib/index.cjs +11 -11
  52. package/lib/src/components/Card/index.cjs +14 -11
  53. package/lib/src/components/Scrollbar/index.vue.cjs +2 -2
  54. package/lib/src/i18n/langs/cn.cjs +1 -1
  55. package/lib/src/i18n/langs/en.cjs +1 -1
  56. package/lib/src/utils/common-util.cjs +24 -17
  57. package/lib/src/utils/watermark.cjs +32 -21
  58. package/lib/style.css +888 -882
  59. package/lib/super-grid/src/apis.cjs +190 -164
  60. package/lib/super-grid/src/components/mobile-table-card.cjs +37 -37
  61. package/lib/super-grid/src/normal-column-content.vue.cjs +2 -2
  62. package/lib/super-grid/src/normal-column.vue.cjs +10 -11
  63. package/lib/super-grid/src/search-button.vue.cjs +3 -1
  64. package/lib/super-grid/src/search-form-dialog.vue.cjs +19 -8
  65. package/lib/super-grid/src/search-form-item.vue.cjs +2 -2
  66. package/lib/super-grid/src/search-form-mobile.vue.cjs +7 -7
  67. package/lib/super-grid/src/search-form-open.vue.cjs +7 -5
  68. package/lib/super-grid/src/search-form-ordinarySearch.vue.cjs +3 -1
  69. package/lib/super-grid/src/search-form.vue.cjs +15 -10
  70. package/lib/super-grid/src/super-grid.vue.cjs +220 -158
  71. package/lib/super-grid/src/utils.cjs +349 -274
  72. package/lib/utils/organization.cjs +35 -24
  73. package/package.json +1 -1
  74. package/src/components/Card/index.jsx +12 -2
  75. package/src/components/Scrollbar/index.vue +165 -154
  76. package/src/i18n/langs/cn.js +10 -2
  77. package/src/i18n/langs/en.js +10 -2
  78. package/src/styles/index.scss +9 -2
  79. package/src/styles/theme/default.scss +18 -13
  80. package/src/styles/theme/tiffany-blue-mobile/home.scss +44 -1
  81. package/src/utils/auth-api.js +1 -0
  82. package/src/utils/common-util.js +13 -0
package/es/style.css CHANGED
@@ -1,14 +1,14 @@
1
- @charset "UTF-8";.el-scrollbar[data-v-8aab68fc] {
1
+ @charset "UTF-8";.el-scrollbar[data-v-dba8fdf8] {
2
2
  position: relative;
3
3
  }
4
- .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap {
4
+ .el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap {
5
5
  max-height: none !important;
6
6
  overflow: initial !important;
7
7
  }
8
- .el-scrollbar[data-v-8aab68fc].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
8
+ .el-scrollbar[data-v-dba8fdf8].is-dispatch > .el-scrollbar__wrap ~ el-scrollbar__bar {
9
9
  display: none;
10
10
  }
11
- .el-scrollbar[data-v-8aab68fc].scroll-top-shadow::before {
11
+ .el-scrollbar[data-v-dba8fdf8].scroll-top-shadow::before {
12
12
  content: " ";
13
13
  position: absolute;
14
14
  top: 0;
@@ -18,7 +18,7 @@
18
18
  box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.2);
19
19
  z-index: 2;
20
20
  }
21
- .el-scrollbar[data-v-8aab68fc].scroll-bottom-shadow::after {
21
+ .el-scrollbar[data-v-dba8fdf8].scroll-bottom-shadow::after {
22
22
  content: " ";
23
23
  position: absolute;
24
24
  bottom: 0;
@@ -28,7 +28,7 @@
28
28
  box-shadow: inset 0 -8px 8px -8px rgba(0, 0, 0, 0.2);
29
29
  z-index: 2;
30
30
  }
31
- .el-scrollbar[data-v-8aab68fc] > .el-scrollbar__wrap {
31
+ .el-scrollbar[data-v-dba8fdf8] > .el-scrollbar__wrap {
32
32
  position: relative;
33
33
  z-index: 1;
34
34
  }.yx-affix[data-v-417c4495]:empty {
@@ -119,6 +119,23 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  height: 100%;
120
120
  position: absolute;
121
121
  z-index: 999;
122
+ }
123
+ .svg-icon[data-v-67e4e504] {
124
+ width: 1.2em;
125
+ height: 1.2em;
126
+ vertical-align: -0.25em;
127
+ fill: currentColor;
128
+ overflow: initial;
129
+ }
130
+ .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
131
+ display: inline-block;
132
+ font-size: 14px;
133
+ line-height: 50px;
134
+ margin-left: 10px;
135
+ }
136
+ .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
137
+ color: #97a8be;
138
+ cursor: text;
122
139
  }.amd-hamburger-container-main[data-v-79c35667] {
123
140
  padding: 0;
124
141
  display: flex;
@@ -132,53 +149,75 @@ iframe.tab-main-content[data-v-3c90505e] {
132
149
  width: var(--admin-layout-left-menu-collapse, 54px);
133
150
  font-size: 18px;
134
151
  cursor: pointer;
135
- }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
136
- display: inline-block;
137
- font-size: 14px;
138
- line-height: 50px;
139
- margin-left: 10px;
140
152
  }
141
- .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
142
- color: #97a8be;
143
- cursor: text;
144
- }.grid-area .elTable th[data-v-2eb1c8ec] {
153
+ .searchResult[data-v-22410ec9] {
154
+ color: red;
155
+ }
156
+ .inline-input-custom[data-v-22410ec9] {
157
+ width: 90%;
158
+ }
159
+
160
+ .red-circle[data-v-998f4283] {
161
+ width: 20px; /* 圆圈的宽度 */
162
+ height: 20px; /* 圆圈的高度 */
163
+ background-color: red; /* 背景色设置为红色 */
164
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
+ display: inline-block; /* 确保元素以块级元素显示 */
166
+ }
167
+ .green-circle[data-v-998f4283] {
168
+ width: 20px; /* 圆圈的宽度 */
169
+ height: 20px; /* 圆圈的高度 */
170
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
171
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
172
+ display: inline-block; /* 确保元素以块级元素显示 */
173
+ }
174
+ .ValidCode[data-v-aa77e3bd] {
175
+ display: flex;
176
+ background-color: #fff;
177
+ justify-content: center;
178
+ align-items: center;
179
+ cursor: pointer;
180
+ }
181
+ .ValidCode span[data-v-aa77e3bd] {
182
+ display: inline-block;
183
+ }.grid-area .elTable th[data-v-664b8a45] {
145
184
  padding: 2px 0 !important;
146
185
  }
147
- .grid-area .elTable td[data-v-2eb1c8ec] {
186
+ .grid-area .elTable td[data-v-664b8a45] {
148
187
  padding: 2px 0 !important;
149
188
  }
150
- .el-table[data-v-2eb1c8ec] > .el-table__inner-wrapper {
189
+ .el-table[data-v-664b8a45] > .el-table__inner-wrapper {
151
190
  height: 100% !important;
152
191
  }
153
- .flex-gap-15[data-v-2eb1c8ec], .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .grid-search-row {
192
+ .flex-gap-15[data-v-664b8a45], .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .grid-search-row {
154
193
  display: flex;
155
194
  gap: var(--layout-form-flex-gap, 15px);
156
195
  align-items: center;
157
196
  }
158
- .flex-gap-15 .el-button[data-v-2eb1c8ec], .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .grid-search-row .el-button {
197
+ .flex-gap-15 .el-button[data-v-664b8a45], .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .grid-search-row .el-button {
159
198
  margin: 0;
160
199
  }
161
- .flex-gap-15 .el-button + .el-button[data-v-2eb1c8ec], .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
200
+ .flex-gap-15 .el-button + .el-button[data-v-664b8a45], .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
162
201
  margin: 0;
163
202
  }
164
- .super-grid-main-view[data-v-2eb1c8ec] {
203
+ .super-grid-main-view[data-v-664b8a45] {
165
204
  display: flex;
166
205
  flex-direction: column;
167
206
  align-items: stretch;
168
207
  max-width: 100%;
169
208
  gap: var(--super-grid-main-view-gap, 10px);
170
209
  }
171
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view {
210
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view {
172
211
  width: 100%;
173
212
  }
174
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .grid-search-row {
213
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .grid-search-row {
175
214
  flex-wrap: wrap;
176
215
  width: 100%;
177
216
  }
178
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view [load-complete-query] {
217
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view [load-complete-query] {
179
218
  flex-direction: column;
180
219
  }
181
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row {
220
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row {
182
221
  flex-wrap: wrap;
183
222
  margin: 0;
184
223
  padding: 0;
@@ -186,28 +225,28 @@ iframe.tab-main-content[data-v-3c90505e] {
186
225
  width: 100%;
187
226
  align-items: self-start;
188
227
  }
189
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col {
228
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col {
190
229
  padding: 0;
191
230
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
192
231
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
193
232
  }
194
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col.el-col-6 {
233
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-6 {
195
234
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
196
235
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
197
236
  }
198
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col.el-col-8 {
237
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-8 {
199
238
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
200
239
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
201
240
  }
202
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col.el-col-12 {
241
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-12 {
203
242
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
204
243
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
205
244
  }
206
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col .el-form-item {
245
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item {
207
246
  width: 100%;
208
247
  align-items: center;
209
248
  }
210
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
249
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
211
250
  display: block;
212
251
  width: 82px;
213
252
  height: auto;
@@ -218,43 +257,43 @@ iframe.tab-main-content[data-v-3c90505e] {
218
257
  word-break: normal;
219
258
  white-space: normal;
220
259
  }
221
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
260
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
222
261
  width: calc(100% - 1px);
223
262
  }
224
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
263
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
225
264
  margin-left: auto;
226
265
  margin-top: auto;
227
266
  max-width: none;
228
267
  }
229
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
268
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
230
269
  margin-left: var(--layout-form-flex-gap, 15px);
231
270
  margin-top: 0;
232
271
  margin-right: auto;
233
272
  }
234
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-search-view .search-button {
273
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .search-button {
235
274
  gap: var(--super-grid-main-btn-view-gap, 10px);
236
275
  margin-left: auto;
237
276
  margin-top: auto;
238
277
  }
239
- .super-grid-main-view[data-v-2eb1c8ec] .el-table .el-scrollbar__bar.is-horizontal {
278
+ .super-grid-main-view[data-v-664b8a45] .el-table .el-scrollbar__bar.is-horizontal {
240
279
  height: 8px;
241
280
  transition: top 0.2s ease, bottom 0.2s ease;
242
281
  }
243
- .super-grid-main-view[data-v-2eb1c8ec] .el-table .el-scrollbar__bar.is-vertical {
282
+ .super-grid-main-view[data-v-664b8a45] .el-table .el-scrollbar__bar.is-vertical {
244
283
  width: 8px;
245
284
  }
246
- .super-grid-main-view[data-v-2eb1c8ec] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
285
+ .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
247
286
  display: flex;
248
287
  flex-direction: column-reverse;
249
288
  }
250
- .super-grid-main-view[data-v-2eb1c8ec] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
289
+ .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
251
290
  flex: 1;
252
291
  }
253
- .super-grid-main-view[data-v-2eb1c8ec] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
292
+ .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
254
293
  top: 0;
255
294
  bottom: auto;
256
295
  }
257
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body {
296
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-body {
258
297
  width: 100%;
259
298
  display: flex;
260
299
  flex-wrap: wrap;
@@ -263,16 +302,16 @@ iframe.tab-main-content[data-v-3c90505e] {
263
302
  flex: 1 1 auto;
264
303
  gap: var(--super-grid-main-view-gap, 10px);
265
304
  }
266
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-view {
305
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-view {
267
306
  flex-grow: 1;
268
307
  flex-shrink: 1;
269
308
  flex-basis: auto;
270
309
  }
271
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-card-view {
310
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-card-view {
272
311
  width: 100%;
273
312
  max-width: 100%;
274
313
  }
275
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view {
314
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view {
276
315
  position: relative;
277
316
  display: flex;
278
317
  justify-content: space-between;
@@ -281,49 +320,10 @@ iframe.tab-main-content[data-v-3c90505e] {
281
320
  gap: var(--super-grid-main-view-gap, 10px);
282
321
  width: 100%;
283
322
  }
284
- .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
323
+ .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
285
324
  flex-wrap: wrap;
286
325
  gap: var(--layout-form-flex-gap, 15px) 0;
287
326
  }
288
- .svg-icon[data-v-67e4e504] {
289
- width: 1.2em;
290
- height: 1.2em;
291
- vertical-align: -0.25em;
292
- fill: currentColor;
293
- overflow: initial;
294
- }
295
-
296
- .searchResult[data-v-22410ec9] {
297
- color: red;
298
- }
299
- .inline-input-custom[data-v-22410ec9] {
300
- width: 90%;
301
- }
302
-
303
- .red-circle[data-v-998f4283] {
304
- width: 20px; /* 圆圈的宽度 */
305
- height: 20px; /* 圆圈的高度 */
306
- background-color: red; /* 背景色设置为红色 */
307
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
308
- display: inline-block; /* 确保元素以块级元素显示 */
309
- }
310
- .green-circle[data-v-998f4283] {
311
- width: 20px; /* 圆圈的宽度 */
312
- height: 20px; /* 圆圈的高度 */
313
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
314
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
- display: inline-block; /* 确保元素以块级元素显示 */
316
- }
317
- .ValidCode[data-v-aa77e3bd] {
318
- display: flex;
319
- background-color: #fff;
320
- justify-content: center;
321
- align-items: center;
322
- cursor: pointer;
323
- }
324
- .ValidCode span[data-v-aa77e3bd] {
325
- display: inline-block;
326
- }
327
327
  .searchResult {
328
328
  color: red;
329
329
  }
@@ -331,10 +331,12 @@ iframe.tab-main-content[data-v-3c90505e] {
331
331
  width: 90%;
332
332
  }
333
333
 
334
- .organization-input .el-input-group__append {
335
- padding: 0 10px 0 0;
334
+ .select-top-span {
335
+ width: 100%;
336
336
  }
337
- .nine-grid-area[data-v-80f6a26f] {
337
+ [data-v-34406c62] .el-select-dropdown__item {
338
+ display: inline-block;
339
+ }.nine-grid-area[data-v-80f6a26f] {
338
340
  padding: 10px;
339
341
  }
340
342
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -474,26 +476,30 @@ iframe.tab-main-content[data-v-3c90505e] {
474
476
  font-weight: 600;
475
477
  margin-left: 4px;
476
478
  }
477
- .fs-preview-container[data-v-2448d898] {
479
+ .organization-input .el-input-group__append {
480
+ padding: 0 10px 0 0;
481
+ }
482
+
483
+ .fs-preview-container[data-v-7f109349] {
478
484
  display: flex;
479
485
  align-items: center;
480
486
  gap: 5px;
481
487
  justify-content: space-between;
482
488
  }
483
- .fs-preview-tool[data-v-2448d898] {
489
+ .fs-preview-tool[data-v-7f109349] {
484
490
  display: flex;
485
491
  align-items: center;
486
492
  flex-shrink: 0;
487
493
  min-width: max-content;
488
494
  margin-left: auto; /* 添加这行,将工具栏推到右侧 */
489
495
  }
490
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
491
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
496
+ .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
497
+ .more-file-icon[data-v-7f109349] .amb-color-iconfont {
492
498
  width: 30px;
493
499
  height: 30px;
494
500
  }
495
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
496
- .file-actions[data-v-2448d898] .amb-color-iconfont {
501
+ .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
502
+ .file-actions[data-v-7f109349] .amb-color-iconfont {
497
503
  font-size: 15px !important; /* 图标实际大小,按需改 */
498
504
  display: inline-block;
499
505
  width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
@@ -501,15 +507,15 @@ iframe.tab-main-content[data-v-3c90505e] {
501
507
  line-height: 1em;
502
508
  cursor: pointer;
503
509
  }
504
- .amb-list-preivew-name[data-v-2448d898] {
510
+ .amb-list-preivew-name[data-v-7f109349] {
505
511
  overflow: hidden;
506
512
  text-overflow: ellipsis;
507
513
  white-space: nowrap;
508
514
  }
509
- .el-link + .el-link[data-v-2448d898] {
515
+ .el-link + .el-link[data-v-7f109349] {
510
516
  margin-left: 5px;
511
517
  }
512
- .file-item[data-v-2448d898] {
518
+ .file-item[data-v-7f109349] {
513
519
  display: flex;
514
520
  align-items: center;
515
521
  justify-content: space-between; /* 添加这行来分布空间 */
@@ -519,34 +525,34 @@ iframe.tab-main-content[data-v-3c90505e] {
519
525
  border-radius: 8px;
520
526
  transition: background-color 0.2s;
521
527
  }
522
- .file-item[data-v-2448d898]:hover {
528
+ .file-item[data-v-7f109349]:hover {
523
529
  color: var(--el-button-hover-text-color, #409eff);
524
530
  border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
525
531
  background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
526
532
  outline: none;
527
533
  }
528
- .file-actions[data-v-2448d898] {
534
+ .file-actions[data-v-7f109349] {
529
535
  display: flex;
530
536
  align-items: center;
531
537
  gap: 5px;
532
538
  flex-shrink: 0; /* 防止按钮被压缩 */
533
539
  }
534
- .super-icon + .super-icon[data-v-2448d898] {
540
+ .super-icon + .super-icon[data-v-7f109349] {
535
541
  margin-left: 5px;
536
542
  }
537
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
543
+ .amb-iconfont + .amb-iconfont[data-v-7f109349] {
538
544
  margin-left: 5px;
539
545
  }
540
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
546
+ .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
541
547
  margin-left: 5px;
542
548
  }
543
- .amb-iconfont[data-v-2448d898] {
549
+ .amb-iconfont[data-v-7f109349] {
544
550
  color: var(--el-color-primary);
545
551
  }
546
- .fs-preview-container[data-v-2448d898] .el-button > span {
552
+ .fs-preview-container[data-v-7f109349] .el-button > span {
547
553
  font-size: 14px !important;
548
554
  }
549
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
555
+ .fs-preview-container[data-v-7f109349] .el-button.is-round {
550
556
  padding: 5px 11px;
551
557
  height: var(--el-button-size);
552
558
  }.select[data-v-52983a24] {
@@ -560,12 +566,9 @@ iframe.tab-main-content[data-v-3c90505e] {
560
566
  width: 100%;
561
567
  height: 100%;
562
568
  text-align: center;
563
- }
564
- .select-top-span {
569
+ }iframe[data-v-e5fb3b56] {
565
570
  width: 100%;
566
- }
567
- [data-v-34406c62] .el-select-dropdown__item {
568
- display: inline-block;
571
+ height: calc(100vh - 50px);
569
572
  }.wscn-http404-container[data-v-4f824f28] {
570
573
  transform: translate(-50%, -50%);
571
574
  position: absolute;
@@ -757,9 +760,6 @@ iframe.tab-main-content[data-v-3c90505e] {
757
760
  transform: translateY(0);
758
761
  opacity: 1;
759
762
  }
760
- }iframe[data-v-e5fb3b56] {
761
- width: 100%;
762
- height: calc(100vh - 50px);
763
763
  }.errPage-container[data-v-6bef0241] {
764
764
  width: 800px;
765
765
  max-width: 100%;
@@ -828,6 +828,11 @@ iframe.tab-main-content[data-v-3c90505e] {
828
828
  flex: 0 0 90%;
829
829
  text-align: left;
830
830
  }
831
+ .organization-tree .item-label .item-description {
832
+ font-size: 14px;
833
+ color: #9ea0a2;
834
+ margin-left: 8px;
835
+ }
831
836
  .organization-tree .item-side {
832
837
  flex: 0 0 10%;
833
838
  text-align: right;
@@ -880,16 +885,6 @@ iframe.tab-main-content[data-v-3c90505e] {
880
885
  iframe[data-v-20dccb82] {
881
886
  width: 100%;
882
887
  height: calc(100vh - 50px);
883
- }.app-main[data-v-2d98e845] {
884
- padding: var(--app-main-padding, 15px);
885
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
886
- position: relative;
887
- overflow: hidden;
888
- }
889
- .app-main[data-v-2d98e845] > .app-container {
890
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
891
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
892
- overflow: auto;
893
888
  }.smb-sidebar-menu-item[data-v-38e3eafc] {
894
889
  position: relative;
895
890
  --el-menu-item-height: 45px;
@@ -932,6 +927,16 @@ iframe[data-v-20dccb82] {
932
927
  }
933
928
  .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
934
929
  flex: 0 0 calc(100% - 20px - 20px);
930
+ }.app-main[data-v-2d98e845] {
931
+ padding: var(--app-main-padding, 15px);
932
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
933
+ position: relative;
934
+ overflow: hidden;
935
+ }
936
+ .app-main[data-v-2d98e845] > .app-container {
937
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
938
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
939
+ overflow: auto;
935
940
  }.smb-sidebar-menu-item[data-v-da857302] {
936
941
  position: relative;
937
942
  --el-menu-item-height: 45px;
@@ -983,8 +988,36 @@ iframe[data-v-20dccb82] {
983
988
  }
984
989
  .inline-input-custom {
985
990
  width: 98%;
991
+ }
992
+ .searchDepartmentUser {
993
+ width: 250px;
994
+ }
995
+ .el-autocomplete-suggestion.el-popper {
996
+ min-width: 300px;
986
997
  }
987
998
 
999
+ .searchResult {
1000
+ color: red;
1001
+ }
1002
+ .inline-select-custom {
1003
+ width: 100px;
1004
+ }
1005
+ .inline-input-custom {
1006
+ width: 98%;
1007
+ }
1008
+ .searchDepartmentUser {
1009
+ width: 250px;
1010
+ }
1011
+ .el-autocomplete-suggestion.el-popper {
1012
+ min-width: 300px;
1013
+ }
1014
+ .super-icon[data-v-875fd31c] {
1015
+ width: 1em;
1016
+ height: 1em;
1017
+ font-size: 14px;
1018
+ }.row-form-item[data-v-4b5a56cc] {
1019
+ width: 50%;
1020
+ }
988
1021
  .organization-tree,
989
1022
  .organization-tree .el-checkbox__label,
990
1023
  .organization-tree .el-breadcrumb__inner,
@@ -1042,13 +1075,7 @@ iframe[data-v-20dccb82] {
1042
1075
  .organization-tree .dept-path .breadcrumb-label-link {
1043
1076
  color: #409eff;
1044
1077
  }
1045
- .super-icon[data-v-875fd31c] {
1046
- width: 1em;
1047
- height: 1em;
1048
- font-size: 14px;
1049
- }.row-form-item[data-v-4b5a56cc] {
1050
- width: 50%;
1051
- }
1078
+
1052
1079
  .organization-tree,
1053
1080
  .organization-tree .el-checkbox__label,
1054
1081
  .organization-tree .el-breadcrumb__inner,
@@ -1106,25 +1133,117 @@ iframe[data-v-20dccb82] {
1106
1133
  .organization-tree .dept-path .breadcrumb-label-link {
1107
1134
  color: #409eff;
1108
1135
  }
1109
- [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1136
+
1137
+ .ab-date-range[data-v-2aeaa81d] {
1138
+ display: flex;
1139
+ align-items: center;
1140
+ width: 100%;
1141
+ gap: 8px;
1142
+ box-sizing: border-box;
1143
+ min-width: 0;
1144
+ }
1145
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1146
+ width: 100%;
1147
+ min-width: 0;
1148
+ }
1149
+ .sep[data-v-2aeaa81d] {
1150
+ padding: 0 8px;
1151
+ color: var(--el-text-color-secondary);
1152
+ white-space: nowrap;
1153
+ flex: 0 0 auto;
1154
+ }
1155
+
1156
+ .searchResult {
1157
+ color: red;
1158
+ }
1159
+ .inline-input-custom {
1160
+ width: 90%;
1161
+ }
1162
+ .el-autocomplete-suggestion.el-popper {
1163
+ min-width: 300px;
1164
+ }
1165
+
1166
+ .searchResult {
1167
+ color: red;
1168
+ }
1169
+ .inline-input-custom {
1170
+ width: 100% !important;
1171
+ }
1172
+ .el-autocomplete-suggestion.el-popper {
1173
+ min-width: 300px;
1174
+ }
1175
+
1176
+ .searchResult {
1177
+ color: red;
1178
+ }
1179
+ .inline-select-custom {
1180
+ width: 100px;
1181
+ }
1182
+ .inline-input-custom {
1183
+ width: 98%;
1184
+ }
1185
+
1186
+ .searchResult {
1187
+ color: red;
1188
+ }
1189
+ .inline-select-custom {
1190
+ width: 100px;
1191
+ }
1192
+ .inline-input-custom {
1193
+ width: 98%;
1194
+ }
1195
+ .normal-column-header[data-v-aecac200] {
1196
+ display: inline-flex;
1197
+ vertical-align: middle;
1198
+ }
1199
+ .normal-column-header-icon[data-v-aecac200] {
1200
+ font-size: 20px;
1201
+ color: var(--el-color-primary);
1202
+ cursor: pointer;
1203
+ }
1204
+ .grid-search-form[data-v-8f3059a4] .el-form-item {
1205
+ margin-bottom: 0px;
1206
+ }
1207
+ .grid-search-form[data-v-8f3059a4] .search-btn {
1208
+ margin-bottom: 5px;
1209
+ text-align: center;
1210
+ }
1211
+ .grid-search-form[data-v-8f3059a4] .el-select,
1212
+ .grid-search-form[data-v-8f3059a4] .customComponent {
1213
+ width: 100%;
1214
+ }
1215
+ .amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
1216
+ display: none;
1217
+ }
1218
+
1219
+ /* .search-condition-mobile {
1220
+ padding-bottom: 10px;
1221
+ position: fixed;
1222
+ top: 37px;
1223
+ background-color: #ffffff;
1224
+ width: 46%;
1225
+ height: 40px;
1226
+ z-index: 1500;
1227
+ } */
1228
+ [data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
1110
1229
  user-select: text !important;
1111
1230
  -webkit-user-select: text !important;
1112
1231
  -moz-user-select: text !important;
1113
1232
  -ms-user-select: text !important;
1114
1233
  }
1115
- .slide-up-enter-active[data-v-e25b360d],
1116
- .slide-up-leave-active[data-v-e25b360d] {
1234
+ .slide-up-enter-active[data-v-e84e6e12],
1235
+ .slide-up-leave-active[data-v-e84e6e12] {
1117
1236
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1118
1237
  }
1119
- .slide-up-enter-from[data-v-e25b360d],
1120
- .slide-up-leave-to[data-v-e25b360d] {
1238
+ .slide-up-enter-from[data-v-e84e6e12],
1239
+ .slide-up-leave-to[data-v-e84e6e12] {
1121
1240
  transform: translateY(100%);
1122
1241
  }
1123
1242
 
1124
1243
  /**
1125
1244
  * 聊天窗口的样式设置
1126
1245
  */
1127
- .chat-container[data-v-e25b360d] {
1246
+ .chat-container[data-v-e84e6e12] {
1128
1247
  --header-height: 56px;
1129
1248
  --chat-padding: 12px;
1130
1249
  --bubble-content-max-width: 0px;
@@ -1136,25 +1255,25 @@ iframe[data-v-20dccb82] {
1136
1255
  flex-direction: row; /* 横向排列 */
1137
1256
  height: 100%; /* 父容器高度 */
1138
1257
  }
1139
- .small-window[data-v-e25b360d] {
1258
+ .small-window[data-v-e84e6e12] {
1140
1259
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1141
1260
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1142
1261
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1143
1262
  border-radius: 8px;
1144
1263
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1145
1264
  }
1146
- .full-screen[data-v-e25b360d] {
1265
+ .full-screen[data-v-e84e6e12] {
1147
1266
  right: 0;
1148
1267
  bottom: 0;
1149
1268
  --main-content-height: calc(100vh - var(--header-height));
1150
1269
  }
1151
- .chat-container > *[data-v-e25b360d] {
1270
+ .chat-container > *[data-v-e84e6e12] {
1152
1271
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1153
1272
  }
1154
1273
 
1155
1274
  /* 聊天窗口的头部样式设置
1156
1275
  */
1157
- .chat-embed__header_container[data-v-e25b360d] {
1276
+ .chat-embed__header_container[data-v-e84e6e12] {
1158
1277
  /* border-bottom: 1px solid #ddd; */
1159
1278
  display: flex;
1160
1279
  align-items: center;
@@ -1164,7 +1283,7 @@ iframe[data-v-20dccb82] {
1164
1283
  overflow: hidden;
1165
1284
  position: relative;
1166
1285
  }
1167
- .session-subject[data-v-e25b360d] {
1286
+ .session-subject[data-v-e84e6e12] {
1168
1287
  display: block;
1169
1288
  margin: 0 auto;
1170
1289
  text-align: center;
@@ -1179,17 +1298,17 @@ iframe[data-v-20dccb82] {
1179
1298
 
1180
1299
  /* 聊天窗口的头部图标样式设置
1181
1300
  */
1182
- .chat-embed__header_avatar[data-v-e25b360d] {
1301
+ .chat-embed__header_avatar[data-v-e84e6e12] {
1183
1302
  margin-left: calc(var(--chat-padding) * 2);
1184
1303
  margin-right: var(--chat-padding);
1185
1304
  }
1186
- .chat-embed__header_tool_icon[data-v-e25b360d] {
1305
+ .chat-embed__header_tool_icon[data-v-e84e6e12] {
1187
1306
  right: 20px;
1188
1307
  position: absolute;
1189
1308
  gap: 28px;
1190
1309
  display: flex;
1191
1310
  }
1192
- .chat-embed__sidebar[data-v-e25b360d] {
1311
+ .chat-embed__sidebar[data-v-e84e6e12] {
1193
1312
  background: #f6f7fa;
1194
1313
  display: flex;
1195
1314
  flex-direction: column; /* 设置为上下排列 */
@@ -1198,7 +1317,7 @@ iframe[data-v-20dccb82] {
1198
1317
  width: 260px;
1199
1318
  height: 100%;
1200
1319
  }
1201
- .chat-embed__main[data-v-e25b360d] {
1320
+ .chat-embed__main[data-v-e84e6e12] {
1202
1321
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1203
1322
  box-sizing: border-box;
1204
1323
  overflow: hidden;
@@ -1209,7 +1328,7 @@ iframe[data-v-20dccb82] {
1209
1328
  flex: 1; /* 聊天内容区域占据剩余空间 */
1210
1329
  overflow: hidden; /* 防止内容溢出 */
1211
1330
  }
1212
- .chat-embed__main_content[data-v-e25b360d] {
1331
+ .chat-embed__main_content[data-v-e84e6e12] {
1213
1332
  flex: 1;
1214
1333
  box-sizing: border-box;
1215
1334
  min-height: 0;
@@ -1217,21 +1336,21 @@ iframe[data-v-20dccb82] {
1217
1336
  /* overflow-y: auto;
1218
1337
  margin-bottom: 12px; */
1219
1338
  }
1220
- .chat-embed__input_container[data-v-e25b360d] {
1339
+ .chat-embed__input_container[data-v-e84e6e12] {
1221
1340
  flex-shrink: 0; /* 不允许收缩 */
1222
1341
  /* margin-bottom: 50px; 距离底部 */
1223
1342
  }
1224
- .header-icon[data-v-e25b360d] {
1343
+ .header-icon[data-v-e84e6e12] {
1225
1344
  cursor: pointer;
1226
1345
  font-size: 20px;
1227
1346
  }
1228
1347
 
1229
1348
  /* 聊天默认推荐内容样式
1230
1349
  */
1231
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e25b360d] {
1350
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e84e6e12] {
1232
1351
  margin-top: 5px;
1233
1352
  }
1234
- .content-container[data-v-e25b360d] {
1353
+ .content-container[data-v-e84e6e12] {
1235
1354
  padding: 16px;
1236
1355
  border-radius: 4px;
1237
1356
  background: #ffffff;
@@ -1239,7 +1358,7 @@ iframe[data-v-20dccb82] {
1239
1358
  border-radius: 0px 30px 30px 30px;
1240
1359
  /* opacity: 0.6; */
1241
1360
  }
1242
- .chat-content-font[data-v-e25b360d] {
1361
+ .chat-content-font[data-v-e84e6e12] {
1243
1362
  font-family: PingFang SC, PingFang SC;
1244
1363
  font-weight: 500;
1245
1364
  font-size: 16px;
@@ -1249,10 +1368,10 @@ iframe[data-v-20dccb82] {
1249
1368
  font-style: normal;
1250
1369
  text-transform: none;
1251
1370
  }
1252
- [data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content-outlined {
1371
+ [data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content-outlined {
1253
1372
  border: none !important;
1254
1373
  }
1255
- .content-container-header[data-v-e25b360d] {
1374
+ .content-container-header[data-v-e84e6e12] {
1256
1375
  font-size: 12px;
1257
1376
  color: #909399;
1258
1377
  }
@@ -1260,28 +1379,28 @@ iframe[data-v-20dccb82] {
1260
1379
  /**
1261
1380
  // 用户消息
1262
1381
  */
1263
- .content-borderless-container[data-v-e25b360d] {
1382
+ .content-borderless-container[data-v-e84e6e12] {
1264
1383
  background: #e1ecfd;
1265
1384
  border-radius: 20px 0px 20px 20px;
1266
1385
  user-select: none;
1267
1386
  padding: 12px;
1268
1387
  cursor: pointer;
1269
1388
  transition: background-color 0.3s;
1270
- &[data-v-e25b360d]:hover {
1389
+ &[data-v-e84e6e12]:hover {
1271
1390
  background-color: #ebeef5;
1272
1391
  }
1273
1392
  }
1274
- .footer-container[data-v-e25b360d] {
1275
- [data-v-e25b360d] .el-button + .el-button {
1393
+ .footer-container[data-v-e84e6e12] {
1394
+ [data-v-e84e6e12] .el-button + .el-button {
1276
1395
  margin-left: 8px;
1277
1396
  }
1278
1397
  }
1279
- .el-bubble-content-wrapper .el-bubble-content[data-v-e25b360d] {
1398
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e84e6e12] {
1280
1399
  padding: 0;
1281
1400
  }
1282
1401
 
1283
1402
  /* 引用文件样式 */
1284
- .doc-agg-item[data-v-e25b360d] {
1403
+ .doc-agg-item[data-v-e84e6e12] {
1285
1404
  width: 100%;
1286
1405
  padding: 10px;
1287
1406
  margin-bottom: 5px;
@@ -1291,70 +1410,90 @@ iframe[data-v-20dccb82] {
1291
1410
  font-size: 12px;
1292
1411
  color: var(--el-color-primary);
1293
1412
  }
1294
- .elx-xmarkdown-container[data-v-e25b360d] {
1413
+ .elx-xmarkdown-container[data-v-e84e6e12] {
1295
1414
  padding: 0;
1296
1415
  }
1297
- [data-v-e25b360d]:root {
1416
+ [data-v-e84e6e12]:root {
1298
1417
  --header-height: 56px;
1299
1418
  --chat-padding: 12px;
1300
1419
  --el-thinking-button-width: 180px;
1301
1420
  }
1302
- .chat-container[data-v-e25b360d] p {
1421
+ .chat-container[data-v-e84e6e12] p {
1303
1422
  margin: 0 !important;
1304
1423
  }
1305
- .chat-container[data-v-e25b360d] h4 {
1424
+ .chat-container[data-v-e84e6e12] h4 {
1306
1425
  font-size: 16px;
1307
1426
  margin-top: 0px;
1308
1427
  margin-bottom: 0px;
1309
1428
  }
1310
- .chat-content[data-v-e25b360d] {
1429
+ .chat-content[data-v-e84e6e12] {
1311
1430
  flex: 1;
1312
1431
  min-width: 0; /* 避免被内容撑爆 */
1313
1432
  overflow: hidden; /* 可选:防止出现水平滚动 */
1314
1433
  display: flex;
1315
1434
  flex-direction: column;
1316
1435
  }
1317
- [data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content {
1436
+ [data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
1318
1437
  padding: 0 !important;
1319
1438
  /* width: 80%; */
1320
1439
  }
1321
- [data-v-e25b360d] .el-bubble-content:has(.chat-chart-container) {
1440
+ [data-v-e84e6e12] .el-bubble-content:has(.chat-chart-container) {
1322
1441
  width: 80%;
1323
1442
  }
1324
- [data-v-e25b360d] .el-divider--horizontal {
1443
+ [data-v-e84e6e12] .el-divider--horizontal {
1325
1444
  margin: 5px 0;
1326
1445
  }
1327
- .normal-column-header[data-v-562b2e0d] {
1328
- display: inline-flex;
1329
- vertical-align: middle;
1330
- }
1331
- .normal-column-header-icon[data-v-562b2e0d] {
1332
- font-size: 20px;
1333
- color: var(--el-color-primary);
1334
- cursor: pointer;
1446
+
1447
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1448
+ font-size: 17px;
1449
+ font-weight: 700;
1335
1450
  }
1336
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1337
- margin-bottom: 0px;
1451
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1452
+ font-size: 17px;
1453
+ font-weight: 700;
1338
1454
  }
1339
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1340
- margin-bottom: 5px;
1341
- text-align: center;
1455
+ .organization-tree .el-card__body {
1456
+ padding-top: 10px;
1342
1457
  }
1343
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1344
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1345
- width: 100%;
1458
+ .organization-tree .card-content {
1459
+ margin-top: 10px;
1346
1460
  }
1347
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1348
- display: none;
1461
+ .organization-tree .item-row-all {
1462
+ margin-bottom: 10px;
1349
1463
  }
1350
- .search-condition-mobile[data-v-8ae4e3f5] {
1351
- padding-bottom: 10px;
1352
- position: fixed;
1353
- top: 37px;
1354
- background-color: #ffffff;
1355
- width: 46%;
1356
- height: 40px;
1357
- z-index: 1500;
1464
+ .organization-tree .item-row {
1465
+ display: flex;
1466
+ width: 100%;
1467
+ }
1468
+ .organization-tree .item-label {
1469
+ flex: 0 0 90%;
1470
+ text-align: left;
1471
+ }
1472
+ .organization-tree .item-side {
1473
+ flex: 0 0 10%;
1474
+ text-align: right;
1475
+ }
1476
+ .organization-tree .el-tree-node {
1477
+ margin-bottom: 10px;
1478
+ }
1479
+ .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1480
+ padding: 0;
1481
+ display: none;
1482
+ }
1483
+ .organization-tree .card-footer {
1484
+ padding: 20px;
1485
+ }
1486
+ .organization-tree .card-footer .select-result {
1487
+ color: #409EFF;
1488
+ flex:1 1 75%;
1489
+ text-align: left;
1490
+ }
1491
+ .organization-tree .card-footer .button-area {
1492
+ flex:0 0 20%;
1493
+ text-align: right;
1494
+ }
1495
+ .organization-tree .dept-path .breadcrumb-label-link{
1496
+ color:#409EFF
1358
1497
  }
1359
1498
  li[data-v-040fcf55] {
1360
1499
  color: #333;
@@ -1386,71 +1525,6 @@ li[data-v-040fcf55] {
1386
1525
  li[data-v-040fcf55] {
1387
1526
  list-style-type: none;
1388
1527
  }
1389
- .ab-date-range[data-v-2aeaa81d] {
1390
- display: flex;
1391
- align-items: center;
1392
- width: 100%;
1393
- gap: 8px;
1394
- box-sizing: border-box;
1395
- min-width: 0;
1396
- }
1397
- .ab-date-range[data-v-2aeaa81d] .el-input {
1398
- width: 100%;
1399
- min-width: 0;
1400
- }
1401
- .sep[data-v-2aeaa81d] {
1402
- padding: 0 8px;
1403
- color: var(--el-text-color-secondary);
1404
- white-space: nowrap;
1405
- flex: 0 0 auto;
1406
- }
1407
-
1408
- .searchResult {
1409
- color: red;
1410
- }
1411
- .inline-input-custom {
1412
- width: 90%;
1413
- }
1414
- .el-autocomplete-suggestion.el-popper {
1415
- min-width: 300px;
1416
- }
1417
-
1418
- .searchResult {
1419
- color: red;
1420
- }
1421
- .inline-select-custom {
1422
- width: 100px;
1423
- }
1424
- .inline-input-custom {
1425
- width: 98%;
1426
- }
1427
- .searchDepartmentUser {
1428
- width: 250px;
1429
- }
1430
- .el-autocomplete-suggestion.el-popper {
1431
- min-width: 300px;
1432
- }
1433
-
1434
- .searchResult {
1435
- color: red;
1436
- }
1437
- .inline-input-custom {
1438
- width: 100% !important;
1439
- }
1440
- .el-autocomplete-suggestion.el-popper {
1441
- min-width: 300px;
1442
- }
1443
-
1444
- .searchResult {
1445
- color: red;
1446
- }
1447
- .inline-select-custom {
1448
- width: 100px;
1449
- }
1450
- .inline-input-custom {
1451
- width: 98%;
1452
- }
1453
-
1454
1528
  .searchResult {
1455
1529
  color: red;
1456
1530
  }
@@ -1461,22 +1535,6 @@ li[data-v-040fcf55] {
1461
1535
  width: 98%;
1462
1536
  }
1463
1537
 
1464
- .searchResult {
1465
- color: red;
1466
- }
1467
- .inline-select-custom {
1468
- width: 100px;
1469
- }
1470
- .inline-input-custom {
1471
- width: 98%;
1472
- }
1473
- .searchDepartmentUser {
1474
- width: 250px;
1475
- }
1476
- .el-autocomplete-suggestion.el-popper {
1477
- min-width: 300px;
1478
- }
1479
-
1480
1538
  .grid-search-form[data-v-04817310] {
1481
1539
  overflow: auto;
1482
1540
  }
@@ -1492,58 +1550,6 @@ li[data-v-040fcf55] {
1492
1550
  width: 100%;
1493
1551
  }
1494
1552
 
1495
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1496
- font-size: 17px;
1497
- font-weight: 700;
1498
- }
1499
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1500
- font-size: 17px;
1501
- font-weight: 700;
1502
- }
1503
- .organization-tree .el-card__body {
1504
- padding-top: 10px;
1505
- }
1506
- .organization-tree .card-content {
1507
- margin-top: 10px;
1508
- }
1509
- .organization-tree .item-row-all {
1510
- margin-bottom: 10px;
1511
- }
1512
- .organization-tree .item-row {
1513
- display: flex;
1514
- width: 100%;
1515
- }
1516
- .organization-tree .item-label {
1517
- flex: 0 0 90%;
1518
- text-align: left;
1519
- }
1520
- .organization-tree .item-side {
1521
- flex: 0 0 10%;
1522
- text-align: right;
1523
- }
1524
- .organization-tree .el-tree-node {
1525
- margin-bottom: 10px;
1526
- }
1527
- .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1528
- padding: 0;
1529
- display: none;
1530
- }
1531
- .organization-tree .card-footer {
1532
- padding: 20px;
1533
- }
1534
- .organization-tree .card-footer .select-result {
1535
- color: #409EFF;
1536
- flex:1 1 75%;
1537
- text-align: left;
1538
- }
1539
- .organization-tree .card-footer .button-area {
1540
- flex:0 0 20%;
1541
- text-align: right;
1542
- }
1543
- .organization-tree .dept-path .breadcrumb-label-link{
1544
- color:#409EFF
1545
- }
1546
-
1547
1553
  iframe.tab-main-content[data-v-80f8eb5e] {
1548
1554
  width: 100%;
1549
1555
  height: calc(100vh - 48px);
@@ -1608,9 +1614,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1608
1614
  [data-v-455b2ba2] .super-icon {
1609
1615
  width: 20px !important;
1610
1616
  height: 20px !important;
1611
- }[data-v-0fb85d6e] .super-icon {
1612
- width: 20px !important;
1613
- height: 20px !important;
1614
1617
  }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1615
1618
  background-color: #eee;
1616
1619
  width: 100%;
@@ -1630,37 +1633,57 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1630
1633
  }
1631
1634
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1632
1635
  margin: 0 5px;
1633
- }.annex-cell[data-v-c44b1087] {
1636
+ }
1637
+ .searchResult {
1638
+ color: red;
1639
+ }
1640
+ .inline-select-custom {
1641
+ width: 100px;
1642
+ }
1643
+ .inline-input-custom {
1644
+ width: 98%;
1645
+ }
1646
+
1647
+ .searchResult {
1648
+ color: red;
1649
+ }
1650
+ .inline-select-custom {
1651
+ width: 100px;
1652
+ }
1653
+ .inline-input-custom {
1654
+ width: 98%;
1655
+ }
1656
+ .annex-cell[data-v-30804a71] {
1634
1657
  padding-right: 5px;
1635
1658
  cursor: pointer;
1636
1659
  color: #409eff;
1637
1660
  }
1638
- .m-requried[data-v-c44b1087] {
1661
+ .m-requried[data-v-30804a71] {
1639
1662
  float: left;
1640
1663
  white-space: nowrap;
1641
1664
  width: 96%;
1642
1665
  }
1643
- .m-requried[data-v-c44b1087]::after {
1666
+ .m-requried[data-v-30804a71]::after {
1644
1667
  content: "*";
1645
1668
  color: #f56c6c;
1646
1669
  }
1647
- .column-text-main[data-v-c44b1087] {
1670
+ .column-text-main[data-v-30804a71] {
1648
1671
  display: flex;
1649
1672
  align-items: center;
1650
1673
  gap: 10px;
1651
1674
  }
1652
- .column-text-main .column-text-edit-main[data-v-c44b1087] {
1675
+ .column-text-main .column-text-edit-main[data-v-30804a71] {
1653
1676
  display: flex;
1654
1677
  align-items: center;
1655
1678
  gap: 10px;
1656
1679
  }
1657
- .column-text-main .column-text-edit-main [table-column-placeholder][data-v-c44b1087] {
1680
+ .column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
1658
1681
  display: block;
1659
1682
  white-space: nowrap;
1660
1683
  overflow: hidden;
1661
1684
  text-overflow: ellipsis;
1662
1685
  }
1663
- .column-text-main .column-text-edit-main[data-v-c44b1087]::after {
1686
+ .column-text-main .column-text-edit-main[data-v-30804a71]::after {
1664
1687
  content: " ";
1665
1688
  position: absolute;
1666
1689
  left: 0;
@@ -1669,37 +1692,40 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1669
1692
  bottom: 0;
1670
1693
  cursor: pointer;
1671
1694
  }
1672
- .column-text-main .column-text-edit-main ~ span[data-v-c44b1087] {
1695
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1673
1696
  text-align: left;
1674
1697
  }
1675
- .column-text-main .column-text-edit-main ~ span[data-v-c44b1087]:empty {
1698
+ .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1676
1699
  display: none;
1677
1700
  }
1678
- .normal-column-content-view[data-v-c44b1087] {
1701
+ .normal-column-content-view[data-v-30804a71] {
1679
1702
  display: inline;
1680
- }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1703
+ }[data-v-0fb85d6e] .super-icon {
1704
+ width: 20px !important;
1705
+ height: 20px !important;
1706
+ }.grid-search-form[data-v-d462769a] .el-form-item {
1681
1707
  margin-bottom: 0px;
1682
1708
  }
1683
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1709
+ .grid-search-form[data-v-d462769a] .el-form-item__label {
1684
1710
  overflow: hidden;
1685
1711
  text-overflow: ellipsis;
1686
1712
  white-space: nowrap;
1687
1713
  word-break: keep-all;
1688
1714
  }
1689
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1715
+ .grid-search-form[data-v-d462769a] .search-btn {
1690
1716
  margin-bottom: 5px;
1691
1717
  text-align: center;
1692
1718
  }
1693
- .grid-search-form[data-v-3e0adbf6] .el-select {
1719
+ .grid-search-form[data-v-d462769a] .el-select {
1694
1720
  width: 100%;
1695
1721
  }
1696
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1722
+ .grid-search-form[data-v-d462769a] .customComponent {
1697
1723
  width: 100%;
1698
1724
  }
1699
- .grid-search-form[data-v-3e0adbf6] .el-row {
1725
+ .grid-search-form[data-v-d462769a] .el-row {
1700
1726
  padding-right: 24px;
1701
1727
  }
1702
- .grid-search-form[data-v-3e0adbf6] .el-col {
1728
+ .grid-search-form[data-v-d462769a] .el-col {
1703
1729
  padding-left: 10px;
1704
1730
  padding-bottom: 16px;
1705
1731
  }
@@ -1714,67 +1740,42 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1714
1740
  .grid-search-form[data-v-0b145154] .customComponent {
1715
1741
  width: 100%;
1716
1742
  }
1717
- .grid-search-form-mobile[data-v-832e8a9d] {
1743
+ .grid-search-form-mobile[data-v-c8fb4788] {
1718
1744
  overflow: auto;
1719
1745
  }
1720
- .grid-search-form-mobile[data-v-832e8a9d] .el-form-item {
1746
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
1721
1747
  margin-bottom: 5px;
1722
1748
  }
1723
- .grid-search-form-mobile[data-v-832e8a9d] .el-form-item__label {
1749
+ .grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
1724
1750
  overflow: hidden;
1725
1751
  text-overflow: ellipsis;
1726
1752
  white-space: nowrap;
1727
1753
  word-break: keep-all;
1728
1754
  }
1729
- .grid-search-form-mobile[data-v-832e8a9d] .search-btn {
1755
+ .grid-search-form-mobile[data-v-c8fb4788] .search-btn {
1730
1756
  margin-bottom: 5px;
1731
1757
  text-align: center;
1732
1758
  }
1733
- .grid-search-form-mobile[data-v-832e8a9d] .el-select {
1759
+ .grid-search-form-mobile[data-v-c8fb4788] .el-select {
1734
1760
  width: 100%;
1735
1761
  }
1736
- .grid-search-form-mobile[data-v-832e8a9d] .customComponent {
1762
+ .grid-search-form-mobile[data-v-c8fb4788] .customComponent {
1737
1763
  width: 100%;
1738
1764
  }
1739
- .grid-search-form-mobile[data-v-832e8a9d] .el-row {
1765
+ .grid-search-form-mobile[data-v-c8fb4788] .el-row {
1740
1766
  padding-right: 24px;
1741
1767
  }
1742
- .grid-search-form-mobile[data-v-832e8a9d] .el-col {
1768
+ .grid-search-form-mobile[data-v-c8fb4788] .el-col {
1743
1769
  padding-left: 10px;
1744
1770
  padding-bottom: 16px;
1745
1771
  }
1746
- .search-btn-mobile[data-v-832e8a9d] {
1772
+ .search-btn-mobile[data-v-c8fb4788] {
1747
1773
  padding-top: 10px;
1748
1774
  position: fixed;
1749
- bottom: 0;
1775
+ bottom: 10px;
1750
1776
  background-color: #ffffff;
1751
1777
  width: 50%;
1752
1778
  height: 40px;
1753
- }
1754
- .searchResult {
1755
- color: red;
1756
- }
1757
- .inline-select-custom {
1758
- width: 100px;
1759
- }
1760
- .inline-input-custom {
1761
- width: 98%;
1762
- }
1763
-
1764
- .searchResult {
1765
- color: red;
1766
- }
1767
- .inline-select-custom {
1768
- width: 100px;
1769
- }
1770
- .inline-input-custom {
1771
- width: 98%;
1772
- }
1773
- .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1774
- margin-right: 5px;
1775
- }
1776
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1777
- margin-left: 5px;
1778
1779
  }.smb-sidebar-menu-item[data-v-74b8f009] {
1779
1780
  position: relative;
1780
1781
  --el-menu-item-height: 45px;
@@ -1819,8 +1820,36 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1819
1820
  fill: currentColor;
1820
1821
  overflow: initial;
1821
1822
  }
1822
- [data-v-90635647] .el-range-separator {
1823
- min-width: 20px;
1823
+ .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
1824
+ margin-right: 5px;
1825
+ }
1826
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1827
+ margin-left: 5px;
1828
+ }
1829
+ .home-chart-iframe[data-v-73352a50] {
1830
+ width: 100%;
1831
+ height: 100%;
1832
+ border: none;
1833
+ opacity: 1;
1834
+ }
1835
+ .fs-upload-tag[data-v-e5cde7de] {
1836
+ border: 1px solid #dcdfe6;
1837
+ padding: 4px 8px;
1838
+ background-clip: padding-box;
1839
+ overflow: hidden;
1840
+ display: inline-flex;
1841
+ align-items: center;
1842
+ }
1843
+ .fs-upload-tag-text[data-v-e5cde7de] {
1844
+ margin-right: 18px;
1845
+ max-width: 160px;
1846
+ overflow: hidden;
1847
+ text-overflow: ellipsis;
1848
+ white-space: nowrap;
1849
+ }
1850
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1851
+ font-weight: 600;
1852
+ margin-left: 4px;
1824
1853
  }.el-button > span[data-v-5bb8bf7f] {
1825
1854
  font-size: 12px;
1826
1855
  }
@@ -1842,25 +1871,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1842
1871
  .fs-upload-tag-percent[data-v-5bb8bf7f] {
1843
1872
  font-weight: 600;
1844
1873
  margin-left: 4px;
1845
- }[data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
1874
+ }[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
1846
1875
  user-select: text !important;
1847
1876
  -webkit-user-select: text !important;
1848
1877
  -moz-user-select: text !important;
1849
1878
  -ms-user-select: text !important;
1850
1879
  }
1851
- .slide-up-enter-active[data-v-0b0c189e],
1852
- .slide-up-leave-active[data-v-0b0c189e] {
1880
+ .slide-up-enter-active[data-v-1e62eff8],
1881
+ .slide-up-leave-active[data-v-1e62eff8] {
1853
1882
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1854
1883
  }
1855
- .slide-up-enter-from[data-v-0b0c189e],
1856
- .slide-up-leave-to[data-v-0b0c189e] {
1884
+ .slide-up-enter-from[data-v-1e62eff8],
1885
+ .slide-up-leave-to[data-v-1e62eff8] {
1857
1886
  transform: translateY(100%);
1858
1887
  }
1859
1888
 
1860
1889
  /**
1861
1890
  * 聊天窗口的样式设置
1862
1891
  */
1863
- .chat-container[data-v-0b0c189e] {
1892
+ .chat-container[data-v-1e62eff8] {
1864
1893
  --header-height: 56px;
1865
1894
  --chat-padding: 12px;
1866
1895
  --bubble-content-max-width: 0px;
@@ -1872,25 +1901,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1872
1901
  flex-direction: row; /* 横向排列 */
1873
1902
  height: 100%; /* 父容器高度 */
1874
1903
  }
1875
- .small-window[data-v-0b0c189e] {
1904
+ .small-window[data-v-1e62eff8] {
1876
1905
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
1877
1906
  right: var(--chat-padding); /* 距离浏览器右边框12px */
1878
1907
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
1879
1908
  border-radius: 8px;
1880
1909
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
1881
1910
  }
1882
- .full-screen[data-v-0b0c189e] {
1911
+ .full-screen[data-v-1e62eff8] {
1883
1912
  right: 0;
1884
1913
  bottom: 0;
1885
1914
  --main-content-height: calc(100vh - var(--header-height));
1886
1915
  }
1887
- .chat-container > *[data-v-0b0c189e] {
1916
+ .chat-container > *[data-v-1e62eff8] {
1888
1917
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
1889
1918
  }
1890
1919
 
1891
1920
  /* 聊天窗口的头部样式设置
1892
1921
  */
1893
- .chat-embed__header_container[data-v-0b0c189e] {
1922
+ .chat-embed__header_container[data-v-1e62eff8] {
1894
1923
  /* border-bottom: 1px solid #ddd; */
1895
1924
  display: flex;
1896
1925
  align-items: center;
@@ -1900,7 +1929,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1900
1929
  overflow: hidden;
1901
1930
  position: relative;
1902
1931
  }
1903
- .session-subject[data-v-0b0c189e] {
1932
+ .session-subject[data-v-1e62eff8] {
1904
1933
  display: block;
1905
1934
  margin: 0 auto;
1906
1935
  text-align: center;
@@ -1915,17 +1944,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1915
1944
 
1916
1945
  /* 聊天窗口的头部图标样式设置
1917
1946
  */
1918
- .chat-embed__header_avatar[data-v-0b0c189e] {
1947
+ .chat-embed__header_avatar[data-v-1e62eff8] {
1919
1948
  margin-left: calc(var(--chat-padding) * 2);
1920
1949
  margin-right: var(--chat-padding);
1921
1950
  }
1922
- .chat-embed__header_tool_icon[data-v-0b0c189e] {
1951
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
1923
1952
  right: 20px;
1924
1953
  position: absolute;
1925
1954
  gap: 28px;
1926
1955
  display: flex;
1927
1956
  }
1928
- .chat-embed__sidebar[data-v-0b0c189e] {
1957
+ .chat-embed__sidebar[data-v-1e62eff8] {
1929
1958
  background: #f6f7fa;
1930
1959
  display: flex;
1931
1960
  flex-direction: column; /* 设置为上下排列 */
@@ -1934,7 +1963,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1934
1963
  width: 260px;
1935
1964
  height: 100%;
1936
1965
  }
1937
- .chat-embed__main[data-v-0b0c189e] {
1966
+ .chat-embed__main[data-v-1e62eff8] {
1938
1967
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
1939
1968
  box-sizing: border-box;
1940
1969
  overflow: hidden;
@@ -1945,7 +1974,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1945
1974
  flex: 1; /* 聊天内容区域占据剩余空间 */
1946
1975
  overflow: hidden; /* 防止内容溢出 */
1947
1976
  }
1948
- .chat-embed__main_content[data-v-0b0c189e] {
1977
+ .chat-embed__main_content[data-v-1e62eff8] {
1949
1978
  flex: 1;
1950
1979
  box-sizing: border-box;
1951
1980
  min-height: 0;
@@ -1953,21 +1982,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1953
1982
  /* overflow-y: auto;
1954
1983
  margin-bottom: 12px; */
1955
1984
  }
1956
- .chat-embed__input_container[data-v-0b0c189e] {
1985
+ .chat-embed__input_container[data-v-1e62eff8] {
1957
1986
  flex-shrink: 0; /* 不允许收缩 */
1958
1987
  /* margin-bottom: 50px; 距离底部 */
1959
1988
  }
1960
- .header-icon[data-v-0b0c189e] {
1989
+ .header-icon[data-v-1e62eff8] {
1961
1990
  cursor: pointer;
1962
1991
  font-size: 20px;
1963
1992
  }
1964
1993
 
1965
1994
  /* 聊天默认推荐内容样式
1966
1995
  */
1967
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-0b0c189e] {
1996
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
1968
1997
  margin-top: 5px;
1969
1998
  }
1970
- .content-container[data-v-0b0c189e] {
1999
+ .content-container[data-v-1e62eff8] {
1971
2000
  padding: 16px;
1972
2001
  border-radius: 4px;
1973
2002
  background: #ffffff;
@@ -1975,7 +2004,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1975
2004
  border-radius: 0px 30px 30px 30px;
1976
2005
  /* opacity: 0.6; */
1977
2006
  }
1978
- .chat-content-font[data-v-0b0c189e] {
2007
+ .chat-content-font[data-v-1e62eff8] {
1979
2008
  font-family: PingFang SC, PingFang SC;
1980
2009
  font-weight: 500;
1981
2010
  font-size: 16px;
@@ -1985,10 +2014,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1985
2014
  font-style: normal;
1986
2015
  text-transform: none;
1987
2016
  }
1988
- [data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content-outlined {
2017
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
1989
2018
  border: none !important;
1990
2019
  }
1991
- .content-container-header[data-v-0b0c189e] {
2020
+ .content-container-header[data-v-1e62eff8] {
1992
2021
  font-size: 12px;
1993
2022
  color: #909399;
1994
2023
  }
@@ -1996,28 +2025,28 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1996
2025
  /**
1997
2026
  // 用户消息
1998
2027
  */
1999
- .content-borderless-container[data-v-0b0c189e] {
2028
+ .content-borderless-container[data-v-1e62eff8] {
2000
2029
  background: #e1ecfd;
2001
2030
  border-radius: 20px 0px 20px 20px;
2002
2031
  user-select: none;
2003
2032
  padding: 12px;
2004
2033
  cursor: pointer;
2005
2034
  transition: background-color 0.3s;
2006
- &[data-v-0b0c189e]:hover {
2035
+ &[data-v-1e62eff8]:hover {
2007
2036
  background-color: #ebeef5;
2008
2037
  }
2009
2038
  }
2010
- .footer-container[data-v-0b0c189e] {
2011
- [data-v-0b0c189e] .el-button + .el-button {
2039
+ .footer-container[data-v-1e62eff8] {
2040
+ [data-v-1e62eff8] .el-button + .el-button {
2012
2041
  margin-left: 8px;
2013
2042
  }
2014
2043
  }
2015
- .el-bubble-content-wrapper .el-bubble-content[data-v-0b0c189e] {
2044
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2016
2045
  padding: 0;
2017
2046
  }
2018
2047
 
2019
2048
  /* 引用文件样式 */
2020
- .doc-agg-item[data-v-0b0c189e] {
2049
+ .doc-agg-item[data-v-1e62eff8] {
2021
2050
  width: 100%;
2022
2051
  padding: 10px;
2023
2052
  margin-bottom: 5px;
@@ -2027,111 +2056,145 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2027
2056
  font-size: 12px;
2028
2057
  color: var(--el-color-primary);
2029
2058
  }
2030
- .elx-xmarkdown-container[data-v-0b0c189e] {
2059
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2031
2060
  padding: 0;
2032
2061
  }
2033
- h4[data-v-0b0c189e] {
2034
- font-size: 16px;
2035
- margin-top: 0px;
2036
- margin-bottom: 0px;
2062
+ .flex-avatar[data-v-1e62eff8] {
2063
+ position: absolute;
2064
+ padding: 20px 36px;
2065
+ gap: 16px;
2066
+ display: flex;
2067
+ z-index: 1;
2037
2068
  }
2038
- [data-v-0b0c189e] .el-divider--horizontal {
2039
- margin: 5px 0;
2069
+ .flex-function-icon[data-v-1e62eff8] {
2070
+ display: flex;
2071
+ height: 40px;
2072
+ padding: 10px 14px;
2073
+ gap: 14px;
2074
+ border-radius: 100px 100px 100px 100px;
2075
+ border: 1px solid #e5e5e5;
2076
+ width: 82px;
2077
+ font-size: 20px;
2040
2078
  }
2041
- .sender-additional-data-tag[data-v-0b0c189e] {
2042
- display: flex;
2043
- align-items: center;
2044
- flex-shrink: 0;
2045
- min-width: max-content;
2079
+ .sidebar-header[data-v-1e62eff8] {
2080
+ display: flex; /* 设置为水平排列 */
2081
+ align-items: center; /* 垂直居中 */
2082
+ margin-bottom: 22px;
2083
+ font-size: 20px;
2084
+ }
2085
+ .sidebar-header > span[data-v-1e62eff8] {
2086
+ font-family: PingFang SC, PingFang SC;
2087
+ font-weight: 600;
2088
+ font-size: 16px;
2089
+ color: #181818;
2090
+ text-align: left;
2091
+ font-style: normal;
2092
+ text-transform: none;
2093
+ }
2094
+ .right-icon[data-v-1e62eff8] {
2095
+ cursor: pointer;
2046
2096
  margin-left: auto;
2047
- gap: 10px;
2048
2097
  }
2049
- .amb-color-iconfont[data-v-0b0c189e] {
2050
- display: inline-block;
2051
- width: 12px;
2052
- height: 12px;
2053
- background-repeat: no-repeat;
2054
- background-position: center;
2055
- background-size: 100%;
2098
+ .shousuo-icon[data-v-1e62eff8] {
2056
2099
  cursor: pointer;
2057
2100
  }
2058
- .el-button + .el-button[data-v-0b0c189e] {
2059
- margin-left: 5px;
2101
+ .sidebar-menu[data-v-1e62eff8] {
2102
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2103
+ margin-bottom: 10px;
2060
2104
  }
2061
- .header-self-wrap[data-v-0b0c189e] {
2062
- display: flex;
2063
- flex-direction: column;
2064
- padding: 16px;
2105
+ .scrollbar-container[data-v-1e62eff8] {
2106
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2107
+ overflow-y: auto; /* 添加垂直滚动条 */
2108
+ margin-bottom: 10px;
2065
2109
  }
2066
- [data-v-0b0c189e] .el-sender-header {
2067
- border-bottom-color: #ffffff !important;
2110
+ .new-session-button[data-v-1e62eff8] {
2111
+ flex-shrink: 0; /* 固定高度,位于底部 */
2112
+ margin-top: 10px;
2113
+ margin-bottom: 20px;
2068
2114
  }
2069
- [data-v-0b0c189e] .el-sender {
2070
- background: #ffffff !important;
2071
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2072
- border-radius: 30px 30px 30px 30px !important;
2073
- font-family: Noto Sans SC, Noto Sans SC;
2074
- font-weight: 400;
2075
- font-size: 16px;
2076
- color: #bbbbbb;
2077
- text-align: left;
2078
- font-style: normal;
2079
- text-transform: none;
2115
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2116
+ background-color: #ffffff;
2080
2117
  }
2081
- [data-v-0b0c189e] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2082
- font-family: Noto Sans SC, Noto Sans SC !important;
2083
- font-weight: 400 !important;
2084
- font-size: 16px !important;
2085
- line-height: 21px !important;
2086
- font-style: normal !important;
2087
- text-transform: none !important;
2118
+ .date-group[data-v-1e62eff8] {
2119
+ margin-top: 16px;
2088
2120
  }
2089
- [data-v-0b0c189e] .el-sender-content {
2090
- padding: 16px !important;
2121
+ .date-group-item[data-v-1e62eff8] {
2122
+ color: #81858c;
2123
+ font-size: 12px;
2124
+ user-select: none;
2125
+ margin-bottom: 2px;
2126
+ padding-left: calc(var(--chat-padding) * 2);
2091
2127
  }
2092
- [data-v-0b0c189e] .el-select__wrapper {
2093
- border-radius: 100px 100px 100px 100px;
2094
- border: 1px solid #dcdfe6;
2128
+ .menu-item[data-v-1e62eff8] {
2129
+ padding: 0px calc(var(--chat-padding) * 2);
2130
+ font-size: 16px;
2131
+ line-height: 50px;
2132
+ cursor: pointer;
2133
+ gap: 8px;
2134
+ border-radius: 8px;
2135
+ display: flex;
2136
+ align-items: center;
2095
2137
  }
2096
- .ai-generate-tip[data-v-0b0c189e] {
2097
- padding: 12px;
2098
- font-family: PingFang SC, PingFang SC;
2099
- font-weight: 400;
2100
- font-size: 14px;
2101
- color: #808080;
2102
- line-height: 21px;
2103
- font-style: normal;
2104
- text-align: center;
2138
+ .active-item[data-v-1e62eff8] {
2139
+ background: #e2ebf5;
2140
+ color: var(--el-color-primary);
2105
2141
  }
2106
- .el-button.is-circle[data-v-0b0c189e] {
2107
- border-radius: 50% !important;
2108
- padding: 8px;
2109
- width: 32px;
2142
+ .history-item[data-v-1e62eff8] {
2143
+ padding: 0px calc(var(--chat-padding) * 2);
2144
+ cursor: pointer;
2145
+ display: flex; /* 确保子元素可以使用 flex 布局 */
2146
+ align-items: center; /* 垂直居中 */
2147
+ line-height: 40px;
2148
+ gap: 8px;
2149
+ border-radius: 8px;
2110
2150
  }
2111
- .send-icon[data-v-0b0c189e] {
2112
- cursor: pointer;
2151
+ .history-subject[data-v-1e62eff8] {
2152
+ flex-grow: 1; /* 占据剩余空间 */
2153
+ overflow: hidden; /* 超出部分隐藏 */
2154
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2155
+ white-space: nowrap; /* 不换行 */
2113
2156
  }
2114
- .el-divider--vertical[data-v-0b0c189e] {
2115
- margin: 0 0;
2116
- }[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2157
+ .dropdown-right[data-v-1e62eff8] {
2158
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2159
+ }
2160
+ .history-item[data-v-1e62eff8]:hover {
2161
+ background-color: #f5f5f5;
2162
+ }
2163
+
2164
+ .additional-data-tag[data-v-7aaab83c] {
2165
+ display: flex;
2166
+ align-items: center;
2167
+ flex-shrink: 0;
2168
+ min-width: max-content;
2169
+ margin-left: auto;
2170
+ gap: 10px;
2171
+ }
2172
+ .additional-data-button[data-v-7aaab83c] {
2173
+ display: flex;
2174
+ align-items: center;
2175
+ justify-content: center;
2176
+ margin-top: 10px;
2177
+ gap: 10px;
2178
+ }
2179
+ [data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
2117
2180
  user-select: text !important;
2118
2181
  -webkit-user-select: text !important;
2119
2182
  -moz-user-select: text !important;
2120
2183
  -ms-user-select: text !important;
2121
2184
  }
2122
- .slide-up-enter-active[data-v-e9aa835d],
2123
- .slide-up-leave-active[data-v-e9aa835d] {
2185
+ .slide-up-enter-active[data-v-6da81be3],
2186
+ .slide-up-leave-active[data-v-6da81be3] {
2124
2187
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2125
2188
  }
2126
- .slide-up-enter-from[data-v-e9aa835d],
2127
- .slide-up-leave-to[data-v-e9aa835d] {
2189
+ .slide-up-enter-from[data-v-6da81be3],
2190
+ .slide-up-leave-to[data-v-6da81be3] {
2128
2191
  transform: translateY(100%);
2129
2192
  }
2130
2193
 
2131
2194
  /**
2132
2195
  * 聊天窗口的样式设置
2133
2196
  */
2134
- .chat-container[data-v-e9aa835d] {
2197
+ .chat-container[data-v-6da81be3] {
2135
2198
  --header-height: 56px;
2136
2199
  --chat-padding: 12px;
2137
2200
  --bubble-content-max-width: 0px;
@@ -2143,25 +2206,25 @@ h4[data-v-0b0c189e] {
2143
2206
  flex-direction: row; /* 横向排列 */
2144
2207
  height: 100%; /* 父容器高度 */
2145
2208
  }
2146
- .small-window[data-v-e9aa835d] {
2209
+ .small-window[data-v-6da81be3] {
2147
2210
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2148
2211
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2149
2212
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2150
2213
  border-radius: 8px;
2151
2214
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2152
2215
  }
2153
- .full-screen[data-v-e9aa835d] {
2216
+ .full-screen[data-v-6da81be3] {
2154
2217
  right: 0;
2155
2218
  bottom: 0;
2156
2219
  --main-content-height: calc(100vh - var(--header-height));
2157
2220
  }
2158
- .chat-container > *[data-v-e9aa835d] {
2221
+ .chat-container > *[data-v-6da81be3] {
2159
2222
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2160
2223
  }
2161
2224
 
2162
2225
  /* 聊天窗口的头部样式设置
2163
2226
  */
2164
- .chat-embed__header_container[data-v-e9aa835d] {
2227
+ .chat-embed__header_container[data-v-6da81be3] {
2165
2228
  /* border-bottom: 1px solid #ddd; */
2166
2229
  display: flex;
2167
2230
  align-items: center;
@@ -2171,7 +2234,7 @@ h4[data-v-0b0c189e] {
2171
2234
  overflow: hidden;
2172
2235
  position: relative;
2173
2236
  }
2174
- .session-subject[data-v-e9aa835d] {
2237
+ .session-subject[data-v-6da81be3] {
2175
2238
  display: block;
2176
2239
  margin: 0 auto;
2177
2240
  text-align: center;
@@ -2186,17 +2249,17 @@ h4[data-v-0b0c189e] {
2186
2249
 
2187
2250
  /* 聊天窗口的头部图标样式设置
2188
2251
  */
2189
- .chat-embed__header_avatar[data-v-e9aa835d] {
2252
+ .chat-embed__header_avatar[data-v-6da81be3] {
2190
2253
  margin-left: calc(var(--chat-padding) * 2);
2191
2254
  margin-right: var(--chat-padding);
2192
2255
  }
2193
- .chat-embed__header_tool_icon[data-v-e9aa835d] {
2256
+ .chat-embed__header_tool_icon[data-v-6da81be3] {
2194
2257
  right: 20px;
2195
2258
  position: absolute;
2196
2259
  gap: 28px;
2197
2260
  display: flex;
2198
2261
  }
2199
- .chat-embed__sidebar[data-v-e9aa835d] {
2262
+ .chat-embed__sidebar[data-v-6da81be3] {
2200
2263
  background: #f6f7fa;
2201
2264
  display: flex;
2202
2265
  flex-direction: column; /* 设置为上下排列 */
@@ -2205,7 +2268,7 @@ h4[data-v-0b0c189e] {
2205
2268
  width: 260px;
2206
2269
  height: 100%;
2207
2270
  }
2208
- .chat-embed__main[data-v-e9aa835d] {
2271
+ .chat-embed__main[data-v-6da81be3] {
2209
2272
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2210
2273
  box-sizing: border-box;
2211
2274
  overflow: hidden;
@@ -2216,7 +2279,7 @@ h4[data-v-0b0c189e] {
2216
2279
  flex: 1; /* 聊天内容区域占据剩余空间 */
2217
2280
  overflow: hidden; /* 防止内容溢出 */
2218
2281
  }
2219
- .chat-embed__main_content[data-v-e9aa835d] {
2282
+ .chat-embed__main_content[data-v-6da81be3] {
2220
2283
  flex: 1;
2221
2284
  box-sizing: border-box;
2222
2285
  min-height: 0;
@@ -2224,21 +2287,21 @@ h4[data-v-0b0c189e] {
2224
2287
  /* overflow-y: auto;
2225
2288
  margin-bottom: 12px; */
2226
2289
  }
2227
- .chat-embed__input_container[data-v-e9aa835d] {
2290
+ .chat-embed__input_container[data-v-6da81be3] {
2228
2291
  flex-shrink: 0; /* 不允许收缩 */
2229
2292
  /* margin-bottom: 50px; 距离底部 */
2230
2293
  }
2231
- .header-icon[data-v-e9aa835d] {
2294
+ .header-icon[data-v-6da81be3] {
2232
2295
  cursor: pointer;
2233
2296
  font-size: 20px;
2234
2297
  }
2235
2298
 
2236
2299
  /* 聊天默认推荐内容样式
2237
2300
  */
2238
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2301
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
2239
2302
  margin-top: 5px;
2240
2303
  }
2241
- .content-container[data-v-e9aa835d] {
2304
+ .content-container[data-v-6da81be3] {
2242
2305
  padding: 16px;
2243
2306
  border-radius: 4px;
2244
2307
  background: #ffffff;
@@ -2246,7 +2309,7 @@ h4[data-v-0b0c189e] {
2246
2309
  border-radius: 0px 30px 30px 30px;
2247
2310
  /* opacity: 0.6; */
2248
2311
  }
2249
- .chat-content-font[data-v-e9aa835d] {
2312
+ .chat-content-font[data-v-6da81be3] {
2250
2313
  font-family: PingFang SC, PingFang SC;
2251
2314
  font-weight: 500;
2252
2315
  font-size: 16px;
@@ -2256,10 +2319,10 @@ h4[data-v-0b0c189e] {
2256
2319
  font-style: normal;
2257
2320
  text-transform: none;
2258
2321
  }
2259
- [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2322
+ [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2260
2323
  border: none !important;
2261
2324
  }
2262
- .content-container-header[data-v-e9aa835d] {
2325
+ .content-container-header[data-v-6da81be3] {
2263
2326
  font-size: 12px;
2264
2327
  color: #909399;
2265
2328
  }
@@ -2267,28 +2330,28 @@ h4[data-v-0b0c189e] {
2267
2330
  /**
2268
2331
  // 用户消息
2269
2332
  */
2270
- .content-borderless-container[data-v-e9aa835d] {
2333
+ .content-borderless-container[data-v-6da81be3] {
2271
2334
  background: #e1ecfd;
2272
2335
  border-radius: 20px 0px 20px 20px;
2273
2336
  user-select: none;
2274
2337
  padding: 12px;
2275
2338
  cursor: pointer;
2276
2339
  transition: background-color 0.3s;
2277
- &[data-v-e9aa835d]:hover {
2340
+ &[data-v-6da81be3]:hover {
2278
2341
  background-color: #ebeef5;
2279
2342
  }
2280
2343
  }
2281
- .footer-container[data-v-e9aa835d] {
2282
- [data-v-e9aa835d] .el-button + .el-button {
2344
+ .footer-container[data-v-6da81be3] {
2345
+ [data-v-6da81be3] .el-button + .el-button {
2283
2346
  margin-left: 8px;
2284
2347
  }
2285
2348
  }
2286
- .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2349
+ .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2287
2350
  padding: 0;
2288
2351
  }
2289
2352
 
2290
2353
  /* 引用文件样式 */
2291
- .doc-agg-item[data-v-e9aa835d] {
2354
+ .doc-agg-item[data-v-6da81be3] {
2292
2355
  width: 100%;
2293
2356
  padding: 10px;
2294
2357
  margin-bottom: 5px;
@@ -2298,10 +2361,93 @@ h4[data-v-0b0c189e] {
2298
2361
  font-size: 12px;
2299
2362
  color: var(--el-color-primary);
2300
2363
  }
2301
- .elx-xmarkdown-container[data-v-e9aa835d] {
2302
- padding: 0;
2303
- }
2304
- [data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
2364
+ .elx-xmarkdown-container[data-v-6da81be3] {
2365
+ padding: 0;
2366
+ }
2367
+ h4[data-v-6da81be3] {
2368
+ font-size: 16px;
2369
+ margin-top: 0px;
2370
+ margin-bottom: 0px;
2371
+ }
2372
+ [data-v-6da81be3] .el-divider--horizontal {
2373
+ margin: 5px 0;
2374
+ }
2375
+ .sender-additional-data-tag[data-v-6da81be3] {
2376
+ display: flex;
2377
+ align-items: center;
2378
+ flex-shrink: 0;
2379
+ min-width: max-content;
2380
+ margin-left: auto;
2381
+ gap: 10px;
2382
+ }
2383
+ .amb-color-iconfont[data-v-6da81be3] {
2384
+ display: inline-block;
2385
+ width: 12px;
2386
+ height: 12px;
2387
+ background-repeat: no-repeat;
2388
+ background-position: center;
2389
+ background-size: 100%;
2390
+ cursor: pointer;
2391
+ }
2392
+ .el-button + .el-button[data-v-6da81be3] {
2393
+ margin-left: 5px;
2394
+ }
2395
+ .header-self-wrap[data-v-6da81be3] {
2396
+ display: flex;
2397
+ flex-direction: column;
2398
+ padding: 16px;
2399
+ }
2400
+ [data-v-6da81be3] .el-sender-header {
2401
+ border-bottom-color: #ffffff !important;
2402
+ }
2403
+ [data-v-6da81be3] .el-sender {
2404
+ background: #ffffff !important;
2405
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2406
+ border-radius: 30px 30px 30px 30px !important;
2407
+ font-family: Noto Sans SC, Noto Sans SC;
2408
+ font-weight: 400;
2409
+ font-size: 16px;
2410
+ color: #bbbbbb;
2411
+ text-align: left;
2412
+ font-style: normal;
2413
+ text-transform: none;
2414
+ }
2415
+ [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2416
+ font-family: Noto Sans SC, Noto Sans SC !important;
2417
+ font-weight: 400 !important;
2418
+ font-size: 16px !important;
2419
+ line-height: 21px !important;
2420
+ font-style: normal !important;
2421
+ text-transform: none !important;
2422
+ }
2423
+ [data-v-6da81be3] .el-sender-content {
2424
+ padding: 16px !important;
2425
+ }
2426
+ [data-v-6da81be3] .el-select__wrapper {
2427
+ border-radius: 100px 100px 100px 100px;
2428
+ border: 1px solid #dcdfe6;
2429
+ }
2430
+ .ai-generate-tip[data-v-6da81be3] {
2431
+ padding: 12px;
2432
+ font-family: PingFang SC, PingFang SC;
2433
+ font-weight: 400;
2434
+ font-size: 14px;
2435
+ color: #808080;
2436
+ line-height: 21px;
2437
+ font-style: normal;
2438
+ text-align: center;
2439
+ }
2440
+ .el-button.is-circle[data-v-6da81be3] {
2441
+ border-radius: 50% !important;
2442
+ padding: 8px;
2443
+ width: 32px;
2444
+ }
2445
+ .send-icon[data-v-6da81be3] {
2446
+ cursor: pointer;
2447
+ }
2448
+ .el-divider--vertical[data-v-6da81be3] {
2449
+ margin: 0 0;
2450
+ }[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
2305
2451
  user-select: text !important;
2306
2452
  -webkit-user-select: text !important;
2307
2453
  -moz-user-select: text !important;
@@ -2490,6 +2636,13 @@ h4[data-v-0b0c189e] {
2490
2636
  padding: 0;
2491
2637
  }
2492
2638
 
2639
+ .home-chart-iframe[data-v-b9f40acf] {
2640
+ width: 100%;
2641
+ height: 100%;
2642
+ border: none;
2643
+ opacity: 1;
2644
+ }
2645
+
2493
2646
  .footer-wrapper[data-v-ffbde6f9] {
2494
2647
  display: flex;
2495
2648
  align-items: center;
@@ -2698,43 +2851,32 @@ h4[data-v-0b0c189e] {
2698
2851
  .elx-xmarkdown-container[data-v-45fbaf17] {
2699
2852
  padding: 0;
2700
2853
  }
2701
- .fs-upload-tag[data-v-e5cde7de] {
2702
- border: 1px solid #dcdfe6;
2703
- padding: 4px 8px;
2704
- background-clip: padding-box;
2705
- overflow: hidden;
2706
- display: inline-flex;
2707
- align-items: center;
2708
- }
2709
- .fs-upload-tag-text[data-v-e5cde7de] {
2710
- margin-right: 18px;
2711
- max-width: 160px;
2712
- overflow: hidden;
2713
- text-overflow: ellipsis;
2714
- white-space: nowrap;
2715
- }
2716
- .fs-upload-tag-percent[data-v-e5cde7de] {
2717
- font-weight: 600;
2718
- margin-left: 4px;
2719
- }[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
2854
+
2855
+ .home-chart-iframe[data-v-873e1ba1] {
2856
+ width: 100%;
2857
+ height: 100%;
2858
+ border: none;
2859
+ opacity: 1;
2860
+ }
2861
+ [data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
2720
2862
  user-select: text !important;
2721
2863
  -webkit-user-select: text !important;
2722
2864
  -moz-user-select: text !important;
2723
2865
  -ms-user-select: text !important;
2724
2866
  }
2725
- .slide-up-enter-active[data-v-1e62eff8],
2726
- .slide-up-leave-active[data-v-1e62eff8] {
2867
+ .slide-up-enter-active[data-v-e9aa835d],
2868
+ .slide-up-leave-active[data-v-e9aa835d] {
2727
2869
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2728
2870
  }
2729
- .slide-up-enter-from[data-v-1e62eff8],
2730
- .slide-up-leave-to[data-v-1e62eff8] {
2871
+ .slide-up-enter-from[data-v-e9aa835d],
2872
+ .slide-up-leave-to[data-v-e9aa835d] {
2731
2873
  transform: translateY(100%);
2732
2874
  }
2733
2875
 
2734
2876
  /**
2735
2877
  * 聊天窗口的样式设置
2736
2878
  */
2737
- .chat-container[data-v-1e62eff8] {
2879
+ .chat-container[data-v-e9aa835d] {
2738
2880
  --header-height: 56px;
2739
2881
  --chat-padding: 12px;
2740
2882
  --bubble-content-max-width: 0px;
@@ -2746,25 +2888,25 @@ h4[data-v-0b0c189e] {
2746
2888
  flex-direction: row; /* 横向排列 */
2747
2889
  height: 100%; /* 父容器高度 */
2748
2890
  }
2749
- .small-window[data-v-1e62eff8] {
2891
+ .small-window[data-v-e9aa835d] {
2750
2892
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2751
2893
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2752
2894
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2753
2895
  border-radius: 8px;
2754
2896
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2755
2897
  }
2756
- .full-screen[data-v-1e62eff8] {
2898
+ .full-screen[data-v-e9aa835d] {
2757
2899
  right: 0;
2758
2900
  bottom: 0;
2759
2901
  --main-content-height: calc(100vh - var(--header-height));
2760
2902
  }
2761
- .chat-container > *[data-v-1e62eff8] {
2903
+ .chat-container > *[data-v-e9aa835d] {
2762
2904
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2763
2905
  }
2764
2906
 
2765
2907
  /* 聊天窗口的头部样式设置
2766
2908
  */
2767
- .chat-embed__header_container[data-v-1e62eff8] {
2909
+ .chat-embed__header_container[data-v-e9aa835d] {
2768
2910
  /* border-bottom: 1px solid #ddd; */
2769
2911
  display: flex;
2770
2912
  align-items: center;
@@ -2774,7 +2916,7 @@ h4[data-v-0b0c189e] {
2774
2916
  overflow: hidden;
2775
2917
  position: relative;
2776
2918
  }
2777
- .session-subject[data-v-1e62eff8] {
2919
+ .session-subject[data-v-e9aa835d] {
2778
2920
  display: block;
2779
2921
  margin: 0 auto;
2780
2922
  text-align: center;
@@ -2789,17 +2931,17 @@ h4[data-v-0b0c189e] {
2789
2931
 
2790
2932
  /* 聊天窗口的头部图标样式设置
2791
2933
  */
2792
- .chat-embed__header_avatar[data-v-1e62eff8] {
2934
+ .chat-embed__header_avatar[data-v-e9aa835d] {
2793
2935
  margin-left: calc(var(--chat-padding) * 2);
2794
2936
  margin-right: var(--chat-padding);
2795
2937
  }
2796
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2938
+ .chat-embed__header_tool_icon[data-v-e9aa835d] {
2797
2939
  right: 20px;
2798
2940
  position: absolute;
2799
2941
  gap: 28px;
2800
2942
  display: flex;
2801
2943
  }
2802
- .chat-embed__sidebar[data-v-1e62eff8] {
2944
+ .chat-embed__sidebar[data-v-e9aa835d] {
2803
2945
  background: #f6f7fa;
2804
2946
  display: flex;
2805
2947
  flex-direction: column; /* 设置为上下排列 */
@@ -2808,7 +2950,7 @@ h4[data-v-0b0c189e] {
2808
2950
  width: 260px;
2809
2951
  height: 100%;
2810
2952
  }
2811
- .chat-embed__main[data-v-1e62eff8] {
2953
+ .chat-embed__main[data-v-e9aa835d] {
2812
2954
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2813
2955
  box-sizing: border-box;
2814
2956
  overflow: hidden;
@@ -2819,7 +2961,7 @@ h4[data-v-0b0c189e] {
2819
2961
  flex: 1; /* 聊天内容区域占据剩余空间 */
2820
2962
  overflow: hidden; /* 防止内容溢出 */
2821
2963
  }
2822
- .chat-embed__main_content[data-v-1e62eff8] {
2964
+ .chat-embed__main_content[data-v-e9aa835d] {
2823
2965
  flex: 1;
2824
2966
  box-sizing: border-box;
2825
2967
  min-height: 0;
@@ -2827,21 +2969,21 @@ h4[data-v-0b0c189e] {
2827
2969
  /* overflow-y: auto;
2828
2970
  margin-bottom: 12px; */
2829
2971
  }
2830
- .chat-embed__input_container[data-v-1e62eff8] {
2972
+ .chat-embed__input_container[data-v-e9aa835d] {
2831
2973
  flex-shrink: 0; /* 不允许收缩 */
2832
2974
  /* margin-bottom: 50px; 距离底部 */
2833
2975
  }
2834
- .header-icon[data-v-1e62eff8] {
2976
+ .header-icon[data-v-e9aa835d] {
2835
2977
  cursor: pointer;
2836
2978
  font-size: 20px;
2837
2979
  }
2838
2980
 
2839
2981
  /* 聊天默认推荐内容样式
2840
2982
  */
2841
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2983
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
2842
2984
  margin-top: 5px;
2843
2985
  }
2844
- .content-container[data-v-1e62eff8] {
2986
+ .content-container[data-v-e9aa835d] {
2845
2987
  padding: 16px;
2846
2988
  border-radius: 4px;
2847
2989
  background: #ffffff;
@@ -2849,7 +2991,7 @@ h4[data-v-0b0c189e] {
2849
2991
  border-radius: 0px 30px 30px 30px;
2850
2992
  /* opacity: 0.6; */
2851
2993
  }
2852
- .chat-content-font[data-v-1e62eff8] {
2994
+ .chat-content-font[data-v-e9aa835d] {
2853
2995
  font-family: PingFang SC, PingFang SC;
2854
2996
  font-weight: 500;
2855
2997
  font-size: 16px;
@@ -2859,10 +3001,10 @@ h4[data-v-0b0c189e] {
2859
3001
  font-style: normal;
2860
3002
  text-transform: none;
2861
3003
  }
2862
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
3004
+ [data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
2863
3005
  border: none !important;
2864
3006
  }
2865
- .content-container-header[data-v-1e62eff8] {
3007
+ .content-container-header[data-v-e9aa835d] {
2866
3008
  font-size: 12px;
2867
3009
  color: #909399;
2868
3010
  }
@@ -2870,28 +3012,28 @@ h4[data-v-0b0c189e] {
2870
3012
  /**
2871
3013
  // 用户消息
2872
3014
  */
2873
- .content-borderless-container[data-v-1e62eff8] {
3015
+ .content-borderless-container[data-v-e9aa835d] {
2874
3016
  background: #e1ecfd;
2875
3017
  border-radius: 20px 0px 20px 20px;
2876
3018
  user-select: none;
2877
3019
  padding: 12px;
2878
3020
  cursor: pointer;
2879
3021
  transition: background-color 0.3s;
2880
- &[data-v-1e62eff8]:hover {
3022
+ &[data-v-e9aa835d]:hover {
2881
3023
  background-color: #ebeef5;
2882
3024
  }
2883
3025
  }
2884
- .footer-container[data-v-1e62eff8] {
2885
- [data-v-1e62eff8] .el-button + .el-button {
3026
+ .footer-container[data-v-e9aa835d] {
3027
+ [data-v-e9aa835d] .el-button + .el-button {
2886
3028
  margin-left: 8px;
2887
3029
  }
2888
3030
  }
2889
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
3031
+ .el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
2890
3032
  padding: 0;
2891
3033
  }
2892
3034
 
2893
3035
  /* 引用文件样式 */
2894
- .doc-agg-item[data-v-1e62eff8] {
3036
+ .doc-agg-item[data-v-e9aa835d] {
2895
3037
  width: 100%;
2896
3038
  padding: 10px;
2897
3039
  margin-bottom: 5px;
@@ -2901,152 +3043,12 @@ h4[data-v-0b0c189e] {
2901
3043
  font-size: 12px;
2902
3044
  color: var(--el-color-primary);
2903
3045
  }
2904
- .elx-xmarkdown-container[data-v-1e62eff8] {
3046
+ .elx-xmarkdown-container[data-v-e9aa835d] {
2905
3047
  padding: 0;
2906
- }
2907
- .flex-avatar[data-v-1e62eff8] {
2908
- position: absolute;
2909
- padding: 20px 36px;
2910
- gap: 16px;
2911
- display: flex;
2912
- z-index: 1;
2913
- }
2914
- .flex-function-icon[data-v-1e62eff8] {
2915
- display: flex;
2916
- height: 40px;
2917
- padding: 10px 14px;
2918
- gap: 14px;
2919
- border-radius: 100px 100px 100px 100px;
2920
- border: 1px solid #e5e5e5;
2921
- width: 82px;
2922
- font-size: 20px;
2923
- }
2924
- .sidebar-header[data-v-1e62eff8] {
2925
- display: flex; /* 设置为水平排列 */
2926
- align-items: center; /* 垂直居中 */
2927
- margin-bottom: 22px;
2928
- font-size: 20px;
2929
- }
2930
- .sidebar-header > span[data-v-1e62eff8] {
2931
- font-family: PingFang SC, PingFang SC;
2932
- font-weight: 600;
2933
- font-size: 16px;
2934
- color: #181818;
2935
- text-align: left;
2936
- font-style: normal;
2937
- text-transform: none;
2938
- }
2939
- .right-icon[data-v-1e62eff8] {
2940
- cursor: pointer;
2941
- margin-left: auto;
2942
- }
2943
- .shousuo-icon[data-v-1e62eff8] {
2944
- cursor: pointer;
2945
- }
2946
- .sidebar-menu[data-v-1e62eff8] {
2947
- flex-shrink: 0; /* 固定高度,位于顶部 */
2948
- margin-bottom: 10px;
2949
- }
2950
- .scrollbar-container[data-v-1e62eff8] {
2951
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2952
- overflow-y: auto; /* 添加垂直滚动条 */
2953
- margin-bottom: 10px;
2954
- }
2955
- .new-session-button[data-v-1e62eff8] {
2956
- flex-shrink: 0; /* 固定高度,位于底部 */
2957
- margin-top: 10px;
2958
- margin-bottom: 20px;
2959
- }
2960
- .sidebar-menu div[data-v-1e62eff8]:hover {
2961
- background-color: #ffffff;
2962
- }
2963
- .date-group[data-v-1e62eff8] {
2964
- margin-top: 16px;
2965
- }
2966
- .date-group-item[data-v-1e62eff8] {
2967
- color: #81858c;
2968
- font-size: 12px;
2969
- user-select: none;
2970
- margin-bottom: 2px;
2971
- padding-left: calc(var(--chat-padding) * 2);
2972
- }
2973
- .menu-item[data-v-1e62eff8] {
2974
- padding: 0px calc(var(--chat-padding) * 2);
2975
- font-size: 16px;
2976
- line-height: 50px;
2977
- cursor: pointer;
2978
- gap: 8px;
2979
- border-radius: 8px;
2980
- display: flex;
2981
- align-items: center;
2982
- }
2983
- .active-item[data-v-1e62eff8] {
2984
- background: #e2ebf5;
2985
- color: var(--el-color-primary);
2986
- }
2987
- .history-item[data-v-1e62eff8] {
2988
- padding: 0px calc(var(--chat-padding) * 2);
2989
- cursor: pointer;
2990
- display: flex; /* 确保子元素可以使用 flex 布局 */
2991
- align-items: center; /* 垂直居中 */
2992
- line-height: 40px;
2993
- gap: 8px;
2994
- border-radius: 8px;
2995
- }
2996
- .history-subject[data-v-1e62eff8] {
2997
- flex-grow: 1; /* 占据剩余空间 */
2998
- overflow: hidden; /* 超出部分隐藏 */
2999
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3000
- white-space: nowrap; /* 不换行 */
3001
- }
3002
- .dropdown-right[data-v-1e62eff8] {
3003
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3004
- }
3005
- .history-item[data-v-1e62eff8]:hover {
3006
- background-color: #f5f5f5;
3007
- }
3008
-
3009
- .home-chart-iframe[data-v-73352a50] {
3010
- width: 100%;
3011
- height: 100%;
3012
- border: none;
3013
- opacity: 1;
3014
- }
3015
-
3016
- .additional-data-tag[data-v-7aaab83c] {
3017
- display: flex;
3018
- align-items: center;
3019
- flex-shrink: 0;
3020
- min-width: max-content;
3021
- margin-left: auto;
3022
- gap: 10px;
3023
- }
3024
- .additional-data-button[data-v-7aaab83c] {
3025
- display: flex;
3026
- align-items: center;
3027
- justify-content: center;
3028
- margin-top: 10px;
3029
- gap: 10px;
3030
- }
3031
-
3032
- .home-chart-iframe[data-v-b9f40acf] {
3033
- width: 100%;
3034
- height: 100%;
3035
- border: none;
3036
- opacity: 1;
3037
3048
  }
3038
-
3039
- .home-chart-iframe[data-v-873e1ba1] {
3040
- width: 100%;
3041
- height: 100%;
3042
- border: none;
3043
- opacity: 1;
3044
- }
3045
-
3046
- .el-dialog__header[data-v-44f1d9d6] {
3047
- padding-bottom: 0px;
3049
+ [data-v-41b4cbbd] .el-range-separator {
3050
+ min-width: 20px;
3048
3051
  }
3049
-
3050
3052
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3051
3053
  .mobile-item-action[data-v-13b41596] {
3052
3054
  z-index: 2000;
@@ -3069,6 +3071,10 @@ h4[data-v-0b0c189e] {
3069
3071
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3070
3072
  margin-left: 5px;
3071
3073
  }
3074
+ .el-dialog__header[data-v-44f1d9d6] {
3075
+ padding-bottom: 0px;
3076
+ }
3077
+
3072
3078
  .file-name-container[data-v-adb74276] {
3073
3079
  display: flex;
3074
3080
  align-items: center; /* 垂直居中 */