agilebuilder-ui 1.1.65-tmp29 → 1.1.65-tmp30
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.
- package/dist/index.full.min.js +137 -133
- package/dist/style.css +43 -43
- package/es/style.css +1134 -1134
- package/es/super-grid/src/apis.mjs +2 -1
- package/es/super-grid/src/dynamic-input.vue.mjs +5 -5
- package/es/super-grid/src/group-column.vue.mjs +6 -6
- package/es/super-grid/src/normal-column-content.vue.mjs +23 -20
- package/es/super-grid/src/normal-column.vue.mjs +12 -12
- package/es/super-grid/src/super-grid.vue.mjs +2 -2
- package/lib/style.css +1125 -1125
- package/lib/super-grid/src/apis.cjs +2 -1
- package/lib/super-grid/src/dynamic-input.vue.cjs +2 -2
- package/lib/super-grid/src/group-column.vue.cjs +3 -3
- package/lib/super-grid/src/normal-column-content.vue.cjs +7 -4
- package/lib/super-grid/src/normal-column.vue.cjs +10 -10
- package/lib/super-grid/src/super-grid.vue.cjs +2 -2
- package/package.json +2 -2
package/es/style.css
CHANGED
|
@@ -128,52 +128,57 @@ 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
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
132
|
+
padding: 0;
|
|
133
|
+
display: flex;
|
|
134
|
+
align-items: center;
|
|
135
|
+
justify-content: end;
|
|
131
136
|
}
|
|
132
|
-
.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
.grid-area .elTable th[data-v-
|
|
137
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
138
|
+
display: flex;
|
|
139
|
+
align-items: center;
|
|
140
|
+
justify-content: center;
|
|
141
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
142
|
+
font-size: 18px;
|
|
143
|
+
cursor: pointer;
|
|
144
|
+
}.grid-area .elTable th[data-v-7e63a75f] {
|
|
140
145
|
padding: 2px 0 !important;
|
|
141
146
|
}
|
|
142
|
-
.grid-area .elTable td[data-v-
|
|
147
|
+
.grid-area .elTable td[data-v-7e63a75f] {
|
|
143
148
|
padding: 2px 0 !important;
|
|
144
149
|
}
|
|
145
|
-
.el-table[data-v-
|
|
150
|
+
.el-table[data-v-7e63a75f] > .el-table__inner-wrapper {
|
|
146
151
|
height: 100% !important;
|
|
147
152
|
}
|
|
148
|
-
.flex-gap-15[data-v-
|
|
153
|
+
.flex-gap-15[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
149
154
|
display: flex;
|
|
150
155
|
gap: var(--layout-form-flex-gap, 15px);
|
|
151
156
|
align-items: center;
|
|
152
157
|
}
|
|
153
|
-
.flex-gap-15 .el-button[data-v-
|
|
158
|
+
.flex-gap-15 .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button {
|
|
154
159
|
margin: 0;
|
|
155
160
|
}
|
|
156
|
-
.flex-gap-15 .el-button + .el-button[data-v-
|
|
161
|
+
.flex-gap-15 .el-button + .el-button[data-v-7e63a75f], .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
|
|
157
162
|
margin: 0;
|
|
158
163
|
}
|
|
159
|
-
.super-grid-main-view[data-v-
|
|
164
|
+
.super-grid-main-view[data-v-7e63a75f] {
|
|
160
165
|
display: flex;
|
|
161
166
|
flex-direction: column;
|
|
162
167
|
align-items: stretch;
|
|
163
168
|
max-width: 100%;
|
|
164
169
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
165
170
|
}
|
|
166
|
-
.super-grid-main-view[data-v-
|
|
171
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view {
|
|
167
172
|
width: 100%;
|
|
168
173
|
}
|
|
169
|
-
.super-grid-main-view[data-v-
|
|
174
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .grid-search-row {
|
|
170
175
|
flex-wrap: wrap;
|
|
171
176
|
width: 100%;
|
|
172
177
|
}
|
|
173
|
-
.super-grid-main-view[data-v-
|
|
178
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view [load-complete-query] {
|
|
174
179
|
flex-direction: column;
|
|
175
180
|
}
|
|
176
|
-
.super-grid-main-view[data-v-
|
|
181
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row {
|
|
177
182
|
flex-wrap: wrap;
|
|
178
183
|
margin: 0;
|
|
179
184
|
padding: 0;
|
|
@@ -181,28 +186,28 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
181
186
|
width: 100%;
|
|
182
187
|
align-items: self-start;
|
|
183
188
|
}
|
|
184
|
-
.super-grid-main-view[data-v-
|
|
189
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col {
|
|
185
190
|
padding: 0;
|
|
186
191
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
187
192
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
188
193
|
}
|
|
189
|
-
.super-grid-main-view[data-v-
|
|
194
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-6 {
|
|
190
195
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
191
196
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
192
197
|
}
|
|
193
|
-
.super-grid-main-view[data-v-
|
|
198
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-8 {
|
|
194
199
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
195
200
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
196
201
|
}
|
|
197
|
-
.super-grid-main-view[data-v-
|
|
202
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.el-col-12 {
|
|
198
203
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
199
204
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
200
205
|
}
|
|
201
|
-
.super-grid-main-view[data-v-
|
|
206
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item {
|
|
202
207
|
width: 100%;
|
|
203
208
|
align-items: center;
|
|
204
209
|
}
|
|
205
|
-
.super-grid-main-view[data-v-
|
|
210
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
|
|
206
211
|
display: block;
|
|
207
212
|
width: 82px;
|
|
208
213
|
height: auto;
|
|
@@ -213,43 +218,43 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
213
218
|
word-break: normal;
|
|
214
219
|
white-space: normal;
|
|
215
220
|
}
|
|
216
|
-
.super-grid-main-view[data-v-
|
|
221
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
|
|
217
222
|
width: calc(100% - 1px);
|
|
218
223
|
}
|
|
219
|
-
.super-grid-main-view[data-v-
|
|
224
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
|
|
220
225
|
margin-left: auto;
|
|
221
226
|
margin-top: auto;
|
|
222
227
|
max-width: none;
|
|
223
228
|
}
|
|
224
|
-
.super-grid-main-view[data-v-
|
|
229
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
|
|
225
230
|
margin-left: var(--layout-form-flex-gap, 15px);
|
|
226
231
|
margin-top: 0;
|
|
227
232
|
margin-right: auto;
|
|
228
233
|
}
|
|
229
|
-
.super-grid-main-view[data-v-
|
|
234
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-search-view .search-button {
|
|
230
235
|
gap: var(--super-grid-main-btn-view-gap, 10px);
|
|
231
236
|
margin-left: auto;
|
|
232
237
|
margin-top: auto;
|
|
233
238
|
}
|
|
234
|
-
.super-grid-main-view[data-v-
|
|
239
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-horizontal {
|
|
235
240
|
height: 8px;
|
|
236
241
|
transition: top 0.2s ease, bottom 0.2s ease;
|
|
237
242
|
}
|
|
238
|
-
.super-grid-main-view[data-v-
|
|
243
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-scrollbar__bar.is-vertical {
|
|
239
244
|
width: 8px;
|
|
240
245
|
}
|
|
241
|
-
.super-grid-main-view[data-v-
|
|
246
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
|
|
242
247
|
display: flex;
|
|
243
248
|
flex-direction: column-reverse;
|
|
244
249
|
}
|
|
245
|
-
.super-grid-main-view[data-v-
|
|
250
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
|
|
246
251
|
flex: 1;
|
|
247
252
|
}
|
|
248
|
-
.super-grid-main-view[data-v-
|
|
253
|
+
.super-grid-main-view[data-v-7e63a75f] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
|
|
249
254
|
top: 0;
|
|
250
255
|
bottom: auto;
|
|
251
256
|
}
|
|
252
|
-
.super-grid-main-view[data-v-
|
|
257
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body {
|
|
253
258
|
width: 100%;
|
|
254
259
|
display: flex;
|
|
255
260
|
flex-wrap: wrap;
|
|
@@ -258,16 +263,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
258
263
|
flex: 1 1 auto;
|
|
259
264
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
260
265
|
}
|
|
261
|
-
.super-grid-main-view[data-v-
|
|
266
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-view {
|
|
262
267
|
flex-grow: 1;
|
|
263
268
|
flex-shrink: 1;
|
|
264
269
|
flex-basis: auto;
|
|
265
270
|
}
|
|
266
|
-
.super-grid-main-view[data-v-
|
|
271
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-card-view {
|
|
267
272
|
width: 100%;
|
|
268
273
|
max-width: 100%;
|
|
269
274
|
}
|
|
270
|
-
.super-grid-main-view[data-v-
|
|
275
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view {
|
|
271
276
|
position: relative;
|
|
272
277
|
display: flex;
|
|
273
278
|
justify-content: space-between;
|
|
@@ -276,32 +281,18 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
276
281
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
277
282
|
width: 100%;
|
|
278
283
|
}
|
|
279
|
-
.super-grid-main-view[data-v-
|
|
284
|
+
.super-grid-main-view[data-v-7e63a75f] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
280
285
|
flex-wrap: wrap;
|
|
281
286
|
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;
|
|
291
|
-
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
292
|
-
padding: 0;
|
|
293
|
-
display: flex;
|
|
294
|
-
align-items: center;
|
|
295
|
-
justify-content: end;
|
|
296
|
-
}
|
|
297
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
298
|
-
display: flex;
|
|
299
|
-
align-items: center;
|
|
300
|
-
justify-content: center;
|
|
301
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
302
|
-
font-size: 18px;
|
|
303
|
-
cursor: pointer;
|
|
304
287
|
}
|
|
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
|
+
|
|
305
296
|
.searchResult[data-v-22410ec9] {
|
|
306
297
|
color: red;
|
|
307
298
|
}
|
|
@@ -309,6 +300,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
309
300
|
width: 90%;
|
|
310
301
|
}
|
|
311
302
|
|
|
303
|
+
.searchResult {
|
|
304
|
+
color: red;
|
|
305
|
+
}
|
|
306
|
+
.inline-input-custom {
|
|
307
|
+
width: 90%;
|
|
308
|
+
}
|
|
309
|
+
|
|
312
310
|
.red-circle[data-v-998f4283] {
|
|
313
311
|
width: 20px; /* 圆圈的宽度 */
|
|
314
312
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -323,99 +321,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
323
321
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
324
322
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
325
323
|
}
|
|
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
|
-
}
|
|
340
|
-
.organization-input .el-input-group__append {
|
|
341
|
-
padding: 0 10px 0 0;
|
|
342
|
-
}
|
|
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] {
|
|
324
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
351
325
|
display: flex;
|
|
326
|
+
background-color: #fff;
|
|
327
|
+
justify-content: center;
|
|
352
328
|
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
329
|
cursor: pointer;
|
|
370
330
|
}
|
|
371
|
-
.
|
|
372
|
-
|
|
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);
|
|
331
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
332
|
+
display: inline-block;
|
|
419
333
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
420
334
|
padding: 10px;
|
|
421
335
|
}
|
|
@@ -526,6 +440,92 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
440
|
font-size: 14px;
|
|
527
441
|
display: grid;
|
|
528
442
|
grid-template-columns: 20% 80%;
|
|
443
|
+
}
|
|
444
|
+
.organization-input .el-input-group__append {
|
|
445
|
+
padding: 0 10px 0 0;
|
|
446
|
+
}
|
|
447
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
448
|
+
display: inline-block;
|
|
449
|
+
}
|
|
450
|
+
.select-top-span {
|
|
451
|
+
width: 100%;
|
|
452
|
+
}
|
|
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
529
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
530
|
width: 30px;
|
|
531
531
|
height: 30px;
|
|
@@ -569,22 +569,242 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
+
}[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 {
|
|
573
|
+
user-select: text !important;
|
|
574
|
+
-webkit-user-select: text !important;
|
|
575
|
+
-moz-user-select: text !important;
|
|
576
|
+
-ms-user-select: text !important;
|
|
572
577
|
}
|
|
573
|
-
.
|
|
574
|
-
.
|
|
575
|
-
.
|
|
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;
|
|
578
|
+
.slide-up-enter-active[data-v-e84e6e12],
|
|
579
|
+
.slide-up-leave-active[data-v-e84e6e12] {
|
|
580
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
586
581
|
}
|
|
587
|
-
.
|
|
582
|
+
.slide-up-enter-from[data-v-e84e6e12],
|
|
583
|
+
.slide-up-leave-to[data-v-e84e6e12] {
|
|
584
|
+
transform: translateY(100%);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
/**
|
|
588
|
+
* 聊天窗口的样式设置
|
|
589
|
+
*/
|
|
590
|
+
.chat-container[data-v-e84e6e12] {
|
|
591
|
+
--header-height: 56px;
|
|
592
|
+
--chat-padding: 12px;
|
|
593
|
+
--bubble-content-max-width: 0px;
|
|
594
|
+
position: fixed;
|
|
595
|
+
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
596
|
+
|
|
597
|
+
overflow: hidden;
|
|
598
|
+
z-index: 100;
|
|
599
|
+
flex-direction: row; /* 横向排列 */
|
|
600
|
+
height: 100%; /* 父容器高度 */
|
|
601
|
+
}
|
|
602
|
+
.small-window[data-v-e84e6e12] {
|
|
603
|
+
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
604
|
+
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
605
|
+
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
606
|
+
border-radius: 8px;
|
|
607
|
+
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
608
|
+
}
|
|
609
|
+
.full-screen[data-v-e84e6e12] {
|
|
610
|
+
right: 0;
|
|
611
|
+
bottom: 0;
|
|
612
|
+
--main-content-height: calc(100vh - var(--header-height));
|
|
613
|
+
}
|
|
614
|
+
.chat-container[data-v-e84e6e12] > * {
|
|
615
|
+
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/* 聊天窗口的头部样式设置
|
|
619
|
+
*/
|
|
620
|
+
.chat-embed__header_container[data-v-e84e6e12] {
|
|
621
|
+
/* border-bottom: 1px solid #ddd; */
|
|
622
|
+
display: flex;
|
|
623
|
+
align-items: center;
|
|
624
|
+
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
625
|
+
height: var(--header-height);
|
|
626
|
+
line-height: var(--header-height);
|
|
627
|
+
overflow: hidden;
|
|
628
|
+
position: relative;
|
|
629
|
+
}
|
|
630
|
+
.session-subject[data-v-e84e6e12] {
|
|
631
|
+
display: block;
|
|
632
|
+
margin: 0 auto;
|
|
633
|
+
text-align: center;
|
|
634
|
+
font-family: PingFang SC, PingFang SC;
|
|
635
|
+
font-weight: 500;
|
|
636
|
+
font-size: 16px;
|
|
637
|
+
color: #181818;
|
|
638
|
+
text-align: left;
|
|
639
|
+
font-style: normal;
|
|
640
|
+
text-transform: none;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
/* 聊天窗口的头部图标样式设置
|
|
644
|
+
*/
|
|
645
|
+
.chat-embed__header_avatar[data-v-e84e6e12] {
|
|
646
|
+
margin-left: calc(var(--chat-padding) * 2);
|
|
647
|
+
margin-right: var(--chat-padding);
|
|
648
|
+
}
|
|
649
|
+
.chat-embed__header_tool_icon[data-v-e84e6e12] {
|
|
650
|
+
right: 20px;
|
|
651
|
+
position: absolute;
|
|
652
|
+
gap: 28px;
|
|
653
|
+
display: flex;
|
|
654
|
+
}
|
|
655
|
+
.chat-embed__sidebar[data-v-e84e6e12] {
|
|
656
|
+
background: #f6f7fa;
|
|
657
|
+
display: flex;
|
|
658
|
+
flex-direction: column; /* 设置为上下排列 */
|
|
659
|
+
border-right: 1px solid #ddd;
|
|
660
|
+
padding: 20px 12px;
|
|
661
|
+
width: 260px;
|
|
662
|
+
height: 100%;
|
|
663
|
+
}
|
|
664
|
+
.chat-embed__main[data-v-e84e6e12] {
|
|
665
|
+
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
666
|
+
box-sizing: border-box;
|
|
667
|
+
overflow: hidden;
|
|
668
|
+
position: relative;
|
|
669
|
+
display: flex;
|
|
670
|
+
flex-direction: column;
|
|
671
|
+
height: var(--main-content-height);
|
|
672
|
+
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
673
|
+
overflow: hidden; /* 防止内容溢出 */
|
|
674
|
+
}
|
|
675
|
+
.chat-embed__main_content[data-v-e84e6e12] {
|
|
676
|
+
flex: 1;
|
|
677
|
+
box-sizing: border-box;
|
|
678
|
+
min-height: 0;
|
|
679
|
+
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
680
|
+
/* overflow-y: auto;
|
|
681
|
+
margin-bottom: 12px; */
|
|
682
|
+
}
|
|
683
|
+
.chat-embed__input_container[data-v-e84e6e12] {
|
|
684
|
+
flex-shrink: 0; /* 不允许收缩 */
|
|
685
|
+
/* margin-bottom: 50px; 距离底部 */
|
|
686
|
+
}
|
|
687
|
+
.header-icon[data-v-e84e6e12] {
|
|
688
|
+
cursor: pointer;
|
|
689
|
+
font-size: 20px;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
/* 聊天默认推荐内容样式
|
|
693
|
+
*/
|
|
694
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e84e6e12] {
|
|
695
|
+
margin-top: 5px;
|
|
696
|
+
}
|
|
697
|
+
.content-container[data-v-e84e6e12] {
|
|
698
|
+
padding: 16px;
|
|
699
|
+
border-radius: 4px;
|
|
700
|
+
background: #ffffff;
|
|
701
|
+
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
702
|
+
border-radius: 0px 30px 30px 30px;
|
|
703
|
+
/* opacity: 0.6; */
|
|
704
|
+
}
|
|
705
|
+
.chat-content-font[data-v-e84e6e12] {
|
|
706
|
+
font-family: PingFang SC, PingFang SC;
|
|
707
|
+
font-weight: 500;
|
|
708
|
+
font-size: 16px;
|
|
709
|
+
color: #181818;
|
|
710
|
+
line-height: 32px;
|
|
711
|
+
text-align: justified;
|
|
712
|
+
font-style: normal;
|
|
713
|
+
text-transform: none;
|
|
714
|
+
}
|
|
715
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
716
|
+
border: none !important;
|
|
717
|
+
}
|
|
718
|
+
.content-container-header[data-v-e84e6e12] {
|
|
719
|
+
font-size: 12px;
|
|
720
|
+
color: #909399;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
// 用户消息
|
|
725
|
+
*/
|
|
726
|
+
.content-borderless-container {
|
|
727
|
+
&[data-v-e84e6e12] {
|
|
728
|
+
background: #e1ecfd;
|
|
729
|
+
border-radius: 20px 0px 20px 20px;
|
|
730
|
+
user-select: none;
|
|
731
|
+
padding: 12px;
|
|
732
|
+
cursor: pointer;
|
|
733
|
+
transition: background-color 0.3s;
|
|
734
|
+
}
|
|
735
|
+
&[data-v-e84e6e12]:hover {
|
|
736
|
+
background-color: #ebeef5;
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
.footer-container {
|
|
740
|
+
[data-v-e84e6e12] .el-button + .el-button {
|
|
741
|
+
margin-left: 8px;
|
|
742
|
+
}
|
|
743
|
+
}
|
|
744
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e84e6e12] {
|
|
745
|
+
padding: 0;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
/* 引用文件样式 */
|
|
749
|
+
.doc-agg-item[data-v-e84e6e12] {
|
|
750
|
+
width: 100%;
|
|
751
|
+
padding: 10px;
|
|
752
|
+
margin-bottom: 5px;
|
|
753
|
+
border: 1px solid #eee;
|
|
754
|
+
border-radius: 4px;
|
|
755
|
+
cursor: pointer;
|
|
756
|
+
font-size: 12px;
|
|
757
|
+
color: var(--el-color-primary);
|
|
758
|
+
}
|
|
759
|
+
.elx-xmarkdown-container[data-v-e84e6e12] {
|
|
760
|
+
padding: 0;
|
|
761
|
+
}
|
|
762
|
+
[data-v-e84e6e12]:root {
|
|
763
|
+
--header-height: 56px;
|
|
764
|
+
--chat-padding: 12px;
|
|
765
|
+
--el-thinking-button-width: 180px;
|
|
766
|
+
}
|
|
767
|
+
.chat-container[data-v-e84e6e12] p {
|
|
768
|
+
margin: 0 !important;
|
|
769
|
+
}
|
|
770
|
+
.chat-container[data-v-e84e6e12] h4 {
|
|
771
|
+
font-size: 16px;
|
|
772
|
+
margin-top: 0px;
|
|
773
|
+
margin-bottom: 0px;
|
|
774
|
+
}
|
|
775
|
+
.chat-content[data-v-e84e6e12] {
|
|
776
|
+
flex: 1;
|
|
777
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
778
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
779
|
+
display: flex;
|
|
780
|
+
flex-direction: column;
|
|
781
|
+
}
|
|
782
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
|
|
783
|
+
padding: 0 !important;
|
|
784
|
+
/* width: 80%; */
|
|
785
|
+
}
|
|
786
|
+
[data-v-e84e6e12] .el-bubble-content:has(.chat-chart-container) {
|
|
787
|
+
width: 80%;
|
|
788
|
+
}
|
|
789
|
+
[data-v-e84e6e12] .el-divider--horizontal {
|
|
790
|
+
margin: 5px 0;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
.organization-tree,
|
|
794
|
+
.organization-tree .el-checkbox__label,
|
|
795
|
+
.organization-tree .el-breadcrumb__inner,
|
|
796
|
+
.organization-tree .el-tree {
|
|
797
|
+
font-size: 17px;
|
|
798
|
+
font-weight: 700;
|
|
799
|
+
}
|
|
800
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
801
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
802
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
803
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
804
|
+
font-size: 17px;
|
|
805
|
+
font-weight: 700;
|
|
806
|
+
}
|
|
807
|
+
.organization-tree .el-card__body {
|
|
588
808
|
padding-top: 10px;
|
|
589
809
|
}
|
|
590
810
|
.organization-tree .card-content {
|
|
@@ -627,25 +847,188 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
627
847
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
628
848
|
color: #409eff;
|
|
629
849
|
}
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
850
|
+
|
|
851
|
+
.organization-tree,
|
|
852
|
+
.organization-tree .el-checkbox__label,
|
|
853
|
+
.organization-tree .el-breadcrumb__inner,
|
|
854
|
+
.organization-tree .el-tree {
|
|
855
|
+
font-size: 17px;
|
|
856
|
+
font-weight: 700;
|
|
635
857
|
}
|
|
636
|
-
.
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
858
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
859
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
860
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
861
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
862
|
+
font-size: 17px;
|
|
863
|
+
font-weight: 700;
|
|
641
864
|
}
|
|
642
|
-
.
|
|
643
|
-
|
|
644
|
-
float: left;
|
|
645
|
-
width: 600px;
|
|
646
|
-
overflow: hidden;
|
|
865
|
+
.organization-tree .el-card__body {
|
|
866
|
+
padding-top: 10px;
|
|
647
867
|
}
|
|
648
|
-
.
|
|
868
|
+
.organization-tree .card-content {
|
|
869
|
+
margin-top: 10px;
|
|
870
|
+
}
|
|
871
|
+
.organization-tree .item-row-all {
|
|
872
|
+
margin-bottom: 10px;
|
|
873
|
+
}
|
|
874
|
+
.organization-tree .item-row {
|
|
875
|
+
display: flex;
|
|
876
|
+
width: 100%;
|
|
877
|
+
}
|
|
878
|
+
.organization-tree .item-label {
|
|
879
|
+
flex: 0 0 90%;
|
|
880
|
+
text-align: left;
|
|
881
|
+
}
|
|
882
|
+
.organization-tree .item-side {
|
|
883
|
+
flex: 0 0 10%;
|
|
884
|
+
text-align: right;
|
|
885
|
+
}
|
|
886
|
+
.organization-tree .el-tree-node {
|
|
887
|
+
margin-bottom: 10px;
|
|
888
|
+
}
|
|
889
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
890
|
+
padding: 0;
|
|
891
|
+
display: none;
|
|
892
|
+
}
|
|
893
|
+
.organization-tree .card-footer {
|
|
894
|
+
padding: 20px;
|
|
895
|
+
}
|
|
896
|
+
.organization-tree .card-footer .select-result {
|
|
897
|
+
color: #409eff;
|
|
898
|
+
flex: 1 1 75%;
|
|
899
|
+
text-align: left;
|
|
900
|
+
}
|
|
901
|
+
.organization-tree .card-footer .button-area {
|
|
902
|
+
flex: 0 0 20%;
|
|
903
|
+
text-align: right;
|
|
904
|
+
}
|
|
905
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
906
|
+
color: #409eff;
|
|
907
|
+
}
|
|
908
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
909
|
+
width: 50%;
|
|
910
|
+
}.super-icon[data-v-875fd31c] {
|
|
911
|
+
width: 1em;
|
|
912
|
+
height: 1em;
|
|
913
|
+
font-size: 14px;
|
|
914
|
+
}
|
|
915
|
+
.organization-tree,
|
|
916
|
+
.organization-tree .el-checkbox__label,
|
|
917
|
+
.organization-tree .el-breadcrumb__inner,
|
|
918
|
+
.organization-tree .el-tree {
|
|
919
|
+
font-size: 17px;
|
|
920
|
+
font-weight: 700;
|
|
921
|
+
}
|
|
922
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
923
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
924
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
925
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
926
|
+
font-size: 17px;
|
|
927
|
+
font-weight: 700;
|
|
928
|
+
}
|
|
929
|
+
.organization-tree .el-card__body {
|
|
930
|
+
padding-top: 10px;
|
|
931
|
+
}
|
|
932
|
+
.organization-tree .card-content {
|
|
933
|
+
margin-top: 10px;
|
|
934
|
+
}
|
|
935
|
+
.organization-tree .item-row-all {
|
|
936
|
+
margin-bottom: 10px;
|
|
937
|
+
}
|
|
938
|
+
.organization-tree .item-row {
|
|
939
|
+
display: flex;
|
|
940
|
+
width: 100%;
|
|
941
|
+
}
|
|
942
|
+
.organization-tree .item-label {
|
|
943
|
+
flex: 0 0 90%;
|
|
944
|
+
text-align: left;
|
|
945
|
+
}
|
|
946
|
+
.organization-tree .item-label .item-description {
|
|
947
|
+
font-size: 14px;
|
|
948
|
+
color: #9ea0a2;
|
|
949
|
+
margin-left: 8px;
|
|
950
|
+
}
|
|
951
|
+
.organization-tree .item-side {
|
|
952
|
+
flex: 0 0 10%;
|
|
953
|
+
text-align: right;
|
|
954
|
+
}
|
|
955
|
+
.organization-tree .el-tree-node {
|
|
956
|
+
margin-bottom: 10px;
|
|
957
|
+
}
|
|
958
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
959
|
+
padding: 0;
|
|
960
|
+
display: none;
|
|
961
|
+
}
|
|
962
|
+
.organization-tree .card-footer {
|
|
963
|
+
padding: 20px;
|
|
964
|
+
}
|
|
965
|
+
.organization-tree .card-footer .select-result {
|
|
966
|
+
color: #409eff;
|
|
967
|
+
flex: 1 1 75%;
|
|
968
|
+
text-align: left;
|
|
969
|
+
}
|
|
970
|
+
.organization-tree .card-footer .button-area {
|
|
971
|
+
flex: 0 0 20%;
|
|
972
|
+
text-align: right;
|
|
973
|
+
}
|
|
974
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
975
|
+
color: #409eff;
|
|
976
|
+
}
|
|
977
|
+
.errPage-container[data-v-6bef0241] {
|
|
978
|
+
width: 800px;
|
|
979
|
+
max-width: 100%;
|
|
980
|
+
margin: 100px auto;
|
|
981
|
+
}
|
|
982
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
983
|
+
background: #008489;
|
|
984
|
+
color: #fff;
|
|
985
|
+
border: none !important;
|
|
986
|
+
}
|
|
987
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
988
|
+
margin: 0 auto;
|
|
989
|
+
display: block;
|
|
990
|
+
}
|
|
991
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
992
|
+
display: block;
|
|
993
|
+
margin: 0 auto;
|
|
994
|
+
width: 100%;
|
|
995
|
+
}
|
|
996
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
997
|
+
font-size: 60px;
|
|
998
|
+
font-weight: 700;
|
|
999
|
+
color: #484848;
|
|
1000
|
+
}
|
|
1001
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
1002
|
+
font-size: 14px;
|
|
1003
|
+
}
|
|
1004
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
1005
|
+
padding-bottom: 5px;
|
|
1006
|
+
}
|
|
1007
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
1008
|
+
color: #008489;
|
|
1009
|
+
text-decoration: none;
|
|
1010
|
+
}
|
|
1011
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
1012
|
+
text-decoration: underline;
|
|
1013
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
1014
|
+
transform: translate(-50%, -50%);
|
|
1015
|
+
position: absolute;
|
|
1016
|
+
top: 40%;
|
|
1017
|
+
left: 50%;
|
|
1018
|
+
}
|
|
1019
|
+
.wscn-http404[data-v-4f824f28] {
|
|
1020
|
+
position: relative;
|
|
1021
|
+
width: 1200px;
|
|
1022
|
+
padding: 0 50px;
|
|
1023
|
+
overflow: hidden;
|
|
1024
|
+
}
|
|
1025
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
1026
|
+
position: relative;
|
|
1027
|
+
float: left;
|
|
1028
|
+
width: 600px;
|
|
1029
|
+
overflow: hidden;
|
|
1030
|
+
}
|
|
1031
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
649
1032
|
width: 100%;
|
|
650
1033
|
}
|
|
651
1034
|
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
@@ -818,510 +1201,127 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
818
1201
|
transform: translateY(0);
|
|
819
1202
|
opacity: 1;
|
|
820
1203
|
}
|
|
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%;
|
|
827
|
-
}
|
|
828
|
-
.organization-tree,
|
|
829
|
-
.organization-tree .el-checkbox__label,
|
|
830
|
-
.organization-tree .el-breadcrumb__inner,
|
|
831
|
-
.organization-tree .el-tree {
|
|
832
|
-
font-size: 17px;
|
|
833
|
-
font-weight: 700;
|
|
834
|
-
}
|
|
835
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
836
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
837
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
838
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
839
|
-
font-size: 17px;
|
|
840
|
-
font-weight: 700;
|
|
841
|
-
}
|
|
842
|
-
.organization-tree .el-card__body {
|
|
843
|
-
padding-top: 10px;
|
|
844
|
-
}
|
|
845
|
-
.organization-tree .card-content {
|
|
846
|
-
margin-top: 10px;
|
|
847
|
-
}
|
|
848
|
-
.organization-tree .item-row-all {
|
|
849
|
-
margin-bottom: 10px;
|
|
850
1204
|
}
|
|
851
|
-
.
|
|
852
|
-
|
|
1205
|
+
.graphDiv[data-v-a936569d] {
|
|
1206
|
+
overflow: auto;
|
|
1207
|
+
height: 100%;
|
|
1208
|
+
height: calc(100vh - 20px);
|
|
1209
|
+
}
|
|
1210
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
1211
|
+
position: relative;
|
|
1212
|
+
height: 100%;
|
|
853
1213
|
width: 100%;
|
|
854
1214
|
}
|
|
855
|
-
.
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
}
|
|
859
|
-
.organization-tree .item-side {
|
|
860
|
-
flex: 0 0 10%;
|
|
861
|
-
text-align: right;
|
|
862
|
-
}
|
|
863
|
-
.organization-tree .el-tree-node {
|
|
864
|
-
margin-bottom: 10px;
|
|
865
|
-
}
|
|
866
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
867
|
-
padding: 0;
|
|
868
|
-
display: none;
|
|
1215
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
1216
|
+
position: fixed;
|
|
1217
|
+
top: 0;
|
|
869
1218
|
}
|
|
870
|
-
.
|
|
871
|
-
|
|
1219
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
1220
|
+
background: #000;
|
|
1221
|
+
opacity: 0.3;
|
|
1222
|
+
width: 100%;
|
|
1223
|
+
top: 0;
|
|
1224
|
+
height: 100%;
|
|
1225
|
+
position: absolute;
|
|
1226
|
+
z-index: 999;
|
|
1227
|
+
}iframe[data-v-20dccb82] {
|
|
1228
|
+
width: 100%;
|
|
1229
|
+
height: calc(100vh - 50px);
|
|
1230
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1231
|
+
position: relative;
|
|
1232
|
+
--el-menu-item-height: 45px;
|
|
1233
|
+
--el-menu-sub-item-height: 45px;
|
|
872
1234
|
}
|
|
873
|
-
.
|
|
874
|
-
|
|
875
|
-
flex: 1 1 75%;
|
|
876
|
-
text-align: left;
|
|
1235
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1236
|
+
padding: 0 !important;
|
|
877
1237
|
}
|
|
878
|
-
.
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
}
|
|
882
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
883
|
-
color: #409eff;
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
.organization-tree,
|
|
887
|
-
.organization-tree .el-checkbox__label,
|
|
888
|
-
.organization-tree .el-breadcrumb__inner,
|
|
889
|
-
.organization-tree .el-tree {
|
|
890
|
-
font-size: 17px;
|
|
891
|
-
font-weight: 700;
|
|
892
|
-
}
|
|
893
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
894
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
895
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
896
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
897
|
-
font-size: 17px;
|
|
898
|
-
font-weight: 700;
|
|
899
|
-
}
|
|
900
|
-
.organization-tree .el-card__body {
|
|
901
|
-
padding-top: 10px;
|
|
902
|
-
}
|
|
903
|
-
.organization-tree .card-content {
|
|
904
|
-
margin-top: 10px;
|
|
905
|
-
}
|
|
906
|
-
.organization-tree .item-row-all {
|
|
907
|
-
margin-bottom: 10px;
|
|
908
|
-
}
|
|
909
|
-
.organization-tree .item-row {
|
|
910
|
-
display: flex;
|
|
911
|
-
width: 100%;
|
|
912
|
-
}
|
|
913
|
-
.organization-tree .item-label {
|
|
914
|
-
flex: 0 0 90%;
|
|
915
|
-
text-align: left;
|
|
916
|
-
}
|
|
917
|
-
.organization-tree .item-label .item-description {
|
|
918
|
-
font-size: 14px;
|
|
919
|
-
color: #9ea0a2;
|
|
920
|
-
margin-left: 8px;
|
|
921
|
-
}
|
|
922
|
-
.organization-tree .item-side {
|
|
923
|
-
flex: 0 0 10%;
|
|
924
|
-
text-align: right;
|
|
925
|
-
}
|
|
926
|
-
.organization-tree .el-tree-node {
|
|
927
|
-
margin-bottom: 10px;
|
|
928
|
-
}
|
|
929
|
-
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
930
|
-
padding: 0;
|
|
931
|
-
display: none;
|
|
932
|
-
}
|
|
933
|
-
.organization-tree .card-footer {
|
|
934
|
-
padding: 20px;
|
|
935
|
-
}
|
|
936
|
-
.organization-tree .card-footer .select-result {
|
|
937
|
-
color: #409eff;
|
|
938
|
-
flex: 1 1 75%;
|
|
939
|
-
text-align: left;
|
|
940
|
-
}
|
|
941
|
-
.organization-tree .card-footer .button-area {
|
|
942
|
-
flex: 0 0 20%;
|
|
943
|
-
text-align: right;
|
|
944
|
-
}
|
|
945
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
946
|
-
color: #409eff;
|
|
947
|
-
}
|
|
948
|
-
.errPage-container[data-v-6bef0241] {
|
|
949
|
-
width: 800px;
|
|
950
|
-
max-width: 100%;
|
|
951
|
-
margin: 100px auto;
|
|
952
|
-
}
|
|
953
|
-
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
954
|
-
background: #008489;
|
|
955
|
-
color: #fff;
|
|
956
|
-
border: none !important;
|
|
957
|
-
}
|
|
958
|
-
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
959
|
-
margin: 0 auto;
|
|
960
|
-
display: block;
|
|
961
|
-
}
|
|
962
|
-
.errPage-container .pan-img[data-v-6bef0241] {
|
|
963
|
-
display: block;
|
|
964
|
-
margin: 0 auto;
|
|
965
|
-
width: 100%;
|
|
966
|
-
}
|
|
967
|
-
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
968
|
-
font-size: 60px;
|
|
969
|
-
font-weight: 700;
|
|
970
|
-
color: #484848;
|
|
971
|
-
}
|
|
972
|
-
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
973
|
-
font-size: 14px;
|
|
974
|
-
}
|
|
975
|
-
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
976
|
-
padding-bottom: 5px;
|
|
977
|
-
}
|
|
978
|
-
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
979
|
-
color: #008489;
|
|
980
|
-
text-decoration: none;
|
|
981
|
-
}
|
|
982
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
983
|
-
text-decoration: underline;
|
|
984
|
-
}
|
|
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%;
|
|
994
|
-
}
|
|
995
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
996
|
-
position: fixed;
|
|
997
|
-
top: 0;
|
|
998
|
-
}
|
|
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
|
-
position: relative;
|
|
1012
|
-
--el-menu-item-height: 45px;
|
|
1013
|
-
--el-menu-sub-item-height: 45px;
|
|
1014
|
-
}
|
|
1015
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
|
|
1016
|
-
padding: 0 !important;
|
|
1017
|
-
}
|
|
1018
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1019
|
-
display: flex;
|
|
1020
|
-
flex-direction: row;
|
|
1238
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
|
|
1239
|
+
display: flex;
|
|
1240
|
+
flex-direction: row;
|
|
1021
1241
|
}
|
|
1022
1242
|
.smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
|
|
1023
|
-
display: flex;
|
|
1024
|
-
flex-direction: row;
|
|
1025
|
-
padding: 0 !important;
|
|
1026
|
-
}
|
|
1027
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1028
|
-
display: flex;
|
|
1029
|
-
align-items: center;
|
|
1030
|
-
justify-content: center;
|
|
1031
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1032
|
-
font-size: 16px;
|
|
1033
|
-
}
|
|
1034
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1035
|
-
width: 20px;
|
|
1036
|
-
}
|
|
1037
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1038
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1039
|
-
overflow: hidden;
|
|
1040
|
-
white-space: nowrap;
|
|
1041
|
-
overflow: hidden;
|
|
1042
|
-
text-overflow: ellipsis;
|
|
1043
|
-
}
|
|
1044
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1045
|
-
overflow: hidden;
|
|
1046
|
-
white-space: nowrap;
|
|
1047
|
-
overflow: hidden;
|
|
1048
|
-
text-overflow: ellipsis;
|
|
1049
|
-
}
|
|
1050
|
-
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1051
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
1052
|
-
}.app-main[data-v-2d98e845] {
|
|
1053
|
-
padding: var(--app-main-padding, 15px);
|
|
1054
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
-
position: relative;
|
|
1056
|
-
overflow: hidden;
|
|
1057
|
-
}
|
|
1058
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1059
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1060
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1061
|
-
overflow: auto;
|
|
1062
|
-
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1063
|
-
position: relative;
|
|
1064
|
-
--el-menu-item-height: 45px;
|
|
1065
|
-
--el-menu-sub-item-height: 45px;
|
|
1066
|
-
}
|
|
1067
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1068
|
-
padding: 0 !important;
|
|
1069
|
-
}
|
|
1070
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1071
|
-
display: flex;
|
|
1072
|
-
flex-direction: row;
|
|
1073
|
-
}
|
|
1074
|
-
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1075
|
-
display: flex;
|
|
1076
|
-
flex-direction: row;
|
|
1077
|
-
padding: 0 !important;
|
|
1078
|
-
}
|
|
1079
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1080
|
-
display: flex;
|
|
1081
|
-
align-items: center;
|
|
1082
|
-
justify-content: center;
|
|
1083
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1084
|
-
font-size: 16px;
|
|
1085
|
-
}
|
|
1086
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1087
|
-
width: 20px;
|
|
1088
|
-
}
|
|
1089
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1090
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1091
|
-
overflow: hidden;
|
|
1092
|
-
white-space: nowrap;
|
|
1093
|
-
overflow: hidden;
|
|
1094
|
-
text-overflow: ellipsis;
|
|
1095
|
-
}
|
|
1096
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1097
|
-
overflow: hidden;
|
|
1098
|
-
white-space: nowrap;
|
|
1099
|
-
overflow: hidden;
|
|
1100
|
-
text-overflow: ellipsis;
|
|
1101
|
-
}
|
|
1102
|
-
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1103
|
-
flex: 0 0 calc(100% - 20px - 20px);
|
|
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;
|
|
1109
|
-
}
|
|
1110
|
-
.slide-up-enter-active[data-v-e84e6e12],
|
|
1111
|
-
.slide-up-leave-active[data-v-e84e6e12] {
|
|
1112
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
1113
|
-
}
|
|
1114
|
-
.slide-up-enter-from[data-v-e84e6e12],
|
|
1115
|
-
.slide-up-leave-to[data-v-e84e6e12] {
|
|
1116
|
-
transform: translateY(100%);
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
|
-
/**
|
|
1120
|
-
* 聊天窗口的样式设置
|
|
1121
|
-
*/
|
|
1122
|
-
.chat-container[data-v-e84e6e12] {
|
|
1123
|
-
--header-height: 56px;
|
|
1124
|
-
--chat-padding: 12px;
|
|
1125
|
-
--bubble-content-max-width: 0px;
|
|
1126
|
-
position: fixed;
|
|
1127
|
-
background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
|
|
1128
|
-
|
|
1129
|
-
overflow: hidden;
|
|
1130
|
-
z-index: 100;
|
|
1131
|
-
flex-direction: row; /* 横向排列 */
|
|
1132
|
-
height: 100%; /* 父容器高度 */
|
|
1133
|
-
}
|
|
1134
|
-
.small-window[data-v-e84e6e12] {
|
|
1135
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
1136
|
-
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
1137
|
-
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
1138
|
-
border-radius: 8px;
|
|
1139
|
-
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
1140
|
-
}
|
|
1141
|
-
.full-screen[data-v-e84e6e12] {
|
|
1142
|
-
right: 0;
|
|
1143
|
-
bottom: 0;
|
|
1144
|
-
--main-content-height: calc(100vh - var(--header-height));
|
|
1145
|
-
}
|
|
1146
|
-
.chat-container[data-v-e84e6e12] > * {
|
|
1147
|
-
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1148
|
-
}
|
|
1149
|
-
|
|
1150
|
-
/* 聊天窗口的头部样式设置
|
|
1151
|
-
*/
|
|
1152
|
-
.chat-embed__header_container[data-v-e84e6e12] {
|
|
1153
|
-
/* border-bottom: 1px solid #ddd; */
|
|
1154
|
-
display: flex;
|
|
1155
|
-
align-items: center;
|
|
1156
|
-
/* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
|
|
1157
|
-
height: var(--header-height);
|
|
1158
|
-
line-height: var(--header-height);
|
|
1159
|
-
overflow: hidden;
|
|
1160
|
-
position: relative;
|
|
1161
|
-
}
|
|
1162
|
-
.session-subject[data-v-e84e6e12] {
|
|
1163
|
-
display: block;
|
|
1164
|
-
margin: 0 auto;
|
|
1165
|
-
text-align: center;
|
|
1166
|
-
font-family: PingFang SC, PingFang SC;
|
|
1167
|
-
font-weight: 500;
|
|
1168
|
-
font-size: 16px;
|
|
1169
|
-
color: #181818;
|
|
1170
|
-
text-align: left;
|
|
1171
|
-
font-style: normal;
|
|
1172
|
-
text-transform: none;
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
/* 聊天窗口的头部图标样式设置
|
|
1176
|
-
*/
|
|
1177
|
-
.chat-embed__header_avatar[data-v-e84e6e12] {
|
|
1178
|
-
margin-left: calc(var(--chat-padding) * 2);
|
|
1179
|
-
margin-right: var(--chat-padding);
|
|
1180
|
-
}
|
|
1181
|
-
.chat-embed__header_tool_icon[data-v-e84e6e12] {
|
|
1182
|
-
right: 20px;
|
|
1183
|
-
position: absolute;
|
|
1184
|
-
gap: 28px;
|
|
1185
|
-
display: flex;
|
|
1186
|
-
}
|
|
1187
|
-
.chat-embed__sidebar[data-v-e84e6e12] {
|
|
1188
|
-
background: #f6f7fa;
|
|
1189
|
-
display: flex;
|
|
1190
|
-
flex-direction: column; /* 设置为上下排列 */
|
|
1191
|
-
border-right: 1px solid #ddd;
|
|
1192
|
-
padding: 20px 12px;
|
|
1193
|
-
width: 260px;
|
|
1194
|
-
height: 100%;
|
|
1195
|
-
}
|
|
1196
|
-
.chat-embed__main[data-v-e84e6e12] {
|
|
1197
|
-
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
1198
|
-
box-sizing: border-box;
|
|
1199
|
-
overflow: hidden;
|
|
1200
|
-
position: relative;
|
|
1201
|
-
display: flex;
|
|
1202
|
-
flex-direction: column;
|
|
1203
|
-
height: var(--main-content-height);
|
|
1204
|
-
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
1205
|
-
overflow: hidden; /* 防止内容溢出 */
|
|
1206
|
-
}
|
|
1207
|
-
.chat-embed__main_content[data-v-e84e6e12] {
|
|
1208
|
-
flex: 1;
|
|
1209
|
-
box-sizing: border-box;
|
|
1210
|
-
min-height: 0;
|
|
1211
|
-
padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
|
|
1212
|
-
/* overflow-y: auto;
|
|
1213
|
-
margin-bottom: 12px; */
|
|
1214
|
-
}
|
|
1215
|
-
.chat-embed__input_container[data-v-e84e6e12] {
|
|
1216
|
-
flex-shrink: 0; /* 不允许收缩 */
|
|
1217
|
-
/* margin-bottom: 50px; 距离底部 */
|
|
1218
|
-
}
|
|
1219
|
-
.header-icon[data-v-e84e6e12] {
|
|
1220
|
-
cursor: pointer;
|
|
1221
|
-
font-size: 20px;
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
|
-
/* 聊天默认推荐内容样式
|
|
1225
|
-
*/
|
|
1226
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e84e6e12] {
|
|
1227
|
-
margin-top: 5px;
|
|
1228
|
-
}
|
|
1229
|
-
.content-container[data-v-e84e6e12] {
|
|
1230
|
-
padding: 16px;
|
|
1231
|
-
border-radius: 4px;
|
|
1232
|
-
background: #ffffff;
|
|
1233
|
-
box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
|
|
1234
|
-
border-radius: 0px 30px 30px 30px;
|
|
1235
|
-
/* opacity: 0.6; */
|
|
1236
|
-
}
|
|
1237
|
-
.chat-content-font[data-v-e84e6e12] {
|
|
1238
|
-
font-family: PingFang SC, PingFang SC;
|
|
1239
|
-
font-weight: 500;
|
|
1240
|
-
font-size: 16px;
|
|
1241
|
-
color: #181818;
|
|
1242
|
-
line-height: 32px;
|
|
1243
|
-
text-align: justified;
|
|
1244
|
-
font-style: normal;
|
|
1245
|
-
text-transform: none;
|
|
1246
|
-
}
|
|
1247
|
-
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
1248
|
-
border: none !important;
|
|
1249
|
-
}
|
|
1250
|
-
.content-container-header[data-v-e84e6e12] {
|
|
1251
|
-
font-size: 12px;
|
|
1252
|
-
color: #909399;
|
|
1253
|
-
}
|
|
1254
|
-
|
|
1255
|
-
/**
|
|
1256
|
-
// 用户消息
|
|
1257
|
-
*/
|
|
1258
|
-
.content-borderless-container {
|
|
1259
|
-
&[data-v-e84e6e12] {
|
|
1260
|
-
background: #e1ecfd;
|
|
1261
|
-
border-radius: 20px 0px 20px 20px;
|
|
1262
|
-
user-select: none;
|
|
1263
|
-
padding: 12px;
|
|
1264
|
-
cursor: pointer;
|
|
1265
|
-
transition: background-color 0.3s;
|
|
1266
|
-
}
|
|
1267
|
-
&[data-v-e84e6e12]:hover {
|
|
1268
|
-
background-color: #ebeef5;
|
|
1243
|
+
display: flex;
|
|
1244
|
+
flex-direction: row;
|
|
1245
|
+
padding: 0 !important;
|
|
1269
1246
|
}
|
|
1247
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
|
|
1248
|
+
display: flex;
|
|
1249
|
+
align-items: center;
|
|
1250
|
+
justify-content: center;
|
|
1251
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1252
|
+
font-size: 16px;
|
|
1270
1253
|
}
|
|
1271
|
-
.
|
|
1272
|
-
|
|
1273
|
-
margin-left: 8px;
|
|
1254
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
|
|
1255
|
+
width: 20px;
|
|
1274
1256
|
}
|
|
1257
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
|
|
1258
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1259
|
+
overflow: hidden;
|
|
1260
|
+
white-space: nowrap;
|
|
1261
|
+
overflow: hidden;
|
|
1262
|
+
text-overflow: ellipsis;
|
|
1275
1263
|
}
|
|
1276
|
-
.
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
.doc-agg-item[data-v-e84e6e12] {
|
|
1282
|
-
width: 100%;
|
|
1283
|
-
padding: 10px;
|
|
1284
|
-
margin-bottom: 5px;
|
|
1285
|
-
border: 1px solid #eee;
|
|
1286
|
-
border-radius: 4px;
|
|
1287
|
-
cursor: pointer;
|
|
1288
|
-
font-size: 12px;
|
|
1289
|
-
color: var(--el-color-primary);
|
|
1264
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
|
|
1265
|
+
overflow: hidden;
|
|
1266
|
+
white-space: nowrap;
|
|
1267
|
+
overflow: hidden;
|
|
1268
|
+
text-overflow: ellipsis;
|
|
1290
1269
|
}
|
|
1291
|
-
.
|
|
1292
|
-
|
|
1270
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1271
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1272
|
+
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1273
|
+
position: relative;
|
|
1274
|
+
--el-menu-item-height: 45px;
|
|
1275
|
+
--el-menu-sub-item-height: 45px;
|
|
1293
1276
|
}
|
|
1294
|
-
[data-v-
|
|
1295
|
-
|
|
1296
|
-
--chat-padding: 12px;
|
|
1297
|
-
--el-thinking-button-width: 180px;
|
|
1277
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302], .smb-sidebar-menu-item.el-sub-menu[data-v-da857302] {
|
|
1278
|
+
padding: 0 !important;
|
|
1298
1279
|
}
|
|
1299
|
-
.
|
|
1300
|
-
|
|
1280
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-da857302]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-da857302]:not(:has(> .el-tooltip__trigger)) {
|
|
1281
|
+
display: flex;
|
|
1282
|
+
flex-direction: row;
|
|
1301
1283
|
}
|
|
1302
|
-
.
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1284
|
+
.smb-sidebar-menu-item[data-v-da857302] > .el-tooltip__trigger {
|
|
1285
|
+
display: flex;
|
|
1286
|
+
flex-direction: row;
|
|
1287
|
+
padding: 0 !important;
|
|
1306
1288
|
}
|
|
1307
|
-
.
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1289
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-icon {
|
|
1290
|
+
display: flex;
|
|
1291
|
+
align-items: center;
|
|
1292
|
+
justify-content: center;
|
|
1293
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1294
|
+
font-size: 16px;
|
|
1313
1295
|
}
|
|
1314
|
-
[data-v-
|
|
1315
|
-
|
|
1316
|
-
/* width: 80%; */
|
|
1296
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon {
|
|
1297
|
+
width: 20px;
|
|
1317
1298
|
}
|
|
1318
|
-
[data-v-
|
|
1319
|
-
|
|
1299
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title {
|
|
1300
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1301
|
+
overflow: hidden;
|
|
1302
|
+
white-space: nowrap;
|
|
1303
|
+
overflow: hidden;
|
|
1304
|
+
text-overflow: ellipsis;
|
|
1305
|
+
}
|
|
1306
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-title > div {
|
|
1307
|
+
overflow: hidden;
|
|
1308
|
+
white-space: nowrap;
|
|
1309
|
+
overflow: hidden;
|
|
1310
|
+
text-overflow: ellipsis;
|
|
1311
|
+
}
|
|
1312
|
+
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1313
|
+
flex: 0 0 calc(100% - 20px - 20px);
|
|
1314
|
+
}.app-main[data-v-2d98e845] {
|
|
1315
|
+
padding: var(--app-main-padding, 15px);
|
|
1316
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1317
|
+
position: relative;
|
|
1318
|
+
overflow: hidden;
|
|
1319
|
+
}
|
|
1320
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1321
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1322
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1323
|
+
overflow: auto;
|
|
1320
1324
|
}
|
|
1321
|
-
[data-v-e84e6e12] .el-divider--horizontal {
|
|
1322
|
-
margin: 5px 0;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
1325
|
.ab-date-range[data-v-2aeaa81d] {
|
|
1326
1326
|
display: flex;
|
|
1327
1327
|
align-items: center;
|
|
@@ -1340,11 +1340,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1340
1340
|
white-space: nowrap;
|
|
1341
1341
|
flex: 0 0 auto;
|
|
1342
1342
|
}
|
|
1343
|
-
.normal-column-header[data-v-
|
|
1343
|
+
.normal-column-header[data-v-52cb78d9] {
|
|
1344
1344
|
display: inline-flex;
|
|
1345
1345
|
vertical-align: middle;
|
|
1346
1346
|
}
|
|
1347
|
-
.normal-column-header-icon[data-v-
|
|
1347
|
+
.normal-column-header-icon[data-v-52cb78d9] {
|
|
1348
1348
|
font-size: 20px;
|
|
1349
1349
|
color: var(--el-color-primary);
|
|
1350
1350
|
cursor: pointer;
|
|
@@ -1406,21 +1406,73 @@ li[data-v-040fcf55] {
|
|
|
1406
1406
|
.searchResult {
|
|
1407
1407
|
color: red;
|
|
1408
1408
|
}
|
|
1409
|
-
.inline-select-custom {
|
|
1410
|
-
width: 100px;
|
|
1411
|
-
}
|
|
1412
1409
|
.inline-input-custom {
|
|
1413
|
-
width:
|
|
1410
|
+
width: 90%;
|
|
1411
|
+
}
|
|
1412
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1413
|
+
min-width: 300px;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1417
|
+
font-size: 17px;
|
|
1418
|
+
font-weight: 700;
|
|
1419
|
+
}
|
|
1420
|
+
.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 {
|
|
1421
|
+
font-size: 17px;
|
|
1422
|
+
font-weight: 700;
|
|
1423
|
+
}
|
|
1424
|
+
.organization-tree .el-card__body {
|
|
1425
|
+
padding-top: 10px;
|
|
1426
|
+
}
|
|
1427
|
+
.organization-tree .card-content {
|
|
1428
|
+
margin-top: 10px;
|
|
1429
|
+
}
|
|
1430
|
+
.organization-tree .item-row-all {
|
|
1431
|
+
margin-bottom: 10px;
|
|
1432
|
+
}
|
|
1433
|
+
.organization-tree .item-row {
|
|
1434
|
+
display: flex;
|
|
1435
|
+
width: 100%;
|
|
1436
|
+
}
|
|
1437
|
+
.organization-tree .item-label {
|
|
1438
|
+
flex: 0 0 90%;
|
|
1439
|
+
text-align: left;
|
|
1440
|
+
}
|
|
1441
|
+
.organization-tree .item-side {
|
|
1442
|
+
flex: 0 0 10%;
|
|
1443
|
+
text-align: right;
|
|
1444
|
+
}
|
|
1445
|
+
.organization-tree .el-tree-node {
|
|
1446
|
+
margin-bottom: 10px;
|
|
1447
|
+
}
|
|
1448
|
+
.organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
|
|
1449
|
+
padding: 0;
|
|
1450
|
+
display: none;
|
|
1451
|
+
}
|
|
1452
|
+
.organization-tree .card-footer {
|
|
1453
|
+
padding: 20px;
|
|
1454
|
+
}
|
|
1455
|
+
.organization-tree .card-footer .select-result {
|
|
1456
|
+
color: #409EFF;
|
|
1457
|
+
flex:1 1 75%;
|
|
1458
|
+
text-align: left;
|
|
1459
|
+
}
|
|
1460
|
+
.organization-tree .card-footer .button-area {
|
|
1461
|
+
flex:0 0 20%;
|
|
1462
|
+
text-align: right;
|
|
1463
|
+
}
|
|
1464
|
+
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1465
|
+
color:#409EFF
|
|
1414
1466
|
}
|
|
1415
1467
|
|
|
1416
1468
|
.searchResult {
|
|
1417
1469
|
color: red;
|
|
1418
1470
|
}
|
|
1419
|
-
.inline-
|
|
1420
|
-
width:
|
|
1471
|
+
.inline-select-custom {
|
|
1472
|
+
width: 100px;
|
|
1421
1473
|
}
|
|
1422
|
-
.
|
|
1423
|
-
|
|
1474
|
+
.inline-input-custom {
|
|
1475
|
+
width: 98%;
|
|
1424
1476
|
}
|
|
1425
1477
|
|
|
1426
1478
|
.searchResult {
|
|
@@ -1434,19 +1486,13 @@ li[data-v-040fcf55] {
|
|
|
1434
1486
|
}
|
|
1435
1487
|
|
|
1436
1488
|
.searchResult {
|
|
1437
|
-
|
|
1489
|
+
color: red;
|
|
1438
1490
|
}
|
|
1439
1491
|
.inline-select-custom {
|
|
1440
|
-
|
|
1492
|
+
width: 100px;
|
|
1441
1493
|
}
|
|
1442
1494
|
.inline-input-custom {
|
|
1443
|
-
|
|
1444
|
-
}
|
|
1445
|
-
.searchDepartmentUser {
|
|
1446
|
-
width: 250px;
|
|
1447
|
-
}
|
|
1448
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1449
|
-
min-width: 300px;
|
|
1495
|
+
width: 98%;
|
|
1450
1496
|
}
|
|
1451
1497
|
|
|
1452
1498
|
.searchResult {
|
|
@@ -1476,65 +1522,34 @@ li[data-v-040fcf55] {
|
|
|
1476
1522
|
}
|
|
1477
1523
|
|
|
1478
1524
|
.searchResult {
|
|
1479
|
-
|
|
1525
|
+
color: red;
|
|
1480
1526
|
}
|
|
1481
1527
|
.inline-select-custom {
|
|
1482
|
-
|
|
1528
|
+
width: 100px;
|
|
1483
1529
|
}
|
|
1484
1530
|
.inline-input-custom {
|
|
1485
|
-
|
|
1486
|
-
}
|
|
1487
|
-
|
|
1488
|
-
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1489
|
-
font-size: 17px;
|
|
1490
|
-
font-weight: 700;
|
|
1491
|
-
}
|
|
1492
|
-
.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 {
|
|
1493
|
-
font-size: 17px;
|
|
1494
|
-
font-weight: 700;
|
|
1495
|
-
}
|
|
1496
|
-
.organization-tree .el-card__body {
|
|
1497
|
-
padding-top: 10px;
|
|
1498
|
-
}
|
|
1499
|
-
.organization-tree .card-content {
|
|
1500
|
-
margin-top: 10px;
|
|
1501
|
-
}
|
|
1502
|
-
.organization-tree .item-row-all {
|
|
1503
|
-
margin-bottom: 10px;
|
|
1504
|
-
}
|
|
1505
|
-
.organization-tree .item-row {
|
|
1506
|
-
display: flex;
|
|
1507
|
-
width: 100%;
|
|
1508
|
-
}
|
|
1509
|
-
.organization-tree .item-label {
|
|
1510
|
-
flex: 0 0 90%;
|
|
1511
|
-
text-align: left;
|
|
1512
|
-
}
|
|
1513
|
-
.organization-tree .item-side {
|
|
1514
|
-
flex: 0 0 10%;
|
|
1515
|
-
text-align: right;
|
|
1516
|
-
}
|
|
1517
|
-
.organization-tree .el-tree-node {
|
|
1518
|
-
margin-bottom: 10px;
|
|
1531
|
+
width: 98%;
|
|
1519
1532
|
}
|
|
1520
|
-
.
|
|
1521
|
-
|
|
1522
|
-
display: none;
|
|
1533
|
+
.searchDepartmentUser {
|
|
1534
|
+
width: 250px;
|
|
1523
1535
|
}
|
|
1524
|
-
.
|
|
1525
|
-
|
|
1536
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1537
|
+
min-width: 300px;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
.grid-search-form[data-v-04817310] {
|
|
1541
|
+
overflow: auto;
|
|
1526
1542
|
}
|
|
1527
|
-
.
|
|
1528
|
-
|
|
1529
|
-
flex:1 1 75%;
|
|
1530
|
-
text-align: left;
|
|
1543
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1544
|
+
margin-bottom: 0px;
|
|
1531
1545
|
}
|
|
1532
|
-
.
|
|
1533
|
-
|
|
1534
|
-
|
|
1546
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1547
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1548
|
+
/* 可选:间距更美观 */
|
|
1535
1549
|
}
|
|
1536
|
-
.
|
|
1537
|
-
|
|
1550
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1551
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1552
|
+
width: 100%;
|
|
1538
1553
|
}
|
|
1539
1554
|
|
|
1540
1555
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
@@ -1598,24 +1613,12 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1598
1613
|
.default-page-tip-item {
|
|
1599
1614
|
padding-top: 10px;
|
|
1600
1615
|
}
|
|
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-990840ae] .super-icon {
|
|
1620
|
+
width: 20px !important;
|
|
1621
|
+
height: 20px !important;
|
|
1619
1622
|
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1620
1623
|
background-color: #eee;
|
|
1621
1624
|
width: 100%;
|
|
@@ -1635,65 +1638,37 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1635
1638
|
}
|
|
1636
1639
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1637
1640
|
margin: 0 5px;
|
|
1638
|
-
}[data-v-
|
|
1639
|
-
width: 20px !important;
|
|
1640
|
-
height: 20px !important;
|
|
1641
|
-
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1642
|
-
margin-bottom: 0px;
|
|
1643
|
-
}
|
|
1644
|
-
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1645
|
-
overflow: hidden;
|
|
1646
|
-
text-overflow: ellipsis;
|
|
1647
|
-
white-space: nowrap;
|
|
1648
|
-
word-break: keep-all;
|
|
1649
|
-
}
|
|
1650
|
-
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1651
|
-
margin-bottom: 5px;
|
|
1652
|
-
text-align: center;
|
|
1653
|
-
}
|
|
1654
|
-
.grid-search-form[data-v-d462769a] .el-select {
|
|
1655
|
-
width: 100%;
|
|
1656
|
-
}
|
|
1657
|
-
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1658
|
-
width: 100%;
|
|
1659
|
-
}
|
|
1660
|
-
.grid-search-form[data-v-d462769a] .el-row {
|
|
1661
|
-
padding-right: 24px;
|
|
1662
|
-
}
|
|
1663
|
-
.grid-search-form[data-v-d462769a] .el-col {
|
|
1664
|
-
padding-left: 10px;
|
|
1665
|
-
padding-bottom: 16px;
|
|
1666
|
-
}.annex-cell[data-v-ee8f5d1d] {
|
|
1641
|
+
}.annex-cell[data-v-ec223eb7] {
|
|
1667
1642
|
padding-right: 5px;
|
|
1668
1643
|
cursor: pointer;
|
|
1669
1644
|
color: #409eff;
|
|
1670
1645
|
}
|
|
1671
|
-
.m-requried[data-v-
|
|
1646
|
+
.m-requried[data-v-ec223eb7] {
|
|
1672
1647
|
float: left;
|
|
1673
1648
|
white-space: nowrap;
|
|
1674
1649
|
width: 96%;
|
|
1675
1650
|
}
|
|
1676
|
-
.m-requried[data-v-
|
|
1651
|
+
.m-requried[data-v-ec223eb7]::after {
|
|
1677
1652
|
content: "*";
|
|
1678
1653
|
color: #f56c6c;
|
|
1679
1654
|
}
|
|
1680
|
-
.column-text-main[data-v-
|
|
1655
|
+
.column-text-main[data-v-ec223eb7] {
|
|
1681
1656
|
display: flex;
|
|
1682
1657
|
align-items: center;
|
|
1683
1658
|
gap: 10px;
|
|
1684
1659
|
}
|
|
1685
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1660
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7] {
|
|
1686
1661
|
display: flex;
|
|
1687
1662
|
align-items: center;
|
|
1688
1663
|
gap: 10px;
|
|
1689
1664
|
}
|
|
1690
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1665
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-ec223eb7] {
|
|
1691
1666
|
display: block;
|
|
1692
1667
|
white-space: nowrap;
|
|
1693
1668
|
overflow: hidden;
|
|
1694
1669
|
text-overflow: ellipsis;
|
|
1695
1670
|
}
|
|
1696
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1671
|
+
.column-text-main .column-text-edit-main[data-v-ec223eb7]::after {
|
|
1697
1672
|
content: " ";
|
|
1698
1673
|
position: absolute;
|
|
1699
1674
|
left: 0;
|
|
@@ -1702,14 +1677,39 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1702
1677
|
bottom: 0;
|
|
1703
1678
|
cursor: pointer;
|
|
1704
1679
|
}
|
|
1705
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1680
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7] {
|
|
1706
1681
|
text-align: left;
|
|
1707
1682
|
}
|
|
1708
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1683
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ec223eb7]:empty {
|
|
1709
1684
|
display: none;
|
|
1710
1685
|
}
|
|
1711
|
-
.normal-column-content-view[data-v-
|
|
1686
|
+
.normal-column-content-view[data-v-ec223eb7] {
|
|
1712
1687
|
display: inline;
|
|
1688
|
+
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1689
|
+
margin-bottom: 0px;
|
|
1690
|
+
}
|
|
1691
|
+
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1692
|
+
overflow: hidden;
|
|
1693
|
+
text-overflow: ellipsis;
|
|
1694
|
+
white-space: nowrap;
|
|
1695
|
+
word-break: keep-all;
|
|
1696
|
+
}
|
|
1697
|
+
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1698
|
+
margin-bottom: 5px;
|
|
1699
|
+
text-align: center;
|
|
1700
|
+
}
|
|
1701
|
+
.grid-search-form[data-v-d462769a] .el-select {
|
|
1702
|
+
width: 100%;
|
|
1703
|
+
}
|
|
1704
|
+
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1705
|
+
width: 100%;
|
|
1706
|
+
}
|
|
1707
|
+
.grid-search-form[data-v-d462769a] .el-row {
|
|
1708
|
+
padding-right: 24px;
|
|
1709
|
+
}
|
|
1710
|
+
.grid-search-form[data-v-d462769a] .el-col {
|
|
1711
|
+
padding-left: 10px;
|
|
1712
|
+
padding-bottom: 16px;
|
|
1713
1713
|
}
|
|
1714
1714
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1715
1715
|
margin-bottom: 0px;
|
|
@@ -1778,6 +1778,63 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1778
1778
|
.inline-input-custom {
|
|
1779
1779
|
width: 98%;
|
|
1780
1780
|
}
|
|
1781
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
1782
|
+
position: relative;
|
|
1783
|
+
--el-menu-item-height: 45px;
|
|
1784
|
+
--el-menu-sub-item-height: 45px;
|
|
1785
|
+
}
|
|
1786
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1787
|
+
padding: 0 !important;
|
|
1788
|
+
}
|
|
1789
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1790
|
+
display: flex;
|
|
1791
|
+
flex-direction: row;
|
|
1792
|
+
}
|
|
1793
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1794
|
+
display: flex;
|
|
1795
|
+
flex-direction: row;
|
|
1796
|
+
padding: 0 !important;
|
|
1797
|
+
}
|
|
1798
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1799
|
+
display: flex;
|
|
1800
|
+
align-items: center;
|
|
1801
|
+
justify-content: center;
|
|
1802
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1803
|
+
font-size: 16px;
|
|
1804
|
+
}
|
|
1805
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1806
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1807
|
+
overflow: hidden;
|
|
1808
|
+
white-space: nowrap;
|
|
1809
|
+
overflow: hidden;
|
|
1810
|
+
text-overflow: ellipsis;
|
|
1811
|
+
}
|
|
1812
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1813
|
+
overflow: hidden;
|
|
1814
|
+
white-space: nowrap;
|
|
1815
|
+
overflow: hidden;
|
|
1816
|
+
text-overflow: ellipsis;
|
|
1817
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1818
|
+
margin-right: 5px;
|
|
1819
|
+
}
|
|
1820
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
1821
|
+
margin-left: 5px;
|
|
1822
|
+
}
|
|
1823
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1824
|
+
display: flex;
|
|
1825
|
+
align-items: center;
|
|
1826
|
+
flex-shrink: 0;
|
|
1827
|
+
min-width: max-content;
|
|
1828
|
+
margin-left: auto;
|
|
1829
|
+
gap: 10px;
|
|
1830
|
+
}
|
|
1831
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1832
|
+
display: flex;
|
|
1833
|
+
align-items: center;
|
|
1834
|
+
justify-content: center;
|
|
1835
|
+
margin-top: 10px;
|
|
1836
|
+
gap: 10px;
|
|
1837
|
+
}
|
|
1781
1838
|
.fs-upload-tag[data-v-e5cde7de] {
|
|
1782
1839
|
border: 1px solid #dcdfe6;
|
|
1783
1840
|
padding: 4px 8px;
|
|
@@ -2007,58 +2064,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2007
2064
|
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2008
2065
|
padding: 0;
|
|
2009
2066
|
}
|
|
2010
|
-
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2011
|
-
position: relative;
|
|
2012
|
-
--el-menu-item-height: 45px;
|
|
2013
|
-
--el-menu-sub-item-height: 45px;
|
|
2014
|
-
}
|
|
2015
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2016
|
-
padding: 0 !important;
|
|
2017
|
-
}
|
|
2018
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2019
|
-
display: flex;
|
|
2020
|
-
flex-direction: row;
|
|
2021
|
-
}
|
|
2022
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2023
|
-
display: flex;
|
|
2024
|
-
flex-direction: row;
|
|
2025
|
-
padding: 0 !important;
|
|
2026
|
-
}
|
|
2027
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2028
|
-
display: flex;
|
|
2029
|
-
align-items: center;
|
|
2030
|
-
justify-content: center;
|
|
2031
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2032
|
-
font-size: 16px;
|
|
2033
|
-
}
|
|
2034
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2035
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2036
|
-
overflow: hidden;
|
|
2037
|
-
white-space: nowrap;
|
|
2038
|
-
overflow: hidden;
|
|
2039
|
-
text-overflow: ellipsis;
|
|
2040
|
-
}
|
|
2041
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2042
|
-
overflow: hidden;
|
|
2043
|
-
white-space: nowrap;
|
|
2044
|
-
overflow: hidden;
|
|
2045
|
-
text-overflow: ellipsis;
|
|
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
2067
|
|
|
2063
2068
|
.footer-wrapper {
|
|
2064
2069
|
&[data-v-ffbde6f9] {
|
|
@@ -2084,25 +2089,49 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2084
2089
|
margin-left: 0;
|
|
2085
2090
|
}
|
|
2086
2091
|
}
|
|
2087
|
-
[data-v-
|
|
2092
|
+
[data-v-41b4cbbd] .el-range-separator {
|
|
2093
|
+
min-width: 20px;
|
|
2094
|
+
}
|
|
2095
|
+
.svg-icon[data-v-f15c5e86] {
|
|
2096
|
+
width: 1.2em;
|
|
2097
|
+
height: 1.2em;
|
|
2098
|
+
vertical-align: -0.25em;
|
|
2099
|
+
fill: currentColor;
|
|
2100
|
+
overflow: initial;
|
|
2101
|
+
}
|
|
2102
|
+
|
|
2103
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2104
|
+
width: 100%;
|
|
2105
|
+
height: 100%;
|
|
2106
|
+
border: none;
|
|
2107
|
+
opacity: 1;
|
|
2108
|
+
}
|
|
2109
|
+
|
|
2110
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2111
|
+
width: 100%;
|
|
2112
|
+
height: 100%;
|
|
2113
|
+
border: none;
|
|
2114
|
+
opacity: 1;
|
|
2115
|
+
}
|
|
2116
|
+
[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 {
|
|
2088
2117
|
user-select: text !important;
|
|
2089
2118
|
-webkit-user-select: text !important;
|
|
2090
2119
|
-moz-user-select: text !important;
|
|
2091
2120
|
-ms-user-select: text !important;
|
|
2092
2121
|
}
|
|
2093
|
-
.slide-up-enter-active[data-v-
|
|
2094
|
-
.slide-up-leave-active[data-v-
|
|
2122
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
2123
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
2095
2124
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2096
2125
|
}
|
|
2097
|
-
.slide-up-enter-from[data-v-
|
|
2098
|
-
.slide-up-leave-to[data-v-
|
|
2126
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
2127
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
2099
2128
|
transform: translateY(100%);
|
|
2100
2129
|
}
|
|
2101
2130
|
|
|
2102
2131
|
/**
|
|
2103
2132
|
* 聊天窗口的样式设置
|
|
2104
2133
|
*/
|
|
2105
|
-
.chat-container[data-v-
|
|
2134
|
+
.chat-container[data-v-6da81be3] {
|
|
2106
2135
|
--header-height: 56px;
|
|
2107
2136
|
--chat-padding: 12px;
|
|
2108
2137
|
--bubble-content-max-width: 0px;
|
|
@@ -2114,25 +2143,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2114
2143
|
flex-direction: row; /* 横向排列 */
|
|
2115
2144
|
height: 100%; /* 父容器高度 */
|
|
2116
2145
|
}
|
|
2117
|
-
.small-window[data-v-
|
|
2146
|
+
.small-window[data-v-6da81be3] {
|
|
2118
2147
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2119
2148
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2120
2149
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2121
2150
|
border-radius: 8px;
|
|
2122
2151
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2123
2152
|
}
|
|
2124
|
-
.full-screen[data-v-
|
|
2153
|
+
.full-screen[data-v-6da81be3] {
|
|
2125
2154
|
right: 0;
|
|
2126
2155
|
bottom: 0;
|
|
2127
2156
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2128
2157
|
}
|
|
2129
|
-
.chat-container[data-v-
|
|
2158
|
+
.chat-container[data-v-6da81be3] > * {
|
|
2130
2159
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2131
2160
|
}
|
|
2132
2161
|
|
|
2133
2162
|
/* 聊天窗口的头部样式设置
|
|
2134
2163
|
*/
|
|
2135
|
-
.chat-embed__header_container[data-v-
|
|
2164
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
2136
2165
|
/* border-bottom: 1px solid #ddd; */
|
|
2137
2166
|
display: flex;
|
|
2138
2167
|
align-items: center;
|
|
@@ -2142,7 +2171,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2142
2171
|
overflow: hidden;
|
|
2143
2172
|
position: relative;
|
|
2144
2173
|
}
|
|
2145
|
-
.session-subject[data-v-
|
|
2174
|
+
.session-subject[data-v-6da81be3] {
|
|
2146
2175
|
display: block;
|
|
2147
2176
|
margin: 0 auto;
|
|
2148
2177
|
text-align: center;
|
|
@@ -2157,17 +2186,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2157
2186
|
|
|
2158
2187
|
/* 聊天窗口的头部图标样式设置
|
|
2159
2188
|
*/
|
|
2160
|
-
.chat-embed__header_avatar[data-v-
|
|
2189
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
2161
2190
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2162
2191
|
margin-right: var(--chat-padding);
|
|
2163
2192
|
}
|
|
2164
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2193
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
2165
2194
|
right: 20px;
|
|
2166
2195
|
position: absolute;
|
|
2167
2196
|
gap: 28px;
|
|
2168
2197
|
display: flex;
|
|
2169
2198
|
}
|
|
2170
|
-
.chat-embed__sidebar[data-v-
|
|
2199
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
2171
2200
|
background: #f6f7fa;
|
|
2172
2201
|
display: flex;
|
|
2173
2202
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2176,7 +2205,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2176
2205
|
width: 260px;
|
|
2177
2206
|
height: 100%;
|
|
2178
2207
|
}
|
|
2179
|
-
.chat-embed__main[data-v-
|
|
2208
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
2180
2209
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2181
2210
|
box-sizing: border-box;
|
|
2182
2211
|
overflow: hidden;
|
|
@@ -2187,7 +2216,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2187
2216
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2188
2217
|
overflow: hidden; /* 防止内容溢出 */
|
|
2189
2218
|
}
|
|
2190
|
-
.chat-embed__main_content[data-v-
|
|
2219
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
2191
2220
|
flex: 1;
|
|
2192
2221
|
box-sizing: border-box;
|
|
2193
2222
|
min-height: 0;
|
|
@@ -2195,21 +2224,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2195
2224
|
/* overflow-y: auto;
|
|
2196
2225
|
margin-bottom: 12px; */
|
|
2197
2226
|
}
|
|
2198
|
-
.chat-embed__input_container[data-v-
|
|
2227
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
2199
2228
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2200
2229
|
/* margin-bottom: 50px; 距离底部 */
|
|
2201
2230
|
}
|
|
2202
|
-
.header-icon[data-v-
|
|
2231
|
+
.header-icon[data-v-6da81be3] {
|
|
2203
2232
|
cursor: pointer;
|
|
2204
2233
|
font-size: 20px;
|
|
2205
2234
|
}
|
|
2206
2235
|
|
|
2207
2236
|
/* 聊天默认推荐内容样式
|
|
2208
2237
|
*/
|
|
2209
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2238
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
2210
2239
|
margin-top: 5px;
|
|
2211
2240
|
}
|
|
2212
|
-
.content-container[data-v-
|
|
2241
|
+
.content-container[data-v-6da81be3] {
|
|
2213
2242
|
padding: 16px;
|
|
2214
2243
|
border-radius: 4px;
|
|
2215
2244
|
background: #ffffff;
|
|
@@ -2217,7 +2246,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2217
2246
|
border-radius: 0px 30px 30px 30px;
|
|
2218
2247
|
/* opacity: 0.6; */
|
|
2219
2248
|
}
|
|
2220
|
-
.chat-content-font[data-v-
|
|
2249
|
+
.chat-content-font[data-v-6da81be3] {
|
|
2221
2250
|
font-family: PingFang SC, PingFang SC;
|
|
2222
2251
|
font-weight: 500;
|
|
2223
2252
|
font-size: 16px;
|
|
@@ -2227,10 +2256,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2227
2256
|
font-style: normal;
|
|
2228
2257
|
text-transform: none;
|
|
2229
2258
|
}
|
|
2230
|
-
[data-v-
|
|
2259
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2231
2260
|
border: none !important;
|
|
2232
2261
|
}
|
|
2233
|
-
.content-container-header[data-v-
|
|
2262
|
+
.content-container-header[data-v-6da81be3] {
|
|
2234
2263
|
font-size: 12px;
|
|
2235
2264
|
color: #909399;
|
|
2236
2265
|
}
|
|
@@ -2239,7 +2268,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2239
2268
|
// 用户消息
|
|
2240
2269
|
*/
|
|
2241
2270
|
.content-borderless-container {
|
|
2242
|
-
&[data-v-
|
|
2271
|
+
&[data-v-6da81be3] {
|
|
2243
2272
|
background: #e1ecfd;
|
|
2244
2273
|
border-radius: 20px 0px 20px 20px;
|
|
2245
2274
|
user-select: none;
|
|
@@ -2247,21 +2276,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2247
2276
|
cursor: pointer;
|
|
2248
2277
|
transition: background-color 0.3s;
|
|
2249
2278
|
}
|
|
2250
|
-
&[data-v-
|
|
2279
|
+
&[data-v-6da81be3]:hover {
|
|
2251
2280
|
background-color: #ebeef5;
|
|
2252
2281
|
}
|
|
2253
2282
|
}
|
|
2254
2283
|
.footer-container {
|
|
2255
|
-
[data-v-
|
|
2284
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
2256
2285
|
margin-left: 8px;
|
|
2257
2286
|
}
|
|
2258
2287
|
}
|
|
2259
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2288
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
2260
2289
|
padding: 0;
|
|
2261
2290
|
}
|
|
2262
2291
|
|
|
2263
2292
|
/* 引用文件样式 */
|
|
2264
|
-
.doc-agg-item[data-v-
|
|
2293
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
2265
2294
|
width: 100%;
|
|
2266
2295
|
padding: 10px;
|
|
2267
2296
|
margin-bottom: 5px;
|
|
@@ -2271,28 +2300,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2271
2300
|
font-size: 12px;
|
|
2272
2301
|
color: var(--el-color-primary);
|
|
2273
2302
|
}
|
|
2274
|
-
.elx-xmarkdown-container[data-v-
|
|
2303
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2275
2304
|
padding: 0;
|
|
2276
|
-
}
|
|
2277
|
-
[data-v-6da81be3]
|
|
2305
|
+
}
|
|
2306
|
+
h4[data-v-6da81be3] {
|
|
2307
|
+
font-size: 16px;
|
|
2308
|
+
margin-top: 0px;
|
|
2309
|
+
margin-bottom: 0px;
|
|
2310
|
+
}
|
|
2311
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
2312
|
+
margin: 5px 0;
|
|
2313
|
+
}
|
|
2314
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2315
|
+
display: flex;
|
|
2316
|
+
align-items: center;
|
|
2317
|
+
flex-shrink: 0;
|
|
2318
|
+
min-width: max-content;
|
|
2319
|
+
margin-left: auto;
|
|
2320
|
+
gap: 10px;
|
|
2321
|
+
}
|
|
2322
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
2323
|
+
display: inline-block;
|
|
2324
|
+
width: 12px;
|
|
2325
|
+
height: 12px;
|
|
2326
|
+
background-repeat: no-repeat;
|
|
2327
|
+
background-position: center;
|
|
2328
|
+
background-size: 100%;
|
|
2329
|
+
cursor: pointer;
|
|
2330
|
+
}
|
|
2331
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
2332
|
+
margin-left: 5px;
|
|
2333
|
+
}
|
|
2334
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
2335
|
+
display: flex;
|
|
2336
|
+
flex-direction: column;
|
|
2337
|
+
padding: 16px;
|
|
2338
|
+
}
|
|
2339
|
+
[data-v-6da81be3] .el-sender-header {
|
|
2340
|
+
border-bottom-color: #ffffff !important;
|
|
2341
|
+
}
|
|
2342
|
+
[data-v-6da81be3] .el-sender {
|
|
2343
|
+
background: #ffffff !important;
|
|
2344
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2345
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2346
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2347
|
+
font-weight: 400;
|
|
2348
|
+
font-size: 16px;
|
|
2349
|
+
color: #bbbbbb;
|
|
2350
|
+
text-align: left;
|
|
2351
|
+
font-style: normal;
|
|
2352
|
+
text-transform: none;
|
|
2353
|
+
}
|
|
2354
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2355
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2356
|
+
font-weight: 400 !important;
|
|
2357
|
+
font-size: 16px !important;
|
|
2358
|
+
line-height: 21px !important;
|
|
2359
|
+
font-style: normal !important;
|
|
2360
|
+
text-transform: none !important;
|
|
2361
|
+
}
|
|
2362
|
+
[data-v-6da81be3] .el-sender-content {
|
|
2363
|
+
padding: 16px !important;
|
|
2364
|
+
}
|
|
2365
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
2366
|
+
border-radius: 100px 100px 100px 100px;
|
|
2367
|
+
border: 1px solid #dcdfe6;
|
|
2368
|
+
}
|
|
2369
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
2370
|
+
padding: 12px;
|
|
2371
|
+
font-family: PingFang SC, PingFang SC;
|
|
2372
|
+
font-weight: 400;
|
|
2373
|
+
font-size: 14px;
|
|
2374
|
+
color: #808080;
|
|
2375
|
+
line-height: 21px;
|
|
2376
|
+
font-style: normal;
|
|
2377
|
+
text-align: center;
|
|
2378
|
+
}
|
|
2379
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
2380
|
+
border-radius: 50% !important;
|
|
2381
|
+
padding: 8px;
|
|
2382
|
+
width: 32px;
|
|
2383
|
+
}
|
|
2384
|
+
.send-icon[data-v-6da81be3] {
|
|
2385
|
+
cursor: pointer;
|
|
2386
|
+
}
|
|
2387
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
2388
|
+
margin: 0 0;
|
|
2389
|
+
}[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 {
|
|
2278
2390
|
user-select: text !important;
|
|
2279
2391
|
-webkit-user-select: text !important;
|
|
2280
2392
|
-moz-user-select: text !important;
|
|
2281
2393
|
-ms-user-select: text !important;
|
|
2282
2394
|
}
|
|
2283
|
-
.slide-up-enter-active[data-v-
|
|
2284
|
-
.slide-up-leave-active[data-v-
|
|
2395
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2396
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2285
2397
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2286
2398
|
}
|
|
2287
|
-
.slide-up-enter-from[data-v-
|
|
2288
|
-
.slide-up-leave-to[data-v-
|
|
2399
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2400
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2289
2401
|
transform: translateY(100%);
|
|
2290
2402
|
}
|
|
2291
2403
|
|
|
2292
2404
|
/**
|
|
2293
2405
|
* 聊天窗口的样式设置
|
|
2294
2406
|
*/
|
|
2295
|
-
.chat-container[data-v-
|
|
2407
|
+
.chat-container[data-v-1e62eff8] {
|
|
2296
2408
|
--header-height: 56px;
|
|
2297
2409
|
--chat-padding: 12px;
|
|
2298
2410
|
--bubble-content-max-width: 0px;
|
|
@@ -2304,25 +2416,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2304
2416
|
flex-direction: row; /* 横向排列 */
|
|
2305
2417
|
height: 100%; /* 父容器高度 */
|
|
2306
2418
|
}
|
|
2307
|
-
.small-window[data-v-
|
|
2419
|
+
.small-window[data-v-1e62eff8] {
|
|
2308
2420
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2309
2421
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2310
2422
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2311
2423
|
border-radius: 8px;
|
|
2312
2424
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2313
2425
|
}
|
|
2314
|
-
.full-screen[data-v-
|
|
2426
|
+
.full-screen[data-v-1e62eff8] {
|
|
2315
2427
|
right: 0;
|
|
2316
2428
|
bottom: 0;
|
|
2317
2429
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2318
2430
|
}
|
|
2319
|
-
.chat-container[data-v-
|
|
2431
|
+
.chat-container[data-v-1e62eff8] > * {
|
|
2320
2432
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2321
2433
|
}
|
|
2322
2434
|
|
|
2323
2435
|
/* 聊天窗口的头部样式设置
|
|
2324
2436
|
*/
|
|
2325
|
-
.chat-embed__header_container[data-v-
|
|
2437
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2326
2438
|
/* border-bottom: 1px solid #ddd; */
|
|
2327
2439
|
display: flex;
|
|
2328
2440
|
align-items: center;
|
|
@@ -2332,7 +2444,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2332
2444
|
overflow: hidden;
|
|
2333
2445
|
position: relative;
|
|
2334
2446
|
}
|
|
2335
|
-
.session-subject[data-v-
|
|
2447
|
+
.session-subject[data-v-1e62eff8] {
|
|
2336
2448
|
display: block;
|
|
2337
2449
|
margin: 0 auto;
|
|
2338
2450
|
text-align: center;
|
|
@@ -2347,17 +2459,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2347
2459
|
|
|
2348
2460
|
/* 聊天窗口的头部图标样式设置
|
|
2349
2461
|
*/
|
|
2350
|
-
.chat-embed__header_avatar[data-v-
|
|
2462
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2351
2463
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2352
2464
|
margin-right: var(--chat-padding);
|
|
2353
2465
|
}
|
|
2354
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2466
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2355
2467
|
right: 20px;
|
|
2356
2468
|
position: absolute;
|
|
2357
2469
|
gap: 28px;
|
|
2358
2470
|
display: flex;
|
|
2359
2471
|
}
|
|
2360
|
-
.chat-embed__sidebar[data-v-
|
|
2472
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2361
2473
|
background: #f6f7fa;
|
|
2362
2474
|
display: flex;
|
|
2363
2475
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2366,7 +2478,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2366
2478
|
width: 260px;
|
|
2367
2479
|
height: 100%;
|
|
2368
2480
|
}
|
|
2369
|
-
.chat-embed__main[data-v-
|
|
2481
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2370
2482
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2371
2483
|
box-sizing: border-box;
|
|
2372
2484
|
overflow: hidden;
|
|
@@ -2377,7 +2489,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2377
2489
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2378
2490
|
overflow: hidden; /* 防止内容溢出 */
|
|
2379
2491
|
}
|
|
2380
|
-
.chat-embed__main_content[data-v-
|
|
2492
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2381
2493
|
flex: 1;
|
|
2382
2494
|
box-sizing: border-box;
|
|
2383
2495
|
min-height: 0;
|
|
@@ -2385,21 +2497,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2385
2497
|
/* overflow-y: auto;
|
|
2386
2498
|
margin-bottom: 12px; */
|
|
2387
2499
|
}
|
|
2388
|
-
.chat-embed__input_container[data-v-
|
|
2500
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2389
2501
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2390
2502
|
/* margin-bottom: 50px; 距离底部 */
|
|
2391
2503
|
}
|
|
2392
|
-
.header-icon[data-v-
|
|
2504
|
+
.header-icon[data-v-1e62eff8] {
|
|
2393
2505
|
cursor: pointer;
|
|
2394
2506
|
font-size: 20px;
|
|
2395
2507
|
}
|
|
2396
2508
|
|
|
2397
2509
|
/* 聊天默认推荐内容样式
|
|
2398
2510
|
*/
|
|
2399
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2511
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2400
2512
|
margin-top: 5px;
|
|
2401
2513
|
}
|
|
2402
|
-
.content-container[data-v-
|
|
2514
|
+
.content-container[data-v-1e62eff8] {
|
|
2403
2515
|
padding: 16px;
|
|
2404
2516
|
border-radius: 4px;
|
|
2405
2517
|
background: #ffffff;
|
|
@@ -2407,7 +2519,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2407
2519
|
border-radius: 0px 30px 30px 30px;
|
|
2408
2520
|
/* opacity: 0.6; */
|
|
2409
2521
|
}
|
|
2410
|
-
.chat-content-font[data-v-
|
|
2522
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2411
2523
|
font-family: PingFang SC, PingFang SC;
|
|
2412
2524
|
font-weight: 500;
|
|
2413
2525
|
font-size: 16px;
|
|
@@ -2417,10 +2529,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2417
2529
|
font-style: normal;
|
|
2418
2530
|
text-transform: none;
|
|
2419
2531
|
}
|
|
2420
|
-
[data-v-
|
|
2532
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2421
2533
|
border: none !important;
|
|
2422
2534
|
}
|
|
2423
|
-
.content-container-header[data-v-
|
|
2535
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2424
2536
|
font-size: 12px;
|
|
2425
2537
|
color: #909399;
|
|
2426
2538
|
}
|
|
@@ -2429,7 +2541,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2429
2541
|
// 用户消息
|
|
2430
2542
|
*/
|
|
2431
2543
|
.content-borderless-container {
|
|
2432
|
-
&[data-v-
|
|
2544
|
+
&[data-v-1e62eff8] {
|
|
2433
2545
|
background: #e1ecfd;
|
|
2434
2546
|
border-radius: 20px 0px 20px 20px;
|
|
2435
2547
|
user-select: none;
|
|
@@ -2437,21 +2549,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2437
2549
|
cursor: pointer;
|
|
2438
2550
|
transition: background-color 0.3s;
|
|
2439
2551
|
}
|
|
2440
|
-
&[data-v-
|
|
2552
|
+
&[data-v-1e62eff8]:hover {
|
|
2441
2553
|
background-color: #ebeef5;
|
|
2442
2554
|
}
|
|
2443
2555
|
}
|
|
2444
2556
|
.footer-container {
|
|
2445
|
-
[data-v-
|
|
2557
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2446
2558
|
margin-left: 8px;
|
|
2447
2559
|
}
|
|
2448
2560
|
}
|
|
2449
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2561
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2450
2562
|
padding: 0;
|
|
2451
2563
|
}
|
|
2452
2564
|
|
|
2453
2565
|
/* 引用文件样式 */
|
|
2454
|
-
.doc-agg-item[data-v-
|
|
2566
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2455
2567
|
width: 100%;
|
|
2456
2568
|
padding: 10px;
|
|
2457
2569
|
margin-bottom: 5px;
|
|
@@ -2461,93 +2573,118 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2461
2573
|
font-size: 12px;
|
|
2462
2574
|
color: var(--el-color-primary);
|
|
2463
2575
|
}
|
|
2464
|
-
.elx-xmarkdown-container[data-v-
|
|
2576
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2465
2577
|
padding: 0;
|
|
2466
2578
|
}
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2579
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2580
|
+
position: absolute;
|
|
2581
|
+
padding: 20px 36px;
|
|
2582
|
+
gap: 16px;
|
|
2583
|
+
display: flex;
|
|
2584
|
+
z-index: 1;
|
|
2471
2585
|
}
|
|
2472
|
-
[data-v-
|
|
2473
|
-
|
|
2586
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2587
|
+
display: flex;
|
|
2588
|
+
height: 40px;
|
|
2589
|
+
padding: 10px 14px;
|
|
2590
|
+
gap: 14px;
|
|
2591
|
+
border-radius: 100px 100px 100px 100px;
|
|
2592
|
+
border: 1px solid #e5e5e5;
|
|
2593
|
+
width: 82px;
|
|
2594
|
+
font-size: 20px;
|
|
2474
2595
|
}
|
|
2475
|
-
.
|
|
2476
|
-
display: flex;
|
|
2477
|
-
align-items: center;
|
|
2478
|
-
|
|
2479
|
-
|
|
2596
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2597
|
+
display: flex; /* 设置为水平排列 */
|
|
2598
|
+
align-items: center; /* 垂直居中 */
|
|
2599
|
+
margin-bottom: 22px;
|
|
2600
|
+
font-size: 20px;
|
|
2601
|
+
}
|
|
2602
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2603
|
+
font-family: PingFang SC, PingFang SC;
|
|
2604
|
+
font-weight: 600;
|
|
2605
|
+
font-size: 16px;
|
|
2606
|
+
color: #181818;
|
|
2607
|
+
text-align: left;
|
|
2608
|
+
font-style: normal;
|
|
2609
|
+
text-transform: none;
|
|
2610
|
+
}
|
|
2611
|
+
.right-icon[data-v-1e62eff8] {
|
|
2612
|
+
cursor: pointer;
|
|
2480
2613
|
margin-left: auto;
|
|
2481
|
-
gap: 10px;
|
|
2482
2614
|
}
|
|
2483
|
-
.
|
|
2484
|
-
display: inline-block;
|
|
2485
|
-
width: 12px;
|
|
2486
|
-
height: 12px;
|
|
2487
|
-
background-repeat: no-repeat;
|
|
2488
|
-
background-position: center;
|
|
2489
|
-
background-size: 100%;
|
|
2615
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2490
2616
|
cursor: pointer;
|
|
2491
2617
|
}
|
|
2492
|
-
.
|
|
2493
|
-
|
|
2618
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2619
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2620
|
+
margin-bottom: 10px;
|
|
2494
2621
|
}
|
|
2495
|
-
.
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
|
|
2622
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2623
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2624
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2625
|
+
margin-bottom: 10px;
|
|
2499
2626
|
}
|
|
2500
|
-
[data-v-
|
|
2501
|
-
|
|
2627
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2628
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2629
|
+
margin-top: 10px;
|
|
2630
|
+
margin-bottom: 20px;
|
|
2502
2631
|
}
|
|
2503
|
-
[data-v-
|
|
2504
|
-
background: #ffffff
|
|
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;
|
|
2632
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2633
|
+
background-color: #ffffff;
|
|
2514
2634
|
}
|
|
2515
|
-
[data-v-
|
|
2516
|
-
|
|
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;
|
|
2635
|
+
.date-group[data-v-1e62eff8] {
|
|
2636
|
+
margin-top: 16px;
|
|
2522
2637
|
}
|
|
2523
|
-
[data-v-
|
|
2524
|
-
|
|
2638
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2639
|
+
color: #81858c;
|
|
2640
|
+
font-size: 12px;
|
|
2641
|
+
user-select: none;
|
|
2642
|
+
margin-bottom: 2px;
|
|
2643
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2644
|
+
}
|
|
2645
|
+
.menu-item[data-v-1e62eff8] {
|
|
2646
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2647
|
+
font-size: 16px;
|
|
2648
|
+
line-height: 50px;
|
|
2649
|
+
cursor: pointer;
|
|
2650
|
+
gap: 8px;
|
|
2651
|
+
border-radius: 8px;
|
|
2652
|
+
display: flex;
|
|
2653
|
+
align-items: center;
|
|
2525
2654
|
}
|
|
2526
|
-
[data-v-
|
|
2527
|
-
|
|
2528
|
-
|
|
2655
|
+
.active-item[data-v-1e62eff8] {
|
|
2656
|
+
background: #e2ebf5;
|
|
2657
|
+
color: var(--el-color-primary);
|
|
2529
2658
|
}
|
|
2530
|
-
.
|
|
2531
|
-
padding:
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
text-align: center;
|
|
2659
|
+
.history-item[data-v-1e62eff8] {
|
|
2660
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2661
|
+
cursor: pointer;
|
|
2662
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2663
|
+
align-items: center; /* 垂直居中 */
|
|
2664
|
+
line-height: 40px;
|
|
2665
|
+
gap: 8px;
|
|
2666
|
+
border-radius: 8px;
|
|
2539
2667
|
}
|
|
2540
|
-
.
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2668
|
+
.history-subject[data-v-1e62eff8] {
|
|
2669
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2670
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2671
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2672
|
+
white-space: nowrap; /* 不换行 */
|
|
2544
2673
|
}
|
|
2545
|
-
.
|
|
2546
|
-
|
|
2674
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2675
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2547
2676
|
}
|
|
2548
|
-
.
|
|
2549
|
-
|
|
2550
|
-
}
|
|
2677
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2678
|
+
background-color: #f5f5f5;
|
|
2679
|
+
}
|
|
2680
|
+
|
|
2681
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2682
|
+
width: 100%;
|
|
2683
|
+
height: 100%;
|
|
2684
|
+
border: none;
|
|
2685
|
+
opacity: 1;
|
|
2686
|
+
}
|
|
2687
|
+
[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 {
|
|
2551
2688
|
user-select: text !important;
|
|
2552
2689
|
-webkit-user-select: text !important;
|
|
2553
2690
|
-moz-user-select: text !important;
|
|
@@ -2737,37 +2874,25 @@ h4[data-v-6da81be3] {
|
|
|
2737
2874
|
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2738
2875
|
padding: 0;
|
|
2739
2876
|
}
|
|
2740
|
-
.
|
|
2741
|
-
margin-right: 5px;
|
|
2742
|
-
}
|
|
2743
|
-
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2744
|
-
margin-left: 5px;
|
|
2745
|
-
}
|
|
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 {
|
|
2877
|
+
[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 {
|
|
2753
2878
|
user-select: text !important;
|
|
2754
2879
|
-webkit-user-select: text !important;
|
|
2755
2880
|
-moz-user-select: text !important;
|
|
2756
2881
|
-ms-user-select: text !important;
|
|
2757
2882
|
}
|
|
2758
|
-
.slide-up-enter-active[data-v-
|
|
2759
|
-
.slide-up-leave-active[data-v-
|
|
2883
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2884
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2760
2885
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2761
2886
|
}
|
|
2762
|
-
.slide-up-enter-from[data-v-
|
|
2763
|
-
.slide-up-leave-to[data-v-
|
|
2887
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2888
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2764
2889
|
transform: translateY(100%);
|
|
2765
2890
|
}
|
|
2766
2891
|
|
|
2767
2892
|
/**
|
|
2768
2893
|
* 聊天窗口的样式设置
|
|
2769
2894
|
*/
|
|
2770
|
-
.chat-container[data-v-
|
|
2895
|
+
.chat-container[data-v-e9aa835d] {
|
|
2771
2896
|
--header-height: 56px;
|
|
2772
2897
|
--chat-padding: 12px;
|
|
2773
2898
|
--bubble-content-max-width: 0px;
|
|
@@ -2779,25 +2904,25 @@ h4[data-v-6da81be3] {
|
|
|
2779
2904
|
flex-direction: row; /* 横向排列 */
|
|
2780
2905
|
height: 100%; /* 父容器高度 */
|
|
2781
2906
|
}
|
|
2782
|
-
.small-window[data-v-
|
|
2907
|
+
.small-window[data-v-e9aa835d] {
|
|
2783
2908
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2784
2909
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2785
2910
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2786
2911
|
border-radius: 8px;
|
|
2787
2912
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2788
2913
|
}
|
|
2789
|
-
.full-screen[data-v-
|
|
2914
|
+
.full-screen[data-v-e9aa835d] {
|
|
2790
2915
|
right: 0;
|
|
2791
2916
|
bottom: 0;
|
|
2792
2917
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2793
2918
|
}
|
|
2794
|
-
.chat-container[data-v-
|
|
2919
|
+
.chat-container[data-v-e9aa835d] > * {
|
|
2795
2920
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2796
2921
|
}
|
|
2797
2922
|
|
|
2798
2923
|
/* 聊天窗口的头部样式设置
|
|
2799
2924
|
*/
|
|
2800
|
-
.chat-embed__header_container[data-v-
|
|
2925
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2801
2926
|
/* border-bottom: 1px solid #ddd; */
|
|
2802
2927
|
display: flex;
|
|
2803
2928
|
align-items: center;
|
|
@@ -2807,7 +2932,7 @@ h4[data-v-6da81be3] {
|
|
|
2807
2932
|
overflow: hidden;
|
|
2808
2933
|
position: relative;
|
|
2809
2934
|
}
|
|
2810
|
-
.session-subject[data-v-
|
|
2935
|
+
.session-subject[data-v-e9aa835d] {
|
|
2811
2936
|
display: block;
|
|
2812
2937
|
margin: 0 auto;
|
|
2813
2938
|
text-align: center;
|
|
@@ -2822,17 +2947,17 @@ h4[data-v-6da81be3] {
|
|
|
2822
2947
|
|
|
2823
2948
|
/* 聊天窗口的头部图标样式设置
|
|
2824
2949
|
*/
|
|
2825
|
-
.chat-embed__header_avatar[data-v-
|
|
2950
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2826
2951
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2827
2952
|
margin-right: var(--chat-padding);
|
|
2828
2953
|
}
|
|
2829
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2954
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2830
2955
|
right: 20px;
|
|
2831
2956
|
position: absolute;
|
|
2832
2957
|
gap: 28px;
|
|
2833
2958
|
display: flex;
|
|
2834
2959
|
}
|
|
2835
|
-
.chat-embed__sidebar[data-v-
|
|
2960
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2836
2961
|
background: #f6f7fa;
|
|
2837
2962
|
display: flex;
|
|
2838
2963
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2841,7 +2966,7 @@ h4[data-v-6da81be3] {
|
|
|
2841
2966
|
width: 260px;
|
|
2842
2967
|
height: 100%;
|
|
2843
2968
|
}
|
|
2844
|
-
.chat-embed__main[data-v-
|
|
2969
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2845
2970
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2846
2971
|
box-sizing: border-box;
|
|
2847
2972
|
overflow: hidden;
|
|
@@ -2852,7 +2977,7 @@ h4[data-v-6da81be3] {
|
|
|
2852
2977
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2853
2978
|
overflow: hidden; /* 防止内容溢出 */
|
|
2854
2979
|
}
|
|
2855
|
-
.chat-embed__main_content[data-v-
|
|
2980
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2856
2981
|
flex: 1;
|
|
2857
2982
|
box-sizing: border-box;
|
|
2858
2983
|
min-height: 0;
|
|
@@ -2860,21 +2985,21 @@ h4[data-v-6da81be3] {
|
|
|
2860
2985
|
/* overflow-y: auto;
|
|
2861
2986
|
margin-bottom: 12px; */
|
|
2862
2987
|
}
|
|
2863
|
-
.chat-embed__input_container[data-v-
|
|
2988
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2864
2989
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2865
2990
|
/* margin-bottom: 50px; 距离底部 */
|
|
2866
2991
|
}
|
|
2867
|
-
.header-icon[data-v-
|
|
2992
|
+
.header-icon[data-v-e9aa835d] {
|
|
2868
2993
|
cursor: pointer;
|
|
2869
2994
|
font-size: 20px;
|
|
2870
2995
|
}
|
|
2871
2996
|
|
|
2872
2997
|
/* 聊天默认推荐内容样式
|
|
2873
2998
|
*/
|
|
2874
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2999
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2875
3000
|
margin-top: 5px;
|
|
2876
3001
|
}
|
|
2877
|
-
.content-container[data-v-
|
|
3002
|
+
.content-container[data-v-e9aa835d] {
|
|
2878
3003
|
padding: 16px;
|
|
2879
3004
|
border-radius: 4px;
|
|
2880
3005
|
background: #ffffff;
|
|
@@ -2882,7 +3007,7 @@ h4[data-v-6da81be3] {
|
|
|
2882
3007
|
border-radius: 0px 30px 30px 30px;
|
|
2883
3008
|
/* opacity: 0.6; */
|
|
2884
3009
|
}
|
|
2885
|
-
.chat-content-font[data-v-
|
|
3010
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2886
3011
|
font-family: PingFang SC, PingFang SC;
|
|
2887
3012
|
font-weight: 500;
|
|
2888
3013
|
font-size: 16px;
|
|
@@ -2892,10 +3017,10 @@ h4[data-v-6da81be3] {
|
|
|
2892
3017
|
font-style: normal;
|
|
2893
3018
|
text-transform: none;
|
|
2894
3019
|
}
|
|
2895
|
-
[data-v-
|
|
3020
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2896
3021
|
border: none !important;
|
|
2897
3022
|
}
|
|
2898
|
-
.content-container-header[data-v-
|
|
3023
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2899
3024
|
font-size: 12px;
|
|
2900
3025
|
color: #909399;
|
|
2901
3026
|
}
|
|
@@ -2904,7 +3029,7 @@ h4[data-v-6da81be3] {
|
|
|
2904
3029
|
// 用户消息
|
|
2905
3030
|
*/
|
|
2906
3031
|
.content-borderless-container {
|
|
2907
|
-
&[data-v-
|
|
3032
|
+
&[data-v-e9aa835d] {
|
|
2908
3033
|
background: #e1ecfd;
|
|
2909
3034
|
border-radius: 20px 0px 20px 20px;
|
|
2910
3035
|
user-select: none;
|
|
@@ -2912,21 +3037,21 @@ h4[data-v-6da81be3] {
|
|
|
2912
3037
|
cursor: pointer;
|
|
2913
3038
|
transition: background-color 0.3s;
|
|
2914
3039
|
}
|
|
2915
|
-
&[data-v-
|
|
3040
|
+
&[data-v-e9aa835d]:hover {
|
|
2916
3041
|
background-color: #ebeef5;
|
|
2917
3042
|
}
|
|
2918
3043
|
}
|
|
2919
3044
|
.footer-container {
|
|
2920
|
-
[data-v-
|
|
3045
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2921
3046
|
margin-left: 8px;
|
|
2922
3047
|
}
|
|
2923
3048
|
}
|
|
2924
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
3049
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2925
3050
|
padding: 0;
|
|
2926
3051
|
}
|
|
2927
3052
|
|
|
2928
3053
|
/* 引用文件样式 */
|
|
2929
|
-
.doc-agg-item[data-v-
|
|
3054
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2930
3055
|
width: 100%;
|
|
2931
3056
|
padding: 10px;
|
|
2932
3057
|
margin-bottom: 5px;
|
|
@@ -2936,135 +3061,14 @@ h4[data-v-6da81be3] {
|
|
|
2936
3061
|
font-size: 12px;
|
|
2937
3062
|
color: var(--el-color-primary);
|
|
2938
3063
|
}
|
|
2939
|
-
.elx-xmarkdown-container[data-v-
|
|
3064
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2940
3065
|
padding: 0;
|
|
2941
|
-
}
|
|
2942
|
-
.flex-avatar[data-v-1e62eff8] {
|
|
2943
|
-
position: absolute;
|
|
2944
|
-
padding: 20px 36px;
|
|
2945
|
-
gap: 16px;
|
|
2946
|
-
display: flex;
|
|
2947
|
-
z-index: 1;
|
|
2948
|
-
}
|
|
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;
|
|
2958
|
-
}
|
|
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;
|
|
2976
|
-
margin-left: auto;
|
|
2977
|
-
}
|
|
2978
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2979
|
-
cursor: pointer;
|
|
2980
|
-
}
|
|
2981
|
-
.sidebar-menu[data-v-1e62eff8] {
|
|
2982
|
-
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2983
|
-
margin-bottom: 10px;
|
|
2984
|
-
}
|
|
2985
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2986
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2987
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2988
|
-
margin-bottom: 10px;
|
|
2989
|
-
}
|
|
2990
|
-
.new-session-button[data-v-1e62eff8] {
|
|
2991
|
-
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2992
|
-
margin-top: 10px;
|
|
2993
|
-
margin-bottom: 20px;
|
|
2994
|
-
}
|
|
2995
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2996
|
-
background-color: #ffffff;
|
|
2997
|
-
}
|
|
2998
|
-
.date-group[data-v-1e62eff8] {
|
|
2999
|
-
margin-top: 16px;
|
|
3000
|
-
}
|
|
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);
|
|
3007
|
-
}
|
|
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;
|
|
3017
|
-
}
|
|
3018
|
-
.active-item[data-v-1e62eff8] {
|
|
3019
|
-
background: #e2ebf5;
|
|
3020
|
-
color: var(--el-color-primary);
|
|
3021
|
-
}
|
|
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;
|
|
3030
|
-
}
|
|
3031
|
-
.history-subject[data-v-1e62eff8] {
|
|
3032
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
3033
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
3034
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3035
|
-
white-space: nowrap; /* 不换行 */
|
|
3036
|
-
}
|
|
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;
|
|
3051
|
-
}
|
|
3052
|
-
|
|
3053
|
-
.home-chart-iframe[data-v-73352a50] {
|
|
3054
|
-
width: 100%;
|
|
3055
|
-
height: 100%;
|
|
3056
|
-
border: none;
|
|
3057
|
-
opacity: 1;
|
|
3058
3066
|
}
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
vertical-align: -0.25em;
|
|
3064
|
-
fill: currentColor;
|
|
3065
|
-
overflow: initial;
|
|
3067
|
+
.super-icon[data-v-355d0c18] {
|
|
3068
|
+
width: 1em;
|
|
3069
|
+
height: 1em;
|
|
3070
|
+
font-size: 14px;
|
|
3066
3071
|
}
|
|
3067
|
-
|
|
3068
3072
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3069
3073
|
.mobile-item-action[data-v-13b41596] {
|
|
3070
3074
|
z-index: 2000;
|
|
@@ -3086,10 +3090,6 @@ h4[data-v-6da81be3] {
|
|
|
3086
3090
|
}
|
|
3087
3091
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3088
3092
|
margin-left: 5px;
|
|
3089
|
-
}.super-icon[data-v-355d0c18] {
|
|
3090
|
-
width: 1em;
|
|
3091
|
-
height: 1em;
|
|
3092
|
-
font-size: 14px;
|
|
3093
3093
|
}
|
|
3094
3094
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3095
3095
|
padding-bottom: 0px;
|