agilebuilder-ui 1.1.65-tmp27 → 1.1.65-tmp29

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 (37) hide show
  1. package/dist/index.full.min.js +491 -470
  2. package/dist/style.css +49 -45
  3. package/es/src/views/layout/components/Menubar/Item.vue.mjs +1 -1
  4. package/es/src/views/layout/components/Menubar/Item.vue2.mjs +2 -2
  5. package/es/src/views/super-icon/index.mjs +7 -0
  6. package/es/src/views/super-icon/src/index.vue.mjs +7 -0
  7. package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
  8. package/es/src/views/super-icon/src/index.vue3.mjs +4 -0
  9. package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
  10. package/es/style.css +722 -718
  11. package/es/super-grid/src/apis.mjs +8 -6
  12. package/es/super-grid/src/custom-formatter.mjs +1 -1
  13. package/es/super-grid/src/dynamic-input.vue.mjs +5 -5
  14. package/es/super-grid/src/group-column.vue.mjs +5 -5
  15. package/es/super-grid/src/normal-column-content.vue.mjs +20 -20
  16. package/es/super-grid/src/normal-column.vue.mjs +21 -21
  17. package/es/super-grid/src/super-grid.vue.mjs +2 -2
  18. package/lib/src/views/layout/components/Menubar/Item.vue.cjs +1 -1
  19. package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +2 -2
  20. package/lib/src/views/super-icon/index.cjs +5 -0
  21. package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
  22. package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
  23. package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
  24. package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
  25. package/lib/style.css +733 -729
  26. package/lib/super-grid/src/apis.cjs +2 -0
  27. package/lib/super-grid/src/custom-formatter.cjs +1 -1
  28. package/lib/super-grid/src/dynamic-input.vue.cjs +2 -2
  29. package/lib/super-grid/src/group-column.vue.cjs +5 -5
  30. package/lib/super-grid/src/normal-column-content.vue.cjs +4 -4
  31. package/lib/super-grid/src/normal-column.vue.cjs +5 -5
  32. package/lib/super-grid/src/super-grid.vue.cjs +2 -2
  33. package/package.json +1 -1
  34. package/src/views/layout/components/Menubar/Item.vue +1 -1
  35. package/src/views/super-icon/index.js +6 -0
  36. package/src/views/super-icon/src/index.vue +52 -0
  37. package/src/views/svg-icon/src/svg-icon.vue +5 -8
package/es/style.css CHANGED
@@ -128,44 +128,52 @@ iframe.tab-main-content[data-v-3c90505e] {
128
128
  .app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
129
129
  color: #97a8be;
130
130
  cursor: text;
131
- }.grid-area .elTable th[data-v-664b8a45] {
131
+ }
132
+ .svg-icon[data-v-67e4e504] {
133
+ width: 1.2em;
134
+ height: 1.2em;
135
+ vertical-align: -0.25em;
136
+ fill: currentColor;
137
+ overflow: initial;
138
+ }
139
+ .grid-area .elTable th[data-v-9d30dd5e] {
132
140
  padding: 2px 0 !important;
133
141
  }
134
- .grid-area .elTable td[data-v-664b8a45] {
142
+ .grid-area .elTable td[data-v-9d30dd5e] {
135
143
  padding: 2px 0 !important;
136
144
  }
137
- .el-table[data-v-664b8a45] > .el-table__inner-wrapper {
145
+ .el-table[data-v-9d30dd5e] > .el-table__inner-wrapper {
138
146
  height: 100% !important;
139
147
  }
140
- .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 {
148
+ .flex-gap-15[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row {
141
149
  display: flex;
142
150
  gap: var(--layout-form-flex-gap, 15px);
143
151
  align-items: center;
144
152
  }
145
- .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 {
153
+ .flex-gap-15 .el-button[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row .el-button {
146
154
  margin: 0;
147
155
  }
148
- .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 {
156
+ .flex-gap-15 .el-button + .el-button[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
149
157
  margin: 0;
150
158
  }
151
- .super-grid-main-view[data-v-664b8a45] {
159
+ .super-grid-main-view[data-v-9d30dd5e] {
152
160
  display: flex;
153
161
  flex-direction: column;
154
162
  align-items: stretch;
155
163
  max-width: 100%;
156
164
  gap: var(--super-grid-main-view-gap, 10px);
157
165
  }
158
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view {
166
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view {
159
167
  width: 100%;
160
168
  }
161
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .grid-search-row {
169
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row {
162
170
  flex-wrap: wrap;
163
171
  width: 100%;
164
172
  }
165
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view [load-complete-query] {
173
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] {
166
174
  flex-direction: column;
167
175
  }
168
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row {
176
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row {
169
177
  flex-wrap: wrap;
170
178
  margin: 0;
171
179
  padding: 0;
@@ -173,28 +181,28 @@ iframe.tab-main-content[data-v-3c90505e] {
173
181
  width: 100%;
174
182
  align-items: self-start;
175
183
  }
176
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col {
184
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col {
177
185
  padding: 0;
178
186
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
179
187
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
180
188
  }
181
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-6 {
189
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-6 {
182
190
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
183
191
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
184
192
  }
185
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-8 {
193
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-8 {
186
194
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
187
195
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
188
196
  }
189
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.el-col-12 {
197
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-12 {
190
198
  flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
191
199
  max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
192
200
  }
193
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item {
201
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item {
194
202
  width: 100%;
195
203
  align-items: center;
196
204
  }
197
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
205
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
198
206
  display: block;
199
207
  width: 82px;
200
208
  height: auto;
@@ -205,43 +213,43 @@ iframe.tab-main-content[data-v-3c90505e] {
205
213
  word-break: normal;
206
214
  white-space: normal;
207
215
  }
208
- .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 {
216
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
209
217
  width: calc(100% - 1px);
210
218
  }
211
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
219
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
212
220
  margin-left: auto;
213
221
  margin-top: auto;
214
222
  max-width: none;
215
223
  }
216
- .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 {
224
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
217
225
  margin-left: var(--layout-form-flex-gap, 15px);
218
226
  margin-top: 0;
219
227
  margin-right: auto;
220
228
  }
221
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-search-view .search-button {
229
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button {
222
230
  gap: var(--super-grid-main-btn-view-gap, 10px);
223
231
  margin-left: auto;
224
232
  margin-top: auto;
225
233
  }
226
- .super-grid-main-view[data-v-664b8a45] .el-table .el-scrollbar__bar.is-horizontal {
234
+ .super-grid-main-view[data-v-9d30dd5e] .el-table .el-scrollbar__bar.is-horizontal {
227
235
  height: 8px;
228
236
  transition: top 0.2s ease, bottom 0.2s ease;
229
237
  }
230
- .super-grid-main-view[data-v-664b8a45] .el-table .el-scrollbar__bar.is-vertical {
238
+ .super-grid-main-view[data-v-9d30dd5e] .el-table .el-scrollbar__bar.is-vertical {
231
239
  width: 8px;
232
240
  }
233
- .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
241
+ .super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
234
242
  display: flex;
235
243
  flex-direction: column-reverse;
236
244
  }
237
- .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
245
+ .super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
238
246
  flex: 1;
239
247
  }
240
- .super-grid-main-view[data-v-664b8a45] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
248
+ .super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
241
249
  top: 0;
242
250
  bottom: auto;
243
251
  }
244
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-body {
252
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body {
245
253
  width: 100%;
246
254
  display: flex;
247
255
  flex-wrap: wrap;
@@ -250,16 +258,16 @@ iframe.tab-main-content[data-v-3c90505e] {
250
258
  flex: 1 1 auto;
251
259
  gap: var(--super-grid-main-view-gap, 10px);
252
260
  }
253
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-view {
261
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-view {
254
262
  flex-grow: 1;
255
263
  flex-shrink: 1;
256
264
  flex-basis: auto;
257
265
  }
258
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-card-view {
266
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-card-view {
259
267
  width: 100%;
260
268
  max-width: 100%;
261
269
  }
262
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view {
270
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-footer-view {
263
271
  position: relative;
264
272
  display: flex;
265
273
  justify-content: space-between;
@@ -268,9 +276,18 @@ iframe.tab-main-content[data-v-3c90505e] {
268
276
  gap: var(--super-grid-main-view-gap, 10px);
269
277
  width: 100%;
270
278
  }
271
- .super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
279
+ .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
272
280
  flex-wrap: wrap;
273
281
  gap: var(--layout-form-flex-gap, 15px) 0;
282
+ }.ValidCode[data-v-aa77e3bd] {
283
+ display: flex;
284
+ background-color: #fff;
285
+ justify-content: center;
286
+ align-items: center;
287
+ cursor: pointer;
288
+ }
289
+ .ValidCode span[data-v-aa77e3bd] {
290
+ display: inline-block;
274
291
  }.amd-hamburger-container-main[data-v-79c35667] {
275
292
  padding: 0;
276
293
  display: flex;
@@ -285,14 +302,6 @@ iframe.tab-main-content[data-v-3c90505e] {
285
302
  font-size: 18px;
286
303
  cursor: pointer;
287
304
  }
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
305
  .searchResult[data-v-22410ec9] {
297
306
  color: red;
298
307
  }
@@ -300,22 +309,6 @@ iframe.tab-main-content[data-v-3c90505e] {
300
309
  width: 90%;
301
310
  }
302
311
 
303
- .searchResult {
304
- color: red;
305
- }
306
- .inline-input-custom {
307
- width: 90%;
308
- }
309
- .ValidCode[data-v-aa77e3bd] {
310
- display: flex;
311
- background-color: #fff;
312
- justify-content: center;
313
- align-items: center;
314
- cursor: pointer;
315
- }
316
- .ValidCode span[data-v-aa77e3bd] {
317
- display: inline-block;
318
- }
319
312
  .red-circle[data-v-998f4283] {
320
313
  width: 20px; /* 圆圈的宽度 */
321
314
  height: 20px; /* 圆圈的高度 */
@@ -331,10 +324,99 @@ iframe.tab-main-content[data-v-3c90505e] {
331
324
  display: inline-block; /* 确保元素以块级元素显示 */
332
325
  }
333
326
 
327
+ .searchResult {
328
+ color: red;
329
+ }
330
+ .inline-input-custom {
331
+ width: 90%;
332
+ }
333
+
334
+ .select-top-span {
335
+ width: 100%;
336
+ }
337
+ [data-v-34406c62] .el-select-dropdown__item {
338
+ display: inline-block;
339
+ }
334
340
  .organization-input .el-input-group__append {
335
341
  padding: 0 10px 0 0;
336
342
  }
337
- .nine-grid-area[data-v-80f6a26f] {
343
+
344
+ .fs-preview-container[data-v-7f109349] {
345
+ display: flex;
346
+ align-items: center;
347
+ gap: 5px;
348
+ justify-content: space-between;
349
+ }
350
+ .fs-preview-tool[data-v-7f109349] {
351
+ display: flex;
352
+ align-items: center;
353
+ flex-shrink: 0;
354
+ min-width: max-content;
355
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
356
+ }
357
+ .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
358
+ .more-file-icon[data-v-7f109349] .amb-color-iconfont {
359
+ width: 30px;
360
+ height: 30px;
361
+ }
362
+ .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
363
+ .file-actions[data-v-7f109349] .amb-color-iconfont {
364
+ font-size: 15px !important; /* 图标实际大小,按需改 */
365
+ display: inline-block;
366
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
367
+ height: 1em !important;
368
+ line-height: 1em;
369
+ cursor: pointer;
370
+ }
371
+ .amb-list-preivew-name[data-v-7f109349] {
372
+ overflow: hidden;
373
+ text-overflow: ellipsis;
374
+ white-space: nowrap;
375
+ }
376
+ .el-link + .el-link[data-v-7f109349] {
377
+ margin-left: 5px;
378
+ }
379
+ .file-item[data-v-7f109349] {
380
+ display: flex;
381
+ align-items: center;
382
+ justify-content: space-between; /* 添加这行来分布空间 */
383
+ gap: 10px;
384
+ height: 40px;
385
+ padding: 10px;
386
+ border-radius: 8px;
387
+ transition: background-color 0.2s;
388
+ }
389
+ .file-item[data-v-7f109349]:hover {
390
+ color: var(--el-button-hover-text-color, #409eff);
391
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
392
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
393
+ outline: none;
394
+ }
395
+ .file-actions[data-v-7f109349] {
396
+ display: flex;
397
+ align-items: center;
398
+ gap: 5px;
399
+ flex-shrink: 0; /* 防止按钮被压缩 */
400
+ }
401
+ .super-icon + .super-icon[data-v-7f109349] {
402
+ margin-left: 5px;
403
+ }
404
+ .amb-iconfont + .amb-iconfont[data-v-7f109349] {
405
+ margin-left: 5px;
406
+ }
407
+ .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
408
+ margin-left: 5px;
409
+ }
410
+ .amb-iconfont[data-v-7f109349] {
411
+ color: var(--el-color-primary);
412
+ }
413
+ .fs-preview-container[data-v-7f109349] .el-button > span {
414
+ font-size: 14px !important;
415
+ }
416
+ .fs-preview-container[data-v-7f109349] .el-button.is-round {
417
+ padding: 5px 11px;
418
+ height: var(--el-button-size);
419
+ }.nine-grid-area[data-v-80f6a26f] {
338
420
  padding: 10px;
339
421
  }
340
422
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -444,99 +526,6 @@ iframe.tab-main-content[data-v-3c90505e] {
444
526
  font-size: 14px;
445
527
  display: grid;
446
528
  grid-template-columns: 20% 80%;
447
- }
448
- .select-top-span {
449
- width: 100%;
450
- }
451
- [data-v-34406c62] .el-select-dropdown__item {
452
- display: inline-block;
453
- }
454
- .fs-preview-container[data-v-7f109349] {
455
- display: flex;
456
- align-items: center;
457
- gap: 5px;
458
- justify-content: space-between;
459
- }
460
- .fs-preview-tool[data-v-7f109349] {
461
- display: flex;
462
- align-items: center;
463
- flex-shrink: 0;
464
- min-width: max-content;
465
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
466
- }
467
- .fs-preview-container[data-v-7f109349] .amb-color-iconfont,
468
- .more-file-icon[data-v-7f109349] .amb-color-iconfont {
469
- width: 30px;
470
- height: 30px;
471
- }
472
- .fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
473
- .file-actions[data-v-7f109349] .amb-color-iconfont {
474
- font-size: 15px !important; /* 图标实际大小,按需改 */
475
- display: inline-block;
476
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
477
- height: 1em !important;
478
- line-height: 1em;
479
- cursor: pointer;
480
- }
481
- .amb-list-preivew-name[data-v-7f109349] {
482
- overflow: hidden;
483
- text-overflow: ellipsis;
484
- white-space: nowrap;
485
- }
486
- .el-link + .el-link[data-v-7f109349] {
487
- margin-left: 5px;
488
- }
489
- .file-item[data-v-7f109349] {
490
- display: flex;
491
- align-items: center;
492
- justify-content: space-between; /* 添加这行来分布空间 */
493
- gap: 10px;
494
- height: 40px;
495
- padding: 10px;
496
- border-radius: 8px;
497
- transition: background-color 0.2s;
498
- }
499
- .file-item[data-v-7f109349]:hover {
500
- color: var(--el-button-hover-text-color, #409eff);
501
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
502
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
503
- outline: none;
504
- }
505
- .file-actions[data-v-7f109349] {
506
- display: flex;
507
- align-items: center;
508
- gap: 5px;
509
- flex-shrink: 0; /* 防止按钮被压缩 */
510
- }
511
- .super-icon + .super-icon[data-v-7f109349] {
512
- margin-left: 5px;
513
- }
514
- .amb-iconfont + .amb-iconfont[data-v-7f109349] {
515
- margin-left: 5px;
516
- }
517
- .amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
518
- margin-left: 5px;
519
- }
520
- .amb-iconfont[data-v-7f109349] {
521
- color: var(--el-color-primary);
522
- }
523
- .fs-preview-container[data-v-7f109349] .el-button > span {
524
- font-size: 14px !important;
525
- }
526
- .fs-preview-container[data-v-7f109349] .el-button.is-round {
527
- padding: 5px 11px;
528
- height: var(--el-button-size);
529
- }.select[data-v-52983a24] {
530
- width: 100%;
531
- height: 100%;
532
- display: grid;
533
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
534
- align-items: center;
535
- }
536
- .select .intervalCenter[data-v-52983a24] {
537
- width: 100%;
538
- height: 100%;
539
- text-align: center;
540
529
  }.amb-color-iconfont[data-v-5254701d] {
541
530
  width: 30px;
542
531
  height: 30px;
@@ -566,29 +555,98 @@ iframe.tab-main-content[data-v-3c90505e] {
566
555
  .fs-upload-tag-percent[data-v-5254701d] {
567
556
  font-weight: 600;
568
557
  margin-left: 4px;
558
+ }.select[data-v-52983a24] {
559
+ width: 100%;
560
+ height: 100%;
561
+ display: grid;
562
+ grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
563
+ align-items: center;
564
+ }
565
+ .select .intervalCenter[data-v-52983a24] {
566
+ width: 100%;
567
+ height: 100%;
568
+ text-align: center;
569
569
  }iframe[data-v-e5fb3b56] {
570
570
  width: 100%;
571
571
  height: calc(100vh - 50px);
572
- }.wscn-http404-container[data-v-4f824f28] {
573
- transform: translate(-50%, -50%);
574
- position: absolute;
575
- top: 40%;
576
- left: 50%;
577
- }
578
- .wscn-http404[data-v-4f824f28] {
579
- position: relative;
580
- width: 1200px;
581
- padding: 0 50px;
582
- overflow: hidden;
583
- }
584
- .wscn-http404 .pic-404[data-v-4f824f28] {
585
- position: relative;
586
- float: left;
587
- width: 600px;
588
- overflow: hidden;
589
572
  }
590
- .wscn-http404 .pic-404__parent[data-v-4f824f28] {
591
- width: 100%;
573
+ .organization-tree,
574
+ .organization-tree .el-checkbox__label,
575
+ .organization-tree .el-breadcrumb__inner,
576
+ .organization-tree .el-tree {
577
+ font-size: 17px;
578
+ font-weight: 700;
579
+ }
580
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
581
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
582
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
583
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
584
+ font-size: 17px;
585
+ font-weight: 700;
586
+ }
587
+ .organization-tree .el-card__body {
588
+ padding-top: 10px;
589
+ }
590
+ .organization-tree .card-content {
591
+ margin-top: 10px;
592
+ }
593
+ .organization-tree .item-row-all {
594
+ margin-bottom: 10px;
595
+ }
596
+ .organization-tree .item-row {
597
+ display: flex;
598
+ width: 100%;
599
+ }
600
+ .organization-tree .item-label {
601
+ flex: 0 0 90%;
602
+ text-align: left;
603
+ }
604
+ .organization-tree .item-side {
605
+ flex: 0 0 10%;
606
+ text-align: right;
607
+ }
608
+ .organization-tree .el-tree-node {
609
+ margin-bottom: 10px;
610
+ }
611
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
612
+ padding: 0;
613
+ display: none;
614
+ }
615
+ .organization-tree .card-footer {
616
+ padding: 20px;
617
+ }
618
+ .organization-tree .card-footer .select-result {
619
+ color: #409eff;
620
+ flex: 1 1 75%;
621
+ text-align: left;
622
+ }
623
+ .organization-tree .card-footer .button-area {
624
+ flex: 0 0 20%;
625
+ text-align: right;
626
+ }
627
+ .organization-tree .dept-path .breadcrumb-label-link {
628
+ color: #409eff;
629
+ }
630
+ .wscn-http404-container[data-v-4f824f28] {
631
+ transform: translate(-50%, -50%);
632
+ position: absolute;
633
+ top: 40%;
634
+ left: 50%;
635
+ }
636
+ .wscn-http404[data-v-4f824f28] {
637
+ position: relative;
638
+ width: 1200px;
639
+ padding: 0 50px;
640
+ overflow: hidden;
641
+ }
642
+ .wscn-http404 .pic-404[data-v-4f824f28] {
643
+ position: relative;
644
+ float: left;
645
+ width: 600px;
646
+ overflow: hidden;
647
+ }
648
+ .wscn-http404 .pic-404__parent[data-v-4f824f28] {
649
+ width: 100%;
592
650
  }
593
651
  .wscn-http404 .pic-404__child[data-v-4f824f28] {
594
652
  position: absolute;
@@ -760,6 +818,12 @@ iframe.tab-main-content[data-v-3c90505e] {
760
818
  transform: translateY(0);
761
819
  opacity: 1;
762
820
  }
821
+ }.super-icon[data-v-875fd31c] {
822
+ width: 1em;
823
+ height: 1em;
824
+ font-size: 14px;
825
+ }.row-form-item[data-v-4b5a56cc] {
826
+ width: 50%;
763
827
  }
764
828
  .organization-tree,
765
829
  .organization-tree .el-checkbox__label,
@@ -792,11 +856,6 @@ iframe.tab-main-content[data-v-3c90505e] {
792
856
  flex: 0 0 90%;
793
857
  text-align: left;
794
858
  }
795
- .organization-tree .item-label .item-description {
796
- font-size: 14px;
797
- color: #9ea0a2;
798
- margin-left: 8px;
799
- }
800
859
  .organization-tree .item-side {
801
860
  flex: 0 0 10%;
802
861
  text-align: right;
@@ -824,68 +883,6 @@ iframe.tab-main-content[data-v-3c90505e] {
824
883
  color: #409eff;
825
884
  }
826
885
 
827
- .graphDiv[data-v-a936569d] {
828
- overflow: auto;
829
- height: 100%;
830
- height: calc(100vh - 20px);
831
- }
832
- .errPage-container[data-v-6bef0241] {
833
- width: 800px;
834
- max-width: 100%;
835
- margin: 100px auto;
836
- }
837
- .errPage-container .pan-back-btn[data-v-6bef0241] {
838
- background: #008489;
839
- color: #fff;
840
- border: none !important;
841
- }
842
- .errPage-container .pan-gif[data-v-6bef0241] {
843
- margin: 0 auto;
844
- display: block;
845
- }
846
- .errPage-container .pan-img[data-v-6bef0241] {
847
- display: block;
848
- margin: 0 auto;
849
- width: 100%;
850
- }
851
- .errPage-container .text-jumbo[data-v-6bef0241] {
852
- font-size: 60px;
853
- font-weight: 700;
854
- color: #484848;
855
- }
856
- .errPage-container .list-unstyled[data-v-6bef0241] {
857
- font-size: 14px;
858
- }
859
- .errPage-container .list-unstyled li[data-v-6bef0241] {
860
- padding-bottom: 5px;
861
- }
862
- .errPage-container .list-unstyled a[data-v-6bef0241] {
863
- color: #008489;
864
- text-decoration: none;
865
- }
866
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
867
- text-decoration: underline;
868
- }iframe[data-v-20dccb82] {
869
- width: 100%;
870
- height: calc(100vh - 50px);
871
- }.app-wrapper[data-v-5c0a6bf6] {
872
- position: relative;
873
- height: 100%;
874
- width: 100%;
875
- }
876
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
877
- position: fixed;
878
- top: 0;
879
- }
880
- .drawer-bg[data-v-5c0a6bf6] {
881
- background: #000;
882
- opacity: 0.3;
883
- width: 100%;
884
- top: 0;
885
- height: 100%;
886
- position: absolute;
887
- z-index: 999;
888
- }
889
886
  .organization-tree,
890
887
  .organization-tree .el-checkbox__label,
891
888
  .organization-tree .el-breadcrumb__inner,
@@ -917,6 +914,11 @@ iframe.tab-main-content[data-v-3c90505e] {
917
914
  flex: 0 0 90%;
918
915
  text-align: left;
919
916
  }
917
+ .organization-tree .item-label .item-description {
918
+ font-size: 14px;
919
+ color: #9ea0a2;
920
+ margin-left: 8px;
921
+ }
920
922
  .organization-tree .item-side {
921
923
  flex: 0 0 10%;
922
924
  text-align: right;
@@ -943,71 +945,69 @@ iframe.tab-main-content[data-v-3c90505e] {
943
945
  .organization-tree .dept-path .breadcrumb-label-link {
944
946
  color: #409eff;
945
947
  }
946
- .super-icon[data-v-875fd31c] {
947
- width: 1em;
948
- height: 1em;
949
- font-size: 14px;
950
- }.row-form-item[data-v-4b5a56cc] {
951
- width: 50%;
952
- }
953
- .organization-tree,
954
- .organization-tree .el-checkbox__label,
955
- .organization-tree .el-breadcrumb__inner,
956
- .organization-tree .el-tree {
957
- font-size: 17px;
958
- font-weight: 700;
959
- }
960
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
961
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
962
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
963
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
964
- font-size: 17px;
965
- font-weight: 700;
966
- }
967
- .organization-tree .el-card__body {
968
- padding-top: 10px;
948
+ .errPage-container[data-v-6bef0241] {
949
+ width: 800px;
950
+ max-width: 100%;
951
+ margin: 100px auto;
969
952
  }
970
- .organization-tree .card-content {
971
- margin-top: 10px;
953
+ .errPage-container .pan-back-btn[data-v-6bef0241] {
954
+ background: #008489;
955
+ color: #fff;
956
+ border: none !important;
972
957
  }
973
- .organization-tree .item-row-all {
974
- margin-bottom: 10px;
958
+ .errPage-container .pan-gif[data-v-6bef0241] {
959
+ margin: 0 auto;
960
+ display: block;
975
961
  }
976
- .organization-tree .item-row {
977
- display: flex;
962
+ .errPage-container .pan-img[data-v-6bef0241] {
963
+ display: block;
964
+ margin: 0 auto;
978
965
  width: 100%;
979
966
  }
980
- .organization-tree .item-label {
981
- flex: 0 0 90%;
982
- text-align: left;
967
+ .errPage-container .text-jumbo[data-v-6bef0241] {
968
+ font-size: 60px;
969
+ font-weight: 700;
970
+ color: #484848;
983
971
  }
984
- .organization-tree .item-side {
985
- flex: 0 0 10%;
986
- text-align: right;
972
+ .errPage-container .list-unstyled[data-v-6bef0241] {
973
+ font-size: 14px;
987
974
  }
988
- .organization-tree .el-tree-node {
989
- margin-bottom: 10px;
975
+ .errPage-container .list-unstyled li[data-v-6bef0241] {
976
+ padding-bottom: 5px;
990
977
  }
991
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
992
- padding: 0;
993
- display: none;
978
+ .errPage-container .list-unstyled a[data-v-6bef0241] {
979
+ color: #008489;
980
+ text-decoration: none;
994
981
  }
995
- .organization-tree .card-footer {
996
- padding: 20px;
982
+ .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
983
+ text-decoration: underline;
997
984
  }
998
- .organization-tree .card-footer .select-result {
999
- color: #409eff;
1000
- flex: 1 1 75%;
1001
- text-align: left;
985
+ .graphDiv[data-v-a936569d] {
986
+ overflow: auto;
987
+ height: 100%;
988
+ height: calc(100vh - 20px);
989
+ }
990
+ .app-wrapper[data-v-5c0a6bf6] {
991
+ position: relative;
992
+ height: 100%;
993
+ width: 100%;
1002
994
  }
1003
- .organization-tree .card-footer .button-area {
1004
- flex: 0 0 20%;
1005
- text-align: right;
995
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
996
+ position: fixed;
997
+ top: 0;
1006
998
  }
1007
- .organization-tree .dept-path .breadcrumb-label-link {
1008
- color: #409eff;
1009
- }
1010
- .smb-sidebar-menu-item[data-v-38e3eafc] {
999
+ .drawer-bg[data-v-5c0a6bf6] {
1000
+ background: #000;
1001
+ opacity: 0.3;
1002
+ width: 100%;
1003
+ top: 0;
1004
+ height: 100%;
1005
+ position: absolute;
1006
+ z-index: 999;
1007
+ }iframe[data-v-20dccb82] {
1008
+ width: 100%;
1009
+ height: calc(100vh - 50px);
1010
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
1011
1011
  position: relative;
1012
1012
  --el-menu-item-height: 45px;
1013
1013
  --el-menu-sub-item-height: 45px;
@@ -1101,30 +1101,11 @@ iframe.tab-main-content[data-v-3c90505e] {
1101
1101
  }
1102
1102
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1103
1103
  flex: 0 0 calc(100% - 20px - 20px);
1104
- }
1105
- .ab-date-range[data-v-2aeaa81d] {
1106
- display: flex;
1107
- align-items: center;
1108
- width: 100%;
1109
- gap: 8px;
1110
- box-sizing: border-box;
1111
- min-width: 0;
1112
- }
1113
- .ab-date-range[data-v-2aeaa81d] .el-input {
1114
- width: 100%;
1115
- min-width: 0;
1116
- }
1117
- .sep[data-v-2aeaa81d] {
1118
- padding: 0 8px;
1119
- color: var(--el-text-color-secondary);
1120
- white-space: nowrap;
1121
- flex: 0 0 auto;
1122
- }
1123
- [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 {
1124
- user-select: text !important;
1125
- -webkit-user-select: text !important;
1126
- -moz-user-select: text !important;
1127
- -ms-user-select: text !important;
1104
+ }[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 {
1105
+ user-select: text !important;
1106
+ -webkit-user-select: text !important;
1107
+ -moz-user-select: text !important;
1108
+ -ms-user-select: text !important;
1128
1109
  }
1129
1110
  .slide-up-enter-active[data-v-e84e6e12],
1130
1111
  .slide-up-leave-active[data-v-e84e6e12] {
@@ -1341,6 +1322,33 @@ iframe.tab-main-content[data-v-3c90505e] {
1341
1322
  margin: 5px 0;
1342
1323
  }
1343
1324
 
1325
+ .ab-date-range[data-v-2aeaa81d] {
1326
+ display: flex;
1327
+ align-items: center;
1328
+ width: 100%;
1329
+ gap: 8px;
1330
+ box-sizing: border-box;
1331
+ min-width: 0;
1332
+ }
1333
+ .ab-date-range[data-v-2aeaa81d] .el-input {
1334
+ width: 100%;
1335
+ min-width: 0;
1336
+ }
1337
+ .sep[data-v-2aeaa81d] {
1338
+ padding: 0 8px;
1339
+ color: var(--el-text-color-secondary);
1340
+ white-space: nowrap;
1341
+ flex: 0 0 auto;
1342
+ }
1343
+ .normal-column-header[data-v-5724ee41] {
1344
+ display: inline-flex;
1345
+ vertical-align: middle;
1346
+ }
1347
+ .normal-column-header-icon[data-v-5724ee41] {
1348
+ font-size: 20px;
1349
+ color: var(--el-color-primary);
1350
+ cursor: pointer;
1351
+ }
1344
1352
  .grid-search-form[data-v-8f3059a4] .el-form-item {
1345
1353
  margin-bottom: 0px;
1346
1354
  }
@@ -1365,15 +1373,7 @@ iframe.tab-main-content[data-v-3c90505e] {
1365
1373
  height: 40px;
1366
1374
  z-index: 1500;
1367
1375
  } */
1368
- .normal-column-header[data-v-aecac200] {
1369
- display: inline-flex;
1370
- vertical-align: middle;
1371
- }
1372
- .normal-column-header-icon[data-v-aecac200] {
1373
- font-size: 20px;
1374
- color: var(--el-color-primary);
1375
- cursor: pointer;
1376
- }li[data-v-040fcf55] {
1376
+ li[data-v-040fcf55] {
1377
1377
  color: #333;
1378
1378
  }
1379
1379
  .context-menu[data-v-040fcf55] {
@@ -1537,21 +1537,6 @@ li[data-v-040fcf55] {
1537
1537
  color:#409EFF
1538
1538
  }
1539
1539
 
1540
- .grid-search-form[data-v-04817310] {
1541
- overflow: auto;
1542
- }
1543
- .grid-search-form[data-v-04817310] .el-form-item {
1544
- margin-bottom: 0px;
1545
- }
1546
- .grid-search-form[data-v-04817310] .search-btn {
1547
- justify-content: center; /* 确保按钮居中 */
1548
- /* 可选:间距更美观 */
1549
- }
1550
- .grid-search-form[data-v-04817310] .el-select,
1551
- .grid-search-form[data-v-04817310] .customComponent {
1552
- width: 100%;
1553
- }
1554
-
1555
1540
  iframe.tab-main-content[data-v-80f8eb5e] {
1556
1541
  width: 100%;
1557
1542
  height: calc(100vh - 48px);
@@ -1613,12 +1598,24 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1613
1598
  .default-page-tip-item {
1614
1599
  padding-top: 10px;
1615
1600
  }
1601
+
1602
+ .grid-search-form[data-v-04817310] {
1603
+ overflow: auto;
1604
+ }
1605
+ .grid-search-form[data-v-04817310] .el-form-item {
1606
+ margin-bottom: 0px;
1607
+ }
1608
+ .grid-search-form[data-v-04817310] .search-btn {
1609
+ justify-content: center; /* 确保按钮居中 */
1610
+ /* 可选:间距更美观 */
1611
+ }
1612
+ .grid-search-form[data-v-04817310] .el-select,
1613
+ .grid-search-form[data-v-04817310] .customComponent {
1614
+ width: 100%;
1615
+ }
1616
1616
  [data-v-455b2ba2] .super-icon {
1617
1617
  width: 20px !important;
1618
1618
  height: 20px !important;
1619
- }[data-v-0fb85d6e] .super-icon {
1620
- width: 20px !important;
1621
- height: 20px !important;
1622
1619
  }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1623
1620
  background-color: #eee;
1624
1621
  width: 100%;
@@ -1638,6 +1635,9 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1638
1635
  }
1639
1636
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1640
1637
  margin: 0 5px;
1638
+ }[data-v-990840ae] .super-icon {
1639
+ width: 20px !important;
1640
+ height: 20px !important;
1641
1641
  }.grid-search-form[data-v-d462769a] .el-form-item {
1642
1642
  margin-bottom: 0px;
1643
1643
  }
@@ -1663,6 +1663,53 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1663
1663
  .grid-search-form[data-v-d462769a] .el-col {
1664
1664
  padding-left: 10px;
1665
1665
  padding-bottom: 16px;
1666
+ }.annex-cell[data-v-ee8f5d1d] {
1667
+ padding-right: 5px;
1668
+ cursor: pointer;
1669
+ color: #409eff;
1670
+ }
1671
+ .m-requried[data-v-ee8f5d1d] {
1672
+ float: left;
1673
+ white-space: nowrap;
1674
+ width: 96%;
1675
+ }
1676
+ .m-requried[data-v-ee8f5d1d]::after {
1677
+ content: "*";
1678
+ color: #f56c6c;
1679
+ }
1680
+ .column-text-main[data-v-ee8f5d1d] {
1681
+ display: flex;
1682
+ align-items: center;
1683
+ gap: 10px;
1684
+ }
1685
+ .column-text-main .column-text-edit-main[data-v-ee8f5d1d] {
1686
+ display: flex;
1687
+ align-items: center;
1688
+ gap: 10px;
1689
+ }
1690
+ .column-text-main .column-text-edit-main [table-column-placeholder][data-v-ee8f5d1d] {
1691
+ display: block;
1692
+ white-space: nowrap;
1693
+ overflow: hidden;
1694
+ text-overflow: ellipsis;
1695
+ }
1696
+ .column-text-main .column-text-edit-main[data-v-ee8f5d1d]::after {
1697
+ content: " ";
1698
+ position: absolute;
1699
+ left: 0;
1700
+ top: 0;
1701
+ right: 0;
1702
+ bottom: 0;
1703
+ cursor: pointer;
1704
+ }
1705
+ .column-text-main .column-text-edit-main ~ span[data-v-ee8f5d1d] {
1706
+ text-align: left;
1707
+ }
1708
+ .column-text-main .column-text-edit-main ~ span[data-v-ee8f5d1d]:empty {
1709
+ display: none;
1710
+ }
1711
+ .normal-column-content-view[data-v-ee8f5d1d] {
1712
+ display: inline;
1666
1713
  }
1667
1714
  .grid-search-form[data-v-0b145154] .el-form-item {
1668
1715
  margin-bottom: 0px;
@@ -1731,54 +1778,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1731
1778
  .inline-input-custom {
1732
1779
  width: 98%;
1733
1780
  }
1734
- .annex-cell[data-v-30804a71] {
1735
- padding-right: 5px;
1736
- cursor: pointer;
1737
- color: #409eff;
1738
- }
1739
- .m-requried[data-v-30804a71] {
1740
- float: left;
1741
- white-space: nowrap;
1742
- width: 96%;
1743
- }
1744
- .m-requried[data-v-30804a71]::after {
1745
- content: "*";
1746
- color: #f56c6c;
1747
- }
1748
- .column-text-main[data-v-30804a71] {
1749
- display: flex;
1750
- align-items: center;
1751
- gap: 10px;
1752
- }
1753
- .column-text-main .column-text-edit-main[data-v-30804a71] {
1754
- display: flex;
1755
- align-items: center;
1756
- gap: 10px;
1757
- }
1758
- .column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
1759
- display: block;
1760
- white-space: nowrap;
1761
- overflow: hidden;
1762
- text-overflow: ellipsis;
1763
- }
1764
- .column-text-main .column-text-edit-main[data-v-30804a71]::after {
1765
- content: " ";
1766
- position: absolute;
1767
- left: 0;
1768
- top: 0;
1769
- right: 0;
1770
- bottom: 0;
1771
- cursor: pointer;
1772
- }
1773
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
1774
- text-align: left;
1775
- }
1776
- .column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
1777
- display: none;
1778
- }
1779
- .normal-column-content-view[data-v-30804a71] {
1780
- display: inline;
1781
- }.fs-upload-tag[data-v-e5cde7de] {
1781
+ .fs-upload-tag[data-v-e5cde7de] {
1782
1782
  border: 1px solid #dcdfe6;
1783
1783
  padding: 4px 8px;
1784
1784
  background-clip: padding-box;
@@ -1817,23 +1817,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1817
1817
  .fs-upload-tag-percent[data-v-5bb8bf7f] {
1818
1818
  font-weight: 600;
1819
1819
  margin-left: 4px;
1820
- }
1821
- .additional-data-tag[data-v-7aaab83c] {
1822
- display: flex;
1823
- align-items: center;
1824
- flex-shrink: 0;
1825
- min-width: max-content;
1826
- margin-left: auto;
1827
- gap: 10px;
1828
- }
1829
- .additional-data-button[data-v-7aaab83c] {
1830
- display: flex;
1831
- align-items: center;
1832
- justify-content: center;
1833
- margin-top: 10px;
1834
- gap: 10px;
1835
- }
1836
- [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 {
1820
+ }[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 {
1837
1821
  user-select: text !important;
1838
1822
  -webkit-user-select: text !important;
1839
1823
  -moz-user-select: text !important;
@@ -2059,9 +2043,48 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2059
2043
  white-space: nowrap;
2060
2044
  overflow: hidden;
2061
2045
  text-overflow: ellipsis;
2062
- }[data-v-41b4cbbd] .el-range-separator {
2063
- min-width: 20px;
2064
- }[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 {
2046
+ }
2047
+ .additional-data-tag[data-v-7aaab83c] {
2048
+ display: flex;
2049
+ align-items: center;
2050
+ flex-shrink: 0;
2051
+ min-width: max-content;
2052
+ margin-left: auto;
2053
+ gap: 10px;
2054
+ }
2055
+ .additional-data-button[data-v-7aaab83c] {
2056
+ display: flex;
2057
+ align-items: center;
2058
+ justify-content: center;
2059
+ margin-top: 10px;
2060
+ gap: 10px;
2061
+ }
2062
+
2063
+ .footer-wrapper {
2064
+ &[data-v-ffbde6f9] {
2065
+ display: flex;
2066
+ align-items: center;
2067
+ justify-content: space-between;
2068
+ gap: 10px;
2069
+ width: 100%;
2070
+ }
2071
+ .footer-time[data-v-ffbde6f9] {
2072
+ font-size: 10px;
2073
+ color: #999;
2074
+ margin-top: 3px;
2075
+ flex-shrink: 0;
2076
+ }
2077
+ }
2078
+ .footer-container {
2079
+ &[data-v-ffbde6f9] {
2080
+ display: flex;
2081
+ gap: 8px;
2082
+ }
2083
+ [data-v-ffbde6f9] .el-button + .el-button {
2084
+ margin-left: 0;
2085
+ }
2086
+ }
2087
+ [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 {
2065
2088
  user-select: text !important;
2066
2089
  -webkit-user-select: text !important;
2067
2090
  -moz-user-select: text !important;
@@ -2251,39 +2274,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2251
2274
  .elx-xmarkdown-container[data-v-e9aa835d] {
2252
2275
  padding: 0;
2253
2276
  }
2254
-
2255
- .home-chart-iframe[data-v-73352a50] {
2256
- width: 100%;
2257
- height: 100%;
2258
- border: none;
2259
- opacity: 1;
2260
- }
2261
-
2262
- .home-chart-iframe[data-v-b9f40acf] {
2263
- width: 100%;
2264
- height: 100%;
2265
- border: none;
2266
- opacity: 1;
2267
- }
2268
- [data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
2277
+ [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 {
2269
2278
  user-select: text !important;
2270
2279
  -webkit-user-select: text !important;
2271
2280
  -moz-user-select: text !important;
2272
2281
  -ms-user-select: text !important;
2273
2282
  }
2274
- .slide-up-enter-active[data-v-45fbaf17],
2275
- .slide-up-leave-active[data-v-45fbaf17] {
2283
+ .slide-up-enter-active[data-v-6da81be3],
2284
+ .slide-up-leave-active[data-v-6da81be3] {
2276
2285
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2277
2286
  }
2278
- .slide-up-enter-from[data-v-45fbaf17],
2279
- .slide-up-leave-to[data-v-45fbaf17] {
2287
+ .slide-up-enter-from[data-v-6da81be3],
2288
+ .slide-up-leave-to[data-v-6da81be3] {
2280
2289
  transform: translateY(100%);
2281
2290
  }
2282
2291
 
2283
2292
  /**
2284
2293
  * 聊天窗口的样式设置
2285
2294
  */
2286
- .chat-container[data-v-45fbaf17] {
2295
+ .chat-container[data-v-6da81be3] {
2287
2296
  --header-height: 56px;
2288
2297
  --chat-padding: 12px;
2289
2298
  --bubble-content-max-width: 0px;
@@ -2295,25 +2304,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2295
2304
  flex-direction: row; /* 横向排列 */
2296
2305
  height: 100%; /* 父容器高度 */
2297
2306
  }
2298
- .small-window[data-v-45fbaf17] {
2307
+ .small-window[data-v-6da81be3] {
2299
2308
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2300
2309
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2301
2310
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2302
2311
  border-radius: 8px;
2303
2312
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2304
2313
  }
2305
- .full-screen[data-v-45fbaf17] {
2314
+ .full-screen[data-v-6da81be3] {
2306
2315
  right: 0;
2307
2316
  bottom: 0;
2308
2317
  --main-content-height: calc(100vh - var(--header-height));
2309
2318
  }
2310
- .chat-container[data-v-45fbaf17] > * {
2319
+ .chat-container[data-v-6da81be3] > * {
2311
2320
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2312
2321
  }
2313
2322
 
2314
2323
  /* 聊天窗口的头部样式设置
2315
2324
  */
2316
- .chat-embed__header_container[data-v-45fbaf17] {
2325
+ .chat-embed__header_container[data-v-6da81be3] {
2317
2326
  /* border-bottom: 1px solid #ddd; */
2318
2327
  display: flex;
2319
2328
  align-items: center;
@@ -2323,7 +2332,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2323
2332
  overflow: hidden;
2324
2333
  position: relative;
2325
2334
  }
2326
- .session-subject[data-v-45fbaf17] {
2335
+ .session-subject[data-v-6da81be3] {
2327
2336
  display: block;
2328
2337
  margin: 0 auto;
2329
2338
  text-align: center;
@@ -2338,17 +2347,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2338
2347
 
2339
2348
  /* 聊天窗口的头部图标样式设置
2340
2349
  */
2341
- .chat-embed__header_avatar[data-v-45fbaf17] {
2350
+ .chat-embed__header_avatar[data-v-6da81be3] {
2342
2351
  margin-left: calc(var(--chat-padding) * 2);
2343
2352
  margin-right: var(--chat-padding);
2344
2353
  }
2345
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2354
+ .chat-embed__header_tool_icon[data-v-6da81be3] {
2346
2355
  right: 20px;
2347
2356
  position: absolute;
2348
2357
  gap: 28px;
2349
2358
  display: flex;
2350
2359
  }
2351
- .chat-embed__sidebar[data-v-45fbaf17] {
2360
+ .chat-embed__sidebar[data-v-6da81be3] {
2352
2361
  background: #f6f7fa;
2353
2362
  display: flex;
2354
2363
  flex-direction: column; /* 设置为上下排列 */
@@ -2357,7 +2366,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2357
2366
  width: 260px;
2358
2367
  height: 100%;
2359
2368
  }
2360
- .chat-embed__main[data-v-45fbaf17] {
2369
+ .chat-embed__main[data-v-6da81be3] {
2361
2370
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2362
2371
  box-sizing: border-box;
2363
2372
  overflow: hidden;
@@ -2368,7 +2377,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2368
2377
  flex: 1; /* 聊天内容区域占据剩余空间 */
2369
2378
  overflow: hidden; /* 防止内容溢出 */
2370
2379
  }
2371
- .chat-embed__main_content[data-v-45fbaf17] {
2380
+ .chat-embed__main_content[data-v-6da81be3] {
2372
2381
  flex: 1;
2373
2382
  box-sizing: border-box;
2374
2383
  min-height: 0;
@@ -2376,21 +2385,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2376
2385
  /* overflow-y: auto;
2377
2386
  margin-bottom: 12px; */
2378
2387
  }
2379
- .chat-embed__input_container[data-v-45fbaf17] {
2388
+ .chat-embed__input_container[data-v-6da81be3] {
2380
2389
  flex-shrink: 0; /* 不允许收缩 */
2381
2390
  /* margin-bottom: 50px; 距离底部 */
2382
2391
  }
2383
- .header-icon[data-v-45fbaf17] {
2392
+ .header-icon[data-v-6da81be3] {
2384
2393
  cursor: pointer;
2385
2394
  font-size: 20px;
2386
2395
  }
2387
2396
 
2388
2397
  /* 聊天默认推荐内容样式
2389
2398
  */
2390
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2399
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
2391
2400
  margin-top: 5px;
2392
2401
  }
2393
- .content-container[data-v-45fbaf17] {
2402
+ .content-container[data-v-6da81be3] {
2394
2403
  padding: 16px;
2395
2404
  border-radius: 4px;
2396
2405
  background: #ffffff;
@@ -2398,7 +2407,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2398
2407
  border-radius: 0px 30px 30px 30px;
2399
2408
  /* opacity: 0.6; */
2400
2409
  }
2401
- .chat-content-font[data-v-45fbaf17] {
2410
+ .chat-content-font[data-v-6da81be3] {
2402
2411
  font-family: PingFang SC, PingFang SC;
2403
2412
  font-weight: 500;
2404
2413
  font-size: 16px;
@@ -2408,10 +2417,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2408
2417
  font-style: normal;
2409
2418
  text-transform: none;
2410
2419
  }
2411
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2420
+ [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2412
2421
  border: none !important;
2413
2422
  }
2414
- .content-container-header[data-v-45fbaf17] {
2423
+ .content-container-header[data-v-6da81be3] {
2415
2424
  font-size: 12px;
2416
2425
  color: #909399;
2417
2426
  }
@@ -2420,7 +2429,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2420
2429
  // 用户消息
2421
2430
  */
2422
2431
  .content-borderless-container {
2423
- &[data-v-45fbaf17] {
2432
+ &[data-v-6da81be3] {
2424
2433
  background: #e1ecfd;
2425
2434
  border-radius: 20px 0px 20px 20px;
2426
2435
  user-select: none;
@@ -2428,21 +2437,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2428
2437
  cursor: pointer;
2429
2438
  transition: background-color 0.3s;
2430
2439
  }
2431
- &[data-v-45fbaf17]:hover {
2440
+ &[data-v-6da81be3]:hover {
2432
2441
  background-color: #ebeef5;
2433
2442
  }
2434
2443
  }
2435
2444
  .footer-container {
2436
- [data-v-45fbaf17] .el-button + .el-button {
2445
+ [data-v-6da81be3] .el-button + .el-button {
2437
2446
  margin-left: 8px;
2438
2447
  }
2439
2448
  }
2440
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2449
+ .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2441
2450
  padding: 0;
2442
2451
  }
2443
2452
 
2444
2453
  /* 引用文件样式 */
2445
- .doc-agg-item[data-v-45fbaf17] {
2454
+ .doc-agg-item[data-v-6da81be3] {
2446
2455
  width: 100%;
2447
2456
  padding: 10px;
2448
2457
  margin-bottom: 5px;
@@ -2452,66 +2461,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2452
2461
  font-size: 12px;
2453
2462
  color: var(--el-color-primary);
2454
2463
  }
2455
- .elx-xmarkdown-container[data-v-45fbaf17] {
2464
+ .elx-xmarkdown-container[data-v-6da81be3] {
2456
2465
  padding: 0;
2457
- }
2458
- .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2459
- margin-right: 5px;
2460
2466
  }
2461
- .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2467
+ h4[data-v-6da81be3] {
2468
+ font-size: 16px;
2469
+ margin-top: 0px;
2470
+ margin-bottom: 0px;
2471
+ }
2472
+ [data-v-6da81be3] .el-divider--horizontal {
2473
+ margin: 5px 0;
2474
+ }
2475
+ .sender-additional-data-tag[data-v-6da81be3] {
2476
+ display: flex;
2477
+ align-items: center;
2478
+ flex-shrink: 0;
2479
+ min-width: max-content;
2480
+ margin-left: auto;
2481
+ gap: 10px;
2482
+ }
2483
+ .amb-color-iconfont[data-v-6da81be3] {
2484
+ display: inline-block;
2485
+ width: 12px;
2486
+ height: 12px;
2487
+ background-repeat: no-repeat;
2488
+ background-position: center;
2489
+ background-size: 100%;
2490
+ cursor: pointer;
2491
+ }
2492
+ .el-button + .el-button[data-v-6da81be3] {
2462
2493
  margin-left: 5px;
2463
2494
  }
2464
- .svg-icon[data-v-019891df] {
2465
- width: 1.2em;
2466
- height: 1.2em;
2467
- vertical-align: -0.25em;
2468
- fill: currentColor;
2469
- overflow: initial;
2470
- }
2471
-
2472
- .footer-wrapper {
2473
- &[data-v-ffbde6f9] {
2474
- display: flex;
2475
- align-items: center;
2476
- justify-content: space-between;
2477
- gap: 10px;
2478
- width: 100%;
2495
+ .header-self-wrap[data-v-6da81be3] {
2496
+ display: flex;
2497
+ flex-direction: column;
2498
+ padding: 16px;
2479
2499
  }
2480
- .footer-time[data-v-ffbde6f9] {
2481
- font-size: 10px;
2482
- color: #999;
2483
- margin-top: 3px;
2484
- flex-shrink: 0;
2500
+ [data-v-6da81be3] .el-sender-header {
2501
+ border-bottom-color: #ffffff !important;
2502
+ }
2503
+ [data-v-6da81be3] .el-sender {
2504
+ background: #ffffff !important;
2505
+ box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
2506
+ border-radius: 30px 30px 30px 30px !important;
2507
+ font-family: Noto Sans SC, Noto Sans SC;
2508
+ font-weight: 400;
2509
+ font-size: 16px;
2510
+ color: #bbbbbb;
2511
+ text-align: left;
2512
+ font-style: normal;
2513
+ text-transform: none;
2485
2514
  }
2515
+ [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
2516
+ font-family: Noto Sans SC, Noto Sans SC !important;
2517
+ font-weight: 400 !important;
2518
+ font-size: 16px !important;
2519
+ line-height: 21px !important;
2520
+ font-style: normal !important;
2521
+ text-transform: none !important;
2486
2522
  }
2487
- .footer-container {
2488
- &[data-v-ffbde6f9] {
2489
- display: flex;
2490
- gap: 8px;
2523
+ [data-v-6da81be3] .el-sender-content {
2524
+ padding: 16px !important;
2491
2525
  }
2492
- [data-v-ffbde6f9] .el-button + .el-button {
2493
- margin-left: 0;
2526
+ [data-v-6da81be3] .el-select__wrapper {
2527
+ border-radius: 100px 100px 100px 100px;
2528
+ border: 1px solid #dcdfe6;
2494
2529
  }
2495
- }
2496
- [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 {
2530
+ .ai-generate-tip[data-v-6da81be3] {
2531
+ padding: 12px;
2532
+ font-family: PingFang SC, PingFang SC;
2533
+ font-weight: 400;
2534
+ font-size: 14px;
2535
+ color: #808080;
2536
+ line-height: 21px;
2537
+ font-style: normal;
2538
+ text-align: center;
2539
+ }
2540
+ .el-button.is-circle[data-v-6da81be3] {
2541
+ border-radius: 50% !important;
2542
+ padding: 8px;
2543
+ width: 32px;
2544
+ }
2545
+ .send-icon[data-v-6da81be3] {
2546
+ cursor: pointer;
2547
+ }
2548
+ .el-divider--vertical[data-v-6da81be3] {
2549
+ margin: 0 0;
2550
+ }[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
2497
2551
  user-select: text !important;
2498
2552
  -webkit-user-select: text !important;
2499
2553
  -moz-user-select: text !important;
2500
2554
  -ms-user-select: text !important;
2501
2555
  }
2502
- .slide-up-enter-active[data-v-1e62eff8],
2503
- .slide-up-leave-active[data-v-1e62eff8] {
2556
+ .slide-up-enter-active[data-v-45fbaf17],
2557
+ .slide-up-leave-active[data-v-45fbaf17] {
2504
2558
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2505
2559
  }
2506
- .slide-up-enter-from[data-v-1e62eff8],
2507
- .slide-up-leave-to[data-v-1e62eff8] {
2560
+ .slide-up-enter-from[data-v-45fbaf17],
2561
+ .slide-up-leave-to[data-v-45fbaf17] {
2508
2562
  transform: translateY(100%);
2509
2563
  }
2510
2564
 
2511
2565
  /**
2512
2566
  * 聊天窗口的样式设置
2513
2567
  */
2514
- .chat-container[data-v-1e62eff8] {
2568
+ .chat-container[data-v-45fbaf17] {
2515
2569
  --header-height: 56px;
2516
2570
  --chat-padding: 12px;
2517
2571
  --bubble-content-max-width: 0px;
@@ -2523,25 +2577,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2523
2577
  flex-direction: row; /* 横向排列 */
2524
2578
  height: 100%; /* 父容器高度 */
2525
2579
  }
2526
- .small-window[data-v-1e62eff8] {
2580
+ .small-window[data-v-45fbaf17] {
2527
2581
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2528
2582
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2529
2583
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2530
2584
  border-radius: 8px;
2531
2585
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2532
2586
  }
2533
- .full-screen[data-v-1e62eff8] {
2587
+ .full-screen[data-v-45fbaf17] {
2534
2588
  right: 0;
2535
2589
  bottom: 0;
2536
2590
  --main-content-height: calc(100vh - var(--header-height));
2537
2591
  }
2538
- .chat-container[data-v-1e62eff8] > * {
2592
+ .chat-container[data-v-45fbaf17] > * {
2539
2593
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2540
2594
  }
2541
2595
 
2542
2596
  /* 聊天窗口的头部样式设置
2543
2597
  */
2544
- .chat-embed__header_container[data-v-1e62eff8] {
2598
+ .chat-embed__header_container[data-v-45fbaf17] {
2545
2599
  /* border-bottom: 1px solid #ddd; */
2546
2600
  display: flex;
2547
2601
  align-items: center;
@@ -2551,7 +2605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2551
2605
  overflow: hidden;
2552
2606
  position: relative;
2553
2607
  }
2554
- .session-subject[data-v-1e62eff8] {
2608
+ .session-subject[data-v-45fbaf17] {
2555
2609
  display: block;
2556
2610
  margin: 0 auto;
2557
2611
  text-align: center;
@@ -2566,17 +2620,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2566
2620
 
2567
2621
  /* 聊天窗口的头部图标样式设置
2568
2622
  */
2569
- .chat-embed__header_avatar[data-v-1e62eff8] {
2623
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2570
2624
  margin-left: calc(var(--chat-padding) * 2);
2571
2625
  margin-right: var(--chat-padding);
2572
2626
  }
2573
- .chat-embed__header_tool_icon[data-v-1e62eff8] {
2627
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2574
2628
  right: 20px;
2575
2629
  position: absolute;
2576
2630
  gap: 28px;
2577
2631
  display: flex;
2578
2632
  }
2579
- .chat-embed__sidebar[data-v-1e62eff8] {
2633
+ .chat-embed__sidebar[data-v-45fbaf17] {
2580
2634
  background: #f6f7fa;
2581
2635
  display: flex;
2582
2636
  flex-direction: column; /* 设置为上下排列 */
@@ -2585,7 +2639,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2585
2639
  width: 260px;
2586
2640
  height: 100%;
2587
2641
  }
2588
- .chat-embed__main[data-v-1e62eff8] {
2642
+ .chat-embed__main[data-v-45fbaf17] {
2589
2643
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2590
2644
  box-sizing: border-box;
2591
2645
  overflow: hidden;
@@ -2596,7 +2650,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2596
2650
  flex: 1; /* 聊天内容区域占据剩余空间 */
2597
2651
  overflow: hidden; /* 防止内容溢出 */
2598
2652
  }
2599
- .chat-embed__main_content[data-v-1e62eff8] {
2653
+ .chat-embed__main_content[data-v-45fbaf17] {
2600
2654
  flex: 1;
2601
2655
  box-sizing: border-box;
2602
2656
  min-height: 0;
@@ -2604,21 +2658,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2604
2658
  /* overflow-y: auto;
2605
2659
  margin-bottom: 12px; */
2606
2660
  }
2607
- .chat-embed__input_container[data-v-1e62eff8] {
2661
+ .chat-embed__input_container[data-v-45fbaf17] {
2608
2662
  flex-shrink: 0; /* 不允许收缩 */
2609
2663
  /* margin-bottom: 50px; 距离底部 */
2610
2664
  }
2611
- .header-icon[data-v-1e62eff8] {
2665
+ .header-icon[data-v-45fbaf17] {
2612
2666
  cursor: pointer;
2613
2667
  font-size: 20px;
2614
2668
  }
2615
2669
 
2616
2670
  /* 聊天默认推荐内容样式
2617
2671
  */
2618
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2672
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2619
2673
  margin-top: 5px;
2620
2674
  }
2621
- .content-container[data-v-1e62eff8] {
2675
+ .content-container[data-v-45fbaf17] {
2622
2676
  padding: 16px;
2623
2677
  border-radius: 4px;
2624
2678
  background: #ffffff;
@@ -2626,7 +2680,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2626
2680
  border-radius: 0px 30px 30px 30px;
2627
2681
  /* opacity: 0.6; */
2628
2682
  }
2629
- .chat-content-font[data-v-1e62eff8] {
2683
+ .chat-content-font[data-v-45fbaf17] {
2630
2684
  font-family: PingFang SC, PingFang SC;
2631
2685
  font-weight: 500;
2632
2686
  font-size: 16px;
@@ -2636,10 +2690,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2636
2690
  font-style: normal;
2637
2691
  text-transform: none;
2638
2692
  }
2639
- [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2693
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2640
2694
  border: none !important;
2641
2695
  }
2642
- .content-container-header[data-v-1e62eff8] {
2696
+ .content-container-header[data-v-45fbaf17] {
2643
2697
  font-size: 12px;
2644
2698
  color: #909399;
2645
2699
  }
@@ -2648,7 +2702,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2648
2702
  // 用户消息
2649
2703
  */
2650
2704
  .content-borderless-container {
2651
- &[data-v-1e62eff8] {
2705
+ &[data-v-45fbaf17] {
2652
2706
  background: #e1ecfd;
2653
2707
  border-radius: 20px 0px 20px 20px;
2654
2708
  user-select: none;
@@ -2656,21 +2710,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2656
2710
  cursor: pointer;
2657
2711
  transition: background-color 0.3s;
2658
2712
  }
2659
- &[data-v-1e62eff8]:hover {
2713
+ &[data-v-45fbaf17]:hover {
2660
2714
  background-color: #ebeef5;
2661
2715
  }
2662
2716
  }
2663
2717
  .footer-container {
2664
- [data-v-1e62eff8] .el-button + .el-button {
2718
+ [data-v-45fbaf17] .el-button + .el-button {
2665
2719
  margin-left: 8px;
2666
2720
  }
2667
2721
  }
2668
- .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2722
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2669
2723
  padding: 0;
2670
2724
  }
2671
2725
 
2672
2726
  /* 引用文件样式 */
2673
- .doc-agg-item[data-v-1e62eff8] {
2727
+ .doc-agg-item[data-v-45fbaf17] {
2674
2728
  width: 100%;
2675
2729
  padding: 10px;
2676
2730
  margin-bottom: 5px;
@@ -2680,136 +2734,40 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2680
2734
  font-size: 12px;
2681
2735
  color: var(--el-color-primary);
2682
2736
  }
2683
- .elx-xmarkdown-container[data-v-1e62eff8] {
2737
+ .elx-xmarkdown-container[data-v-45fbaf17] {
2684
2738
  padding: 0;
2739
+ }
2740
+ .is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
2741
+ margin-right: 5px;
2685
2742
  }
2686
- .flex-avatar[data-v-1e62eff8] {
2687
- position: absolute;
2688
- padding: 20px 36px;
2689
- gap: 16px;
2690
- display: flex;
2691
- z-index: 1;
2692
- }
2693
- .flex-function-icon[data-v-1e62eff8] {
2694
- display: flex;
2695
- height: 40px;
2696
- padding: 10px 14px;
2697
- gap: 14px;
2698
- border-radius: 100px 100px 100px 100px;
2699
- border: 1px solid #e5e5e5;
2700
- width: 82px;
2701
- font-size: 20px;
2702
- }
2703
- .sidebar-header[data-v-1e62eff8] {
2704
- display: flex; /* 设置为水平排列 */
2705
- align-items: center; /* 垂直居中 */
2706
- margin-bottom: 22px;
2707
- font-size: 20px;
2708
- }
2709
- .sidebar-header > span[data-v-1e62eff8] {
2710
- font-family: PingFang SC, PingFang SC;
2711
- font-weight: 600;
2712
- font-size: 16px;
2713
- color: #181818;
2714
- text-align: left;
2715
- font-style: normal;
2716
- text-transform: none;
2717
- }
2718
- .right-icon[data-v-1e62eff8] {
2719
- cursor: pointer;
2720
- margin-left: auto;
2743
+ .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
2744
+ margin-left: 5px;
2721
2745
  }
2722
- .shousuo-icon[data-v-1e62eff8] {
2723
- cursor: pointer;
2746
+ .home-chart-iframe[data-v-b9f40acf] {
2747
+ width: 100%;
2748
+ height: 100%;
2749
+ border: none;
2750
+ opacity: 1;
2751
+ }
2752
+ [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 {
2753
+ user-select: text !important;
2754
+ -webkit-user-select: text !important;
2755
+ -moz-user-select: text !important;
2756
+ -ms-user-select: text !important;
2724
2757
  }
2725
- .sidebar-menu[data-v-1e62eff8] {
2726
- flex-shrink: 0; /* 固定高度,位于顶部 */
2727
- margin-bottom: 10px;
2758
+ .slide-up-enter-active[data-v-1e62eff8],
2759
+ .slide-up-leave-active[data-v-1e62eff8] {
2760
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2728
2761
  }
2729
- .scrollbar-container[data-v-1e62eff8] {
2730
- flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2731
- overflow-y: auto; /* 添加垂直滚动条 */
2732
- margin-bottom: 10px;
2733
- }
2734
- .new-session-button[data-v-1e62eff8] {
2735
- flex-shrink: 0; /* 固定高度,位于底部 */
2736
- margin-top: 10px;
2737
- margin-bottom: 20px;
2738
- }
2739
- .sidebar-menu div[data-v-1e62eff8]:hover {
2740
- background-color: #ffffff;
2741
- }
2742
- .date-group[data-v-1e62eff8] {
2743
- margin-top: 16px;
2744
- }
2745
- .date-group-item[data-v-1e62eff8] {
2746
- color: #81858c;
2747
- font-size: 12px;
2748
- user-select: none;
2749
- margin-bottom: 2px;
2750
- padding-left: calc(var(--chat-padding) * 2);
2751
- }
2752
- .menu-item[data-v-1e62eff8] {
2753
- padding: 0px calc(var(--chat-padding) * 2);
2754
- font-size: 16px;
2755
- line-height: 50px;
2756
- cursor: pointer;
2757
- gap: 8px;
2758
- border-radius: 8px;
2759
- display: flex;
2760
- align-items: center;
2761
- }
2762
- .active-item[data-v-1e62eff8] {
2763
- background: #e2ebf5;
2764
- color: var(--el-color-primary);
2765
- }
2766
- .history-item[data-v-1e62eff8] {
2767
- padding: 0px calc(var(--chat-padding) * 2);
2768
- cursor: pointer;
2769
- display: flex; /* 确保子元素可以使用 flex 布局 */
2770
- align-items: center; /* 垂直居中 */
2771
- line-height: 40px;
2772
- gap: 8px;
2773
- border-radius: 8px;
2774
- }
2775
- .history-subject[data-v-1e62eff8] {
2776
- flex-grow: 1; /* 占据剩余空间 */
2777
- overflow: hidden; /* 超出部分隐藏 */
2778
- text-overflow: ellipsis; /* 使用省略号表示超出部分 */
2779
- white-space: nowrap; /* 不换行 */
2780
- }
2781
- .dropdown-right[data-v-1e62eff8] {
2782
- margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2783
- }
2784
- .history-item[data-v-1e62eff8]:hover {
2785
- background-color: #f5f5f5;
2786
- }
2787
-
2788
- .home-chart-iframe[data-v-873e1ba1] {
2789
- width: 100%;
2790
- height: 100%;
2791
- border: none;
2792
- opacity: 1;
2793
- }
2794
- [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 {
2795
- user-select: text !important;
2796
- -webkit-user-select: text !important;
2797
- -moz-user-select: text !important;
2798
- -ms-user-select: text !important;
2799
- }
2800
- .slide-up-enter-active[data-v-6da81be3],
2801
- .slide-up-leave-active[data-v-6da81be3] {
2802
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2803
- }
2804
- .slide-up-enter-from[data-v-6da81be3],
2805
- .slide-up-leave-to[data-v-6da81be3] {
2762
+ .slide-up-enter-from[data-v-1e62eff8],
2763
+ .slide-up-leave-to[data-v-1e62eff8] {
2806
2764
  transform: translateY(100%);
2807
2765
  }
2808
2766
 
2809
2767
  /**
2810
2768
  * 聊天窗口的样式设置
2811
2769
  */
2812
- .chat-container[data-v-6da81be3] {
2770
+ .chat-container[data-v-1e62eff8] {
2813
2771
  --header-height: 56px;
2814
2772
  --chat-padding: 12px;
2815
2773
  --bubble-content-max-width: 0px;
@@ -2821,25 +2779,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2821
2779
  flex-direction: row; /* 横向排列 */
2822
2780
  height: 100%; /* 父容器高度 */
2823
2781
  }
2824
- .small-window[data-v-6da81be3] {
2782
+ .small-window[data-v-1e62eff8] {
2825
2783
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2826
2784
  right: var(--chat-padding); /* 距离浏览器右边框12px */
2827
2785
  bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2828
2786
  border-radius: 8px;
2829
2787
  --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2830
2788
  }
2831
- .full-screen[data-v-6da81be3] {
2789
+ .full-screen[data-v-1e62eff8] {
2832
2790
  right: 0;
2833
2791
  bottom: 0;
2834
2792
  --main-content-height: calc(100vh - var(--header-height));
2835
2793
  }
2836
- .chat-container[data-v-6da81be3] > * {
2794
+ .chat-container[data-v-1e62eff8] > * {
2837
2795
  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2838
2796
  }
2839
2797
 
2840
2798
  /* 聊天窗口的头部样式设置
2841
2799
  */
2842
- .chat-embed__header_container[data-v-6da81be3] {
2800
+ .chat-embed__header_container[data-v-1e62eff8] {
2843
2801
  /* border-bottom: 1px solid #ddd; */
2844
2802
  display: flex;
2845
2803
  align-items: center;
@@ -2849,7 +2807,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2849
2807
  overflow: hidden;
2850
2808
  position: relative;
2851
2809
  }
2852
- .session-subject[data-v-6da81be3] {
2810
+ .session-subject[data-v-1e62eff8] {
2853
2811
  display: block;
2854
2812
  margin: 0 auto;
2855
2813
  text-align: center;
@@ -2864,17 +2822,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2864
2822
 
2865
2823
  /* 聊天窗口的头部图标样式设置
2866
2824
  */
2867
- .chat-embed__header_avatar[data-v-6da81be3] {
2825
+ .chat-embed__header_avatar[data-v-1e62eff8] {
2868
2826
  margin-left: calc(var(--chat-padding) * 2);
2869
2827
  margin-right: var(--chat-padding);
2870
2828
  }
2871
- .chat-embed__header_tool_icon[data-v-6da81be3] {
2829
+ .chat-embed__header_tool_icon[data-v-1e62eff8] {
2872
2830
  right: 20px;
2873
2831
  position: absolute;
2874
2832
  gap: 28px;
2875
2833
  display: flex;
2876
2834
  }
2877
- .chat-embed__sidebar[data-v-6da81be3] {
2835
+ .chat-embed__sidebar[data-v-1e62eff8] {
2878
2836
  background: #f6f7fa;
2879
2837
  display: flex;
2880
2838
  flex-direction: column; /* 设置为上下排列 */
@@ -2883,7 +2841,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2883
2841
  width: 260px;
2884
2842
  height: 100%;
2885
2843
  }
2886
- .chat-embed__main[data-v-6da81be3] {
2844
+ .chat-embed__main[data-v-1e62eff8] {
2887
2845
  padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2888
2846
  box-sizing: border-box;
2889
2847
  overflow: hidden;
@@ -2894,7 +2852,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2894
2852
  flex: 1; /* 聊天内容区域占据剩余空间 */
2895
2853
  overflow: hidden; /* 防止内容溢出 */
2896
2854
  }
2897
- .chat-embed__main_content[data-v-6da81be3] {
2855
+ .chat-embed__main_content[data-v-1e62eff8] {
2898
2856
  flex: 1;
2899
2857
  box-sizing: border-box;
2900
2858
  min-height: 0;
@@ -2902,21 +2860,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2902
2860
  /* overflow-y: auto;
2903
2861
  margin-bottom: 12px; */
2904
2862
  }
2905
- .chat-embed__input_container[data-v-6da81be3] {
2863
+ .chat-embed__input_container[data-v-1e62eff8] {
2906
2864
  flex-shrink: 0; /* 不允许收缩 */
2907
2865
  /* margin-bottom: 50px; 距离底部 */
2908
2866
  }
2909
- .header-icon[data-v-6da81be3] {
2867
+ .header-icon[data-v-1e62eff8] {
2910
2868
  cursor: pointer;
2911
2869
  font-size: 20px;
2912
2870
  }
2913
2871
 
2914
2872
  /* 聊天默认推荐内容样式
2915
2873
  */
2916
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
2874
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
2917
2875
  margin-top: 5px;
2918
2876
  }
2919
- .content-container[data-v-6da81be3] {
2877
+ .content-container[data-v-1e62eff8] {
2920
2878
  padding: 16px;
2921
2879
  border-radius: 4px;
2922
2880
  background: #ffffff;
@@ -2924,7 +2882,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2924
2882
  border-radius: 0px 30px 30px 30px;
2925
2883
  /* opacity: 0.6; */
2926
2884
  }
2927
- .chat-content-font[data-v-6da81be3] {
2885
+ .chat-content-font[data-v-1e62eff8] {
2928
2886
  font-family: PingFang SC, PingFang SC;
2929
2887
  font-weight: 500;
2930
2888
  font-size: 16px;
@@ -2934,10 +2892,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2934
2892
  font-style: normal;
2935
2893
  text-transform: none;
2936
2894
  }
2937
- [data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
2895
+ [data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
2938
2896
  border: none !important;
2939
2897
  }
2940
- .content-container-header[data-v-6da81be3] {
2898
+ .content-container-header[data-v-1e62eff8] {
2941
2899
  font-size: 12px;
2942
2900
  color: #909399;
2943
2901
  }
@@ -2946,7 +2904,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2946
2904
  // 用户消息
2947
2905
  */
2948
2906
  .content-borderless-container {
2949
- &[data-v-6da81be3] {
2907
+ &[data-v-1e62eff8] {
2950
2908
  background: #e1ecfd;
2951
2909
  border-radius: 20px 0px 20px 20px;
2952
2910
  user-select: none;
@@ -2954,21 +2912,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2954
2912
  cursor: pointer;
2955
2913
  transition: background-color 0.3s;
2956
2914
  }
2957
- &[data-v-6da81be3]:hover {
2915
+ &[data-v-1e62eff8]:hover {
2958
2916
  background-color: #ebeef5;
2959
2917
  }
2960
2918
  }
2961
2919
  .footer-container {
2962
- [data-v-6da81be3] .el-button + .el-button {
2920
+ [data-v-1e62eff8] .el-button + .el-button {
2963
2921
  margin-left: 8px;
2964
2922
  }
2965
2923
  }
2966
- .el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
2924
+ .el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
2967
2925
  padding: 0;
2968
2926
  }
2969
2927
 
2970
2928
  /* 引用文件样式 */
2971
- .doc-agg-item[data-v-6da81be3] {
2929
+ .doc-agg-item[data-v-1e62eff8] {
2972
2930
  width: 100%;
2973
2931
  padding: 10px;
2974
2932
  margin-bottom: 5px;
@@ -2978,93 +2936,135 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2978
2936
  font-size: 12px;
2979
2937
  color: var(--el-color-primary);
2980
2938
  }
2981
- .elx-xmarkdown-container[data-v-6da81be3] {
2939
+ .elx-xmarkdown-container[data-v-1e62eff8] {
2982
2940
  padding: 0;
2983
2941
  }
2984
- h4[data-v-6da81be3] {
2985
- font-size: 16px;
2986
- margin-top: 0px;
2987
- margin-bottom: 0px;
2942
+ .flex-avatar[data-v-1e62eff8] {
2943
+ position: absolute;
2944
+ padding: 20px 36px;
2945
+ gap: 16px;
2946
+ display: flex;
2947
+ z-index: 1;
2988
2948
  }
2989
- [data-v-6da81be3] .el-divider--horizontal {
2990
- margin: 5px 0;
2949
+ .flex-function-icon[data-v-1e62eff8] {
2950
+ display: flex;
2951
+ height: 40px;
2952
+ padding: 10px 14px;
2953
+ gap: 14px;
2954
+ border-radius: 100px 100px 100px 100px;
2955
+ border: 1px solid #e5e5e5;
2956
+ width: 82px;
2957
+ font-size: 20px;
2991
2958
  }
2992
- .sender-additional-data-tag[data-v-6da81be3] {
2993
- display: flex;
2994
- align-items: center;
2995
- flex-shrink: 0;
2996
- min-width: max-content;
2959
+ .sidebar-header[data-v-1e62eff8] {
2960
+ display: flex; /* 设置为水平排列 */
2961
+ align-items: center; /* 垂直居中 */
2962
+ margin-bottom: 22px;
2963
+ font-size: 20px;
2964
+ }
2965
+ .sidebar-header > span[data-v-1e62eff8] {
2966
+ font-family: PingFang SC, PingFang SC;
2967
+ font-weight: 600;
2968
+ font-size: 16px;
2969
+ color: #181818;
2970
+ text-align: left;
2971
+ font-style: normal;
2972
+ text-transform: none;
2973
+ }
2974
+ .right-icon[data-v-1e62eff8] {
2975
+ cursor: pointer;
2997
2976
  margin-left: auto;
2998
- gap: 10px;
2999
2977
  }
3000
- .amb-color-iconfont[data-v-6da81be3] {
3001
- display: inline-block;
3002
- width: 12px;
3003
- height: 12px;
3004
- background-repeat: no-repeat;
3005
- background-position: center;
3006
- background-size: 100%;
2978
+ .shousuo-icon[data-v-1e62eff8] {
3007
2979
  cursor: pointer;
3008
2980
  }
3009
- .el-button + .el-button[data-v-6da81be3] {
3010
- margin-left: 5px;
2981
+ .sidebar-menu[data-v-1e62eff8] {
2982
+ flex-shrink: 0; /* 固定高度,位于顶部 */
2983
+ margin-bottom: 10px;
3011
2984
  }
3012
- .header-self-wrap[data-v-6da81be3] {
3013
- display: flex;
3014
- flex-direction: column;
3015
- padding: 16px;
2985
+ .scrollbar-container[data-v-1e62eff8] {
2986
+ flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
2987
+ overflow-y: auto; /* 添加垂直滚动条 */
2988
+ margin-bottom: 10px;
3016
2989
  }
3017
- [data-v-6da81be3] .el-sender-header {
3018
- border-bottom-color: #ffffff !important;
2990
+ .new-session-button[data-v-1e62eff8] {
2991
+ flex-shrink: 0; /* 固定高度,位于底部 */
2992
+ margin-top: 10px;
2993
+ margin-bottom: 20px;
3019
2994
  }
3020
- [data-v-6da81be3] .el-sender {
3021
- background: #ffffff !important;
3022
- box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
3023
- border-radius: 30px 30px 30px 30px !important;
3024
- font-family: Noto Sans SC, Noto Sans SC;
3025
- font-weight: 400;
3026
- font-size: 16px;
3027
- color: #bbbbbb;
3028
- text-align: left;
3029
- font-style: normal;
3030
- text-transform: none;
2995
+ .sidebar-menu div[data-v-1e62eff8]:hover {
2996
+ background-color: #ffffff;
3031
2997
  }
3032
- [data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
3033
- font-family: Noto Sans SC, Noto Sans SC !important;
3034
- font-weight: 400 !important;
3035
- font-size: 16px !important;
3036
- line-height: 21px !important;
3037
- font-style: normal !important;
3038
- text-transform: none !important;
2998
+ .date-group[data-v-1e62eff8] {
2999
+ margin-top: 16px;
3039
3000
  }
3040
- [data-v-6da81be3] .el-sender-content {
3041
- padding: 16px !important;
3001
+ .date-group-item[data-v-1e62eff8] {
3002
+ color: #81858c;
3003
+ font-size: 12px;
3004
+ user-select: none;
3005
+ margin-bottom: 2px;
3006
+ padding-left: calc(var(--chat-padding) * 2);
3042
3007
  }
3043
- [data-v-6da81be3] .el-select__wrapper {
3044
- border-radius: 100px 100px 100px 100px;
3045
- border: 1px solid #dcdfe6;
3008
+ .menu-item[data-v-1e62eff8] {
3009
+ padding: 0px calc(var(--chat-padding) * 2);
3010
+ font-size: 16px;
3011
+ line-height: 50px;
3012
+ cursor: pointer;
3013
+ gap: 8px;
3014
+ border-radius: 8px;
3015
+ display: flex;
3016
+ align-items: center;
3046
3017
  }
3047
- .ai-generate-tip[data-v-6da81be3] {
3048
- padding: 12px;
3049
- font-family: PingFang SC, PingFang SC;
3050
- font-weight: 400;
3051
- font-size: 14px;
3052
- color: #808080;
3053
- line-height: 21px;
3054
- font-style: normal;
3055
- text-align: center;
3018
+ .active-item[data-v-1e62eff8] {
3019
+ background: #e2ebf5;
3020
+ color: var(--el-color-primary);
3056
3021
  }
3057
- .el-button.is-circle[data-v-6da81be3] {
3058
- border-radius: 50% !important;
3059
- padding: 8px;
3060
- width: 32px;
3022
+ .history-item[data-v-1e62eff8] {
3023
+ padding: 0px calc(var(--chat-padding) * 2);
3024
+ cursor: pointer;
3025
+ display: flex; /* 确保子元素可以使用 flex 布局 */
3026
+ align-items: center; /* 垂直居中 */
3027
+ line-height: 40px;
3028
+ gap: 8px;
3029
+ border-radius: 8px;
3061
3030
  }
3062
- .send-icon[data-v-6da81be3] {
3063
- cursor: pointer;
3031
+ .history-subject[data-v-1e62eff8] {
3032
+ flex-grow: 1; /* 占据剩余空间 */
3033
+ overflow: hidden; /* 超出部分隐藏 */
3034
+ text-overflow: ellipsis; /* 使用省略号表示超出部分 */
3035
+ white-space: nowrap; /* 不换行 */
3064
3036
  }
3065
- .el-divider--vertical[data-v-6da81be3] {
3066
- margin: 0 0;
3037
+ .dropdown-right[data-v-1e62eff8] {
3038
+ margin-left: auto; /* 将 el-dropdown 靠右对齐 */
3039
+ }
3040
+ .history-item[data-v-1e62eff8]:hover {
3041
+ background-color: #f5f5f5;
3042
+ }
3043
+ [data-v-41b4cbbd] .el-range-separator {
3044
+ min-width: 20px;
3045
+ }
3046
+ .home-chart-iframe[data-v-873e1ba1] {
3047
+ width: 100%;
3048
+ height: 100%;
3049
+ border: none;
3050
+ opacity: 1;
3067
3051
  }
3052
+
3053
+ .home-chart-iframe[data-v-73352a50] {
3054
+ width: 100%;
3055
+ height: 100%;
3056
+ border: none;
3057
+ opacity: 1;
3058
+ }
3059
+
3060
+ .svg-icon[data-v-f15c5e86] {
3061
+ width: 1.2em;
3062
+ height: 1.2em;
3063
+ vertical-align: -0.25em;
3064
+ fill: currentColor;
3065
+ overflow: initial;
3066
+ }
3067
+
3068
3068
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3069
3069
  .mobile-item-action[data-v-13b41596] {
3070
3070
  z-index: 2000;
@@ -3086,6 +3086,10 @@ h4[data-v-6da81be3] {
3086
3086
  }
3087
3087
  .fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
3088
3088
  margin-left: 5px;
3089
+ }.super-icon[data-v-355d0c18] {
3090
+ width: 1em;
3091
+ height: 1em;
3092
+ font-size: 14px;
3089
3093
  }
3090
3094
  .el-dialog__header[data-v-44f1d9d6] {
3091
3095
  padding-bottom: 0px;