agilebuilder-ui 1.1.65-tmp28 → 1.1.65-tmp29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +14 -12
- package/dist/style.css +43 -43
- package/es/style.css +593 -593
- package/es/super-grid/src/apis.mjs +8 -6
- package/es/super-grid/src/custom-formatter.mjs +1 -1
- package/es/super-grid/src/dynamic-input.vue.mjs +5 -5
- package/es/super-grid/src/group-column.vue.mjs +5 -5
- package/es/super-grid/src/normal-column-content.vue.mjs +20 -20
- package/es/super-grid/src/normal-column.vue.mjs +21 -21
- package/es/super-grid/src/super-grid.vue.mjs +2 -2
- package/lib/style.css +595 -595
- package/lib/super-grid/src/apis.cjs +2 -0
- package/lib/super-grid/src/custom-formatter.cjs +1 -1
- package/lib/super-grid/src/dynamic-input.vue.cjs +2 -2
- package/lib/super-grid/src/group-column.vue.cjs +5 -5
- package/lib/super-grid/src/normal-column-content.vue.cjs +4 -4
- package/lib/super-grid/src/normal-column.vue.cjs +5 -5
- package/lib/super-grid/src/super-grid.vue.cjs +2 -2
- package/package.json +1 -1
package/lib/style.css
CHANGED
|
@@ -42,32 +42,6 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
-
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
-
position: relative;
|
|
47
|
-
height: 100%;
|
|
48
|
-
width: 100%;
|
|
49
|
-
}
|
|
50
|
-
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
-
position: fixed;
|
|
52
|
-
top: 0;
|
|
53
|
-
}
|
|
54
|
-
.drawer-bg[data-v-46185fa7] {
|
|
55
|
-
background: #000;
|
|
56
|
-
opacity: 0.3;
|
|
57
|
-
width: 100%;
|
|
58
|
-
top: 0;
|
|
59
|
-
height: 100%;
|
|
60
|
-
position: absolute;
|
|
61
|
-
z-index: 999;
|
|
62
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
63
|
-
display: inline-block;
|
|
64
|
-
font-size: 14px;
|
|
65
|
-
line-height: 50px;
|
|
66
|
-
margin-left: 10px;
|
|
67
|
-
}
|
|
68
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
69
|
-
color: #97a8be;
|
|
70
|
-
cursor: text;
|
|
71
45
|
}
|
|
72
46
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
73
47
|
width: 100%;
|
|
@@ -128,7 +102,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
102
|
.default-page-tip-item {
|
|
129
103
|
padding-top: 10px;
|
|
130
104
|
}
|
|
131
|
-
|
|
105
|
+
.app-wrapper[data-v-46185fa7] {
|
|
106
|
+
position: relative;
|
|
107
|
+
height: 100%;
|
|
108
|
+
width: 100%;
|
|
109
|
+
}
|
|
110
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
111
|
+
position: fixed;
|
|
112
|
+
top: 0;
|
|
113
|
+
}
|
|
114
|
+
.drawer-bg[data-v-46185fa7] {
|
|
115
|
+
background: #000;
|
|
116
|
+
opacity: 0.3;
|
|
117
|
+
width: 100%;
|
|
118
|
+
top: 0;
|
|
119
|
+
height: 100%;
|
|
120
|
+
position: absolute;
|
|
121
|
+
z-index: 999;
|
|
122
|
+
}
|
|
132
123
|
.svg-icon[data-v-67e4e504] {
|
|
133
124
|
width: 1.2em;
|
|
134
125
|
height: 1.2em;
|
|
@@ -136,44 +127,53 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
136
127
|
fill: currentColor;
|
|
137
128
|
overflow: initial;
|
|
138
129
|
}
|
|
139
|
-
.
|
|
130
|
+
.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
131
|
+
display: inline-block;
|
|
132
|
+
font-size: 14px;
|
|
133
|
+
line-height: 50px;
|
|
134
|
+
margin-left: 10px;
|
|
135
|
+
}
|
|
136
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
137
|
+
color: #97a8be;
|
|
138
|
+
cursor: text;
|
|
139
|
+
}.grid-area .elTable th[data-v-9d30dd5e] {
|
|
140
140
|
padding: 2px 0 !important;
|
|
141
141
|
}
|
|
142
|
-
.grid-area .elTable td[data-v-
|
|
142
|
+
.grid-area .elTable td[data-v-9d30dd5e] {
|
|
143
143
|
padding: 2px 0 !important;
|
|
144
144
|
}
|
|
145
|
-
.el-table[data-v-
|
|
145
|
+
.el-table[data-v-9d30dd5e] > .el-table__inner-wrapper {
|
|
146
146
|
height: 100% !important;
|
|
147
147
|
}
|
|
148
|
-
.flex-gap-15[data-v-
|
|
148
|
+
.flex-gap-15[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row {
|
|
149
149
|
display: flex;
|
|
150
150
|
gap: var(--layout-form-flex-gap, 15px);
|
|
151
151
|
align-items: center;
|
|
152
152
|
}
|
|
153
|
-
.flex-gap-15 .el-button[data-v-
|
|
153
|
+
.flex-gap-15 .el-button[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row .el-button {
|
|
154
154
|
margin: 0;
|
|
155
155
|
}
|
|
156
|
-
.flex-gap-15 .el-button + .el-button[data-v-
|
|
156
|
+
.flex-gap-15 .el-button + .el-button[data-v-9d30dd5e], .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] .el-button + .el-button, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row .el-button + .el-button {
|
|
157
157
|
margin: 0;
|
|
158
158
|
}
|
|
159
|
-
.super-grid-main-view[data-v-
|
|
159
|
+
.super-grid-main-view[data-v-9d30dd5e] {
|
|
160
160
|
display: flex;
|
|
161
161
|
flex-direction: column;
|
|
162
162
|
align-items: stretch;
|
|
163
163
|
max-width: 100%;
|
|
164
164
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
165
165
|
}
|
|
166
|
-
.super-grid-main-view[data-v-
|
|
166
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view {
|
|
167
167
|
width: 100%;
|
|
168
168
|
}
|
|
169
|
-
.super-grid-main-view[data-v-
|
|
169
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .grid-search-row {
|
|
170
170
|
flex-wrap: wrap;
|
|
171
171
|
width: 100%;
|
|
172
172
|
}
|
|
173
|
-
.super-grid-main-view[data-v-
|
|
173
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view [load-complete-query] {
|
|
174
174
|
flex-direction: column;
|
|
175
175
|
}
|
|
176
|
-
.super-grid-main-view[data-v-
|
|
176
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row {
|
|
177
177
|
flex-wrap: wrap;
|
|
178
178
|
margin: 0;
|
|
179
179
|
padding: 0;
|
|
@@ -181,28 +181,28 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
181
181
|
width: 100%;
|
|
182
182
|
align-items: self-start;
|
|
183
183
|
}
|
|
184
|
-
.super-grid-main-view[data-v-
|
|
184
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col {
|
|
185
185
|
padding: 0;
|
|
186
186
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
187
187
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
188
188
|
}
|
|
189
|
-
.super-grid-main-view[data-v-
|
|
189
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-6 {
|
|
190
190
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
191
191
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 3) / 4);
|
|
192
192
|
}
|
|
193
|
-
.super-grid-main-view[data-v-
|
|
193
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-8 {
|
|
194
194
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
195
195
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 2) / 3);
|
|
196
196
|
}
|
|
197
|
-
.super-grid-main-view[data-v-
|
|
197
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.el-col-12 {
|
|
198
198
|
flex: 1 1 calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
199
199
|
max-width: calc((100% - var(--layout-form-flex-gap, 15px) * 1) / 2);
|
|
200
200
|
}
|
|
201
|
-
.super-grid-main-view[data-v-
|
|
201
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item {
|
|
202
202
|
width: 100%;
|
|
203
203
|
align-items: center;
|
|
204
204
|
}
|
|
205
|
-
.super-grid-main-view[data-v-
|
|
205
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item .el-form-item__label {
|
|
206
206
|
display: block;
|
|
207
207
|
width: 82px;
|
|
208
208
|
height: auto;
|
|
@@ -213,43 +213,43 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
213
213
|
word-break: normal;
|
|
214
214
|
white-space: normal;
|
|
215
215
|
}
|
|
216
|
-
.super-grid-main-view[data-v-
|
|
216
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-select, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-input, .super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col .el-form-item > .el-form-item__content > .el-textarea {
|
|
217
217
|
width: calc(100% - 1px);
|
|
218
218
|
}
|
|
219
|
-
.super-grid-main-view[data-v-
|
|
219
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.search-btns-view:not(.no-show-open) {
|
|
220
220
|
margin-left: auto;
|
|
221
221
|
margin-top: auto;
|
|
222
222
|
max-width: none;
|
|
223
223
|
}
|
|
224
|
-
.super-grid-main-view[data-v-
|
|
224
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .el-row .el-col.search-btns-view.no-search-button-auto .search-button {
|
|
225
225
|
margin-left: var(--layout-form-flex-gap, 15px);
|
|
226
226
|
margin-top: 0;
|
|
227
227
|
margin-right: auto;
|
|
228
228
|
}
|
|
229
|
-
.super-grid-main-view[data-v-
|
|
229
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-search-view .search-button {
|
|
230
230
|
gap: var(--super-grid-main-btn-view-gap, 10px);
|
|
231
231
|
margin-left: auto;
|
|
232
232
|
margin-top: auto;
|
|
233
233
|
}
|
|
234
|
-
.super-grid-main-view[data-v-
|
|
234
|
+
.super-grid-main-view[data-v-9d30dd5e] .el-table .el-scrollbar__bar.is-horizontal {
|
|
235
235
|
height: 8px;
|
|
236
236
|
transition: top 0.2s ease, bottom 0.2s ease;
|
|
237
237
|
}
|
|
238
|
-
.super-grid-main-view[data-v-
|
|
238
|
+
.super-grid-main-view[data-v-9d30dd5e] .el-table .el-scrollbar__bar.is-vertical {
|
|
239
239
|
width: 8px;
|
|
240
240
|
}
|
|
241
|
-
.super-grid-main-view[data-v-
|
|
241
|
+
.super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar {
|
|
242
242
|
display: flex;
|
|
243
243
|
flex-direction: column-reverse;
|
|
244
244
|
}
|
|
245
|
-
.super-grid-main-view[data-v-
|
|
245
|
+
.super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__wrap {
|
|
246
246
|
flex: 1;
|
|
247
247
|
}
|
|
248
|
-
.super-grid-main-view[data-v-
|
|
248
|
+
.super-grid-main-view[data-v-9d30dd5e] .el-table .el-table__body-wrapper.scrollbar-on-top .el-scrollbar .el-scrollbar__bar.is-horizontal {
|
|
249
249
|
top: 0;
|
|
250
250
|
bottom: auto;
|
|
251
251
|
}
|
|
252
|
-
.super-grid-main-view[data-v-
|
|
252
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body {
|
|
253
253
|
width: 100%;
|
|
254
254
|
display: flex;
|
|
255
255
|
flex-wrap: wrap;
|
|
@@ -258,16 +258,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
258
258
|
flex: 1 1 auto;
|
|
259
259
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
260
260
|
}
|
|
261
|
-
.super-grid-main-view[data-v-
|
|
261
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-view {
|
|
262
262
|
flex-grow: 1;
|
|
263
263
|
flex-shrink: 1;
|
|
264
264
|
flex-basis: auto;
|
|
265
265
|
}
|
|
266
|
-
.super-grid-main-view[data-v-
|
|
266
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-card-view {
|
|
267
267
|
width: 100%;
|
|
268
268
|
max-width: 100%;
|
|
269
269
|
}
|
|
270
|
-
.super-grid-main-view[data-v-
|
|
270
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-footer-view {
|
|
271
271
|
position: relative;
|
|
272
272
|
display: flex;
|
|
273
273
|
justify-content: space-between;
|
|
@@ -276,17 +276,19 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
276
276
|
gap: var(--super-grid-main-view-gap, 10px);
|
|
277
277
|
width: 100%;
|
|
278
278
|
}
|
|
279
|
-
.super-grid-main-view[data-v-
|
|
279
|
+
.super-grid-main-view[data-v-9d30dd5e] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
280
280
|
flex-wrap: wrap;
|
|
281
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
282
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
283
|
+
display: flex;
|
|
284
|
+
background-color: #fff;
|
|
285
|
+
justify-content: center;
|
|
286
|
+
align-items: center;
|
|
287
|
+
cursor: pointer;
|
|
282
288
|
}
|
|
283
|
-
.
|
|
284
|
-
|
|
285
|
-
}
|
|
286
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
287
|
-
width: 90%;
|
|
288
|
-
}
|
|
289
|
-
.amd-hamburger-container-main[data-v-79c35667] {
|
|
289
|
+
.ValidCode span[data-v-aa77e3bd] {
|
|
290
|
+
display: inline-block;
|
|
291
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
290
292
|
padding: 0;
|
|
291
293
|
display: flex;
|
|
292
294
|
align-items: center;
|
|
@@ -299,20 +301,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
299
301
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
300
302
|
font-size: 18px;
|
|
301
303
|
cursor: pointer;
|
|
302
|
-
}.ValidCode[data-v-aa77e3bd] {
|
|
303
|
-
display: flex;
|
|
304
|
-
background-color: #fff;
|
|
305
|
-
justify-content: center;
|
|
306
|
-
align-items: center;
|
|
307
|
-
cursor: pointer;
|
|
308
|
-
}
|
|
309
|
-
.ValidCode span[data-v-aa77e3bd] {
|
|
310
|
-
display: inline-block;
|
|
311
304
|
}
|
|
312
|
-
.searchResult {
|
|
305
|
+
.searchResult[data-v-22410ec9] {
|
|
313
306
|
color: red;
|
|
314
307
|
}
|
|
315
|
-
.inline-input-custom {
|
|
308
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
316
309
|
width: 90%;
|
|
317
310
|
}
|
|
318
311
|
|
|
@@ -331,15 +324,98 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
331
324
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
332
325
|
}
|
|
333
326
|
|
|
334
|
-
.
|
|
335
|
-
|
|
327
|
+
.searchResult {
|
|
328
|
+
color: red;
|
|
329
|
+
}
|
|
330
|
+
.inline-input-custom {
|
|
331
|
+
width: 90%;
|
|
336
332
|
}
|
|
337
333
|
|
|
338
334
|
.select-top-span {
|
|
339
335
|
width: 100%;
|
|
340
336
|
}
|
|
337
|
+
|
|
338
|
+
.organization-input .el-input-group__append {
|
|
339
|
+
padding: 0 10px 0 0;
|
|
340
|
+
}
|
|
341
341
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
342
342
|
display: inline-block;
|
|
343
|
+
}
|
|
344
|
+
.fs-preview-container[data-v-7f109349] {
|
|
345
|
+
display: flex;
|
|
346
|
+
align-items: center;
|
|
347
|
+
gap: 5px;
|
|
348
|
+
justify-content: space-between;
|
|
349
|
+
}
|
|
350
|
+
.fs-preview-tool[data-v-7f109349] {
|
|
351
|
+
display: flex;
|
|
352
|
+
align-items: center;
|
|
353
|
+
flex-shrink: 0;
|
|
354
|
+
min-width: max-content;
|
|
355
|
+
margin-left: auto; /* 添加这行,将工具栏推到右侧 */
|
|
356
|
+
}
|
|
357
|
+
.fs-preview-container[data-v-7f109349] .amb-color-iconfont,
|
|
358
|
+
.more-file-icon[data-v-7f109349] .amb-color-iconfont {
|
|
359
|
+
width: 30px;
|
|
360
|
+
height: 30px;
|
|
361
|
+
}
|
|
362
|
+
.fs-preview-tool[data-v-7f109349] .amb-color-iconfont,
|
|
363
|
+
.file-actions[data-v-7f109349] .amb-color-iconfont {
|
|
364
|
+
font-size: 15px !important; /* 图标实际大小,按需改 */
|
|
365
|
+
display: inline-block;
|
|
366
|
+
width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
|
|
367
|
+
height: 1em !important;
|
|
368
|
+
line-height: 1em;
|
|
369
|
+
cursor: pointer;
|
|
370
|
+
}
|
|
371
|
+
.amb-list-preivew-name[data-v-7f109349] {
|
|
372
|
+
overflow: hidden;
|
|
373
|
+
text-overflow: ellipsis;
|
|
374
|
+
white-space: nowrap;
|
|
375
|
+
}
|
|
376
|
+
.el-link + .el-link[data-v-7f109349] {
|
|
377
|
+
margin-left: 5px;
|
|
378
|
+
}
|
|
379
|
+
.file-item[data-v-7f109349] {
|
|
380
|
+
display: flex;
|
|
381
|
+
align-items: center;
|
|
382
|
+
justify-content: space-between; /* 添加这行来分布空间 */
|
|
383
|
+
gap: 10px;
|
|
384
|
+
height: 40px;
|
|
385
|
+
padding: 10px;
|
|
386
|
+
border-radius: 8px;
|
|
387
|
+
transition: background-color 0.2s;
|
|
388
|
+
}
|
|
389
|
+
.file-item[data-v-7f109349]:hover {
|
|
390
|
+
color: var(--el-button-hover-text-color, #409eff);
|
|
391
|
+
border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
|
|
392
|
+
background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
|
|
393
|
+
outline: none;
|
|
394
|
+
}
|
|
395
|
+
.file-actions[data-v-7f109349] {
|
|
396
|
+
display: flex;
|
|
397
|
+
align-items: center;
|
|
398
|
+
gap: 5px;
|
|
399
|
+
flex-shrink: 0; /* 防止按钮被压缩 */
|
|
400
|
+
}
|
|
401
|
+
.super-icon + .super-icon[data-v-7f109349] {
|
|
402
|
+
margin-left: 5px;
|
|
403
|
+
}
|
|
404
|
+
.amb-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
405
|
+
margin-left: 5px;
|
|
406
|
+
}
|
|
407
|
+
.amb-color-iconfont + .amb-iconfont[data-v-7f109349] {
|
|
408
|
+
margin-left: 5px;
|
|
409
|
+
}
|
|
410
|
+
.amb-iconfont[data-v-7f109349] {
|
|
411
|
+
color: var(--el-color-primary);
|
|
412
|
+
}
|
|
413
|
+
.fs-preview-container[data-v-7f109349] .el-button > span {
|
|
414
|
+
font-size: 14px !important;
|
|
415
|
+
}
|
|
416
|
+
.fs-preview-container[data-v-7f109349] .el-button.is-round {
|
|
417
|
+
padding: 5px 11px;
|
|
418
|
+
height: var(--el-button-size);
|
|
343
419
|
}.nine-grid-area[data-v-80f6a26f] {
|
|
344
420
|
padding: 10px;
|
|
345
421
|
}
|
|
@@ -450,82 +526,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
450
526
|
font-size: 14px;
|
|
451
527
|
display: grid;
|
|
452
528
|
grid-template-columns: 20% 80%;
|
|
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;
|
|
@@ -601,11 +601,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
601
601
|
flex: 0 0 90%;
|
|
602
602
|
text-align: left;
|
|
603
603
|
}
|
|
604
|
-
.organization-tree .item-label .item-description {
|
|
605
|
-
font-size: 14px;
|
|
606
|
-
color: #9ea0a2;
|
|
607
|
-
margin-left: 8px;
|
|
608
|
-
}
|
|
609
604
|
.organization-tree .item-side {
|
|
610
605
|
flex: 0 0 10%;
|
|
611
606
|
text-align: right;
|
|
@@ -827,6 +822,8 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
827
822
|
width: 1em;
|
|
828
823
|
height: 1em;
|
|
829
824
|
font-size: 14px;
|
|
825
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
826
|
+
width: 50%;
|
|
830
827
|
}
|
|
831
828
|
.organization-tree,
|
|
832
829
|
.organization-tree .el-checkbox__label,
|
|
@@ -917,6 +914,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
917
914
|
flex: 0 0 90%;
|
|
918
915
|
text-align: left;
|
|
919
916
|
}
|
|
917
|
+
.organization-tree .item-label .item-description {
|
|
918
|
+
font-size: 14px;
|
|
919
|
+
color: #9ea0a2;
|
|
920
|
+
margin-left: 8px;
|
|
921
|
+
}
|
|
920
922
|
.organization-tree .item-side {
|
|
921
923
|
flex: 0 0 10%;
|
|
922
924
|
text-align: right;
|
|
@@ -943,9 +945,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
943
945
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
944
946
|
color: #409eff;
|
|
945
947
|
}
|
|
946
|
-
.
|
|
947
|
-
width: 50%;
|
|
948
|
-
}.errPage-container[data-v-6bef0241] {
|
|
948
|
+
.errPage-container[data-v-6bef0241] {
|
|
949
949
|
width: 800px;
|
|
950
950
|
max-width: 100%;
|
|
951
951
|
margin: 100px auto;
|
|
@@ -1007,17 +1007,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1007
1007
|
}iframe[data-v-20dccb82] {
|
|
1008
1008
|
width: 100%;
|
|
1009
1009
|
height: calc(100vh - 50px);
|
|
1010
|
-
}.
|
|
1011
|
-
padding: var(--app-main-padding, 15px);
|
|
1012
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1013
|
-
position: relative;
|
|
1014
|
-
overflow: hidden;
|
|
1015
|
-
}
|
|
1016
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1017
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1018
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1019
|
-
overflow: auto;
|
|
1020
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1010
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1021
1011
|
position: relative;
|
|
1022
1012
|
--el-menu-item-height: 45px;
|
|
1023
1013
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1059,6 +1049,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1059
1049
|
}
|
|
1060
1050
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1061
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
1062
|
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1063
1063
|
position: relative;
|
|
1064
1064
|
--el-menu-item-height: 45px;
|
|
@@ -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-5724ee41] {
|
|
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-5724ee41] {
|
|
1348
1348
|
font-size: 20px;
|
|
1349
1349
|
color: var(--el-color-primary);
|
|
1350
1350
|
cursor: pointer;
|
|
@@ -1411,9 +1411,13 @@ li[data-v-040fcf55] {
|
|
|
1411
1411
|
}
|
|
1412
1412
|
.inline-input-custom {
|
|
1413
1413
|
width: 98%;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.searchResult {
|
|
1417
|
+
color: red;
|
|
1414
1418
|
}
|
|
1415
|
-
.
|
|
1416
|
-
width:
|
|
1419
|
+
.inline-input-custom {
|
|
1420
|
+
width: 90%;
|
|
1417
1421
|
}
|
|
1418
1422
|
.el-autocomplete-suggestion.el-popper {
|
|
1419
1423
|
min-width: 300px;
|
|
@@ -1436,13 +1440,13 @@ li[data-v-040fcf55] {
|
|
|
1436
1440
|
}
|
|
1437
1441
|
|
|
1438
1442
|
.searchResult {
|
|
1439
|
-
|
|
1440
|
-
}
|
|
1441
|
-
.inline-select-custom {
|
|
1442
|
-
width: 100px;
|
|
1443
|
+
color: red;
|
|
1443
1444
|
}
|
|
1444
1445
|
.inline-input-custom {
|
|
1445
|
-
|
|
1446
|
+
width: 100% !important;
|
|
1447
|
+
}
|
|
1448
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1449
|
+
min-width: 300px;
|
|
1446
1450
|
}
|
|
1447
1451
|
|
|
1448
1452
|
.searchResult {
|
|
@@ -1453,6 +1457,12 @@ li[data-v-040fcf55] {
|
|
|
1453
1457
|
}
|
|
1454
1458
|
.inline-input-custom {
|
|
1455
1459
|
width: 98%;
|
|
1460
|
+
}
|
|
1461
|
+
.searchDepartmentUser {
|
|
1462
|
+
width: 250px;
|
|
1463
|
+
}
|
|
1464
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1465
|
+
min-width: 300px;
|
|
1456
1466
|
}
|
|
1457
1467
|
|
|
1458
1468
|
.searchResult {
|
|
@@ -1466,23 +1476,13 @@ li[data-v-040fcf55] {
|
|
|
1466
1476
|
}
|
|
1467
1477
|
|
|
1468
1478
|
.searchResult {
|
|
1469
|
-
|
|
1470
|
-
}
|
|
1471
|
-
.inline-input-custom {
|
|
1472
|
-
width: 90%;
|
|
1479
|
+
color: red;
|
|
1473
1480
|
}
|
|
1474
|
-
.
|
|
1475
|
-
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
.searchResult {
|
|
1479
|
-
color: red;
|
|
1481
|
+
.inline-select-custom {
|
|
1482
|
+
width: 100px;
|
|
1480
1483
|
}
|
|
1481
1484
|
.inline-input-custom {
|
|
1482
|
-
|
|
1483
|
-
}
|
|
1484
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1485
|
-
min-width: 300px;
|
|
1485
|
+
width: 98%;
|
|
1486
1486
|
}
|
|
1487
1487
|
|
|
1488
1488
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1613,7 +1613,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1613
1613
|
.default-page-tip-item {
|
|
1614
1614
|
padding-top: 10px;
|
|
1615
1615
|
}
|
|
1616
|
-
|
|
1616
|
+
[data-v-455b2ba2] .super-icon {
|
|
1617
|
+
width: 20px !important;
|
|
1618
|
+
height: 20px !important;
|
|
1619
|
+
}.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1617
1620
|
background-color: #eee;
|
|
1618
1621
|
width: 100%;
|
|
1619
1622
|
border: 1px solid #ccc;
|
|
@@ -1635,40 +1638,62 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1635
1638
|
}[data-v-990840ae] .super-icon {
|
|
1636
1639
|
width: 20px !important;
|
|
1637
1640
|
height: 20px !important;
|
|
1638
|
-
}[data-v-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
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] {
|
|
1642
1667
|
padding-right: 5px;
|
|
1643
1668
|
cursor: pointer;
|
|
1644
1669
|
color: #409eff;
|
|
1645
1670
|
}
|
|
1646
|
-
.m-requried[data-v-
|
|
1671
|
+
.m-requried[data-v-ee8f5d1d] {
|
|
1647
1672
|
float: left;
|
|
1648
1673
|
white-space: nowrap;
|
|
1649
1674
|
width: 96%;
|
|
1650
1675
|
}
|
|
1651
|
-
.m-requried[data-v-
|
|
1676
|
+
.m-requried[data-v-ee8f5d1d]::after {
|
|
1652
1677
|
content: "*";
|
|
1653
1678
|
color: #f56c6c;
|
|
1654
1679
|
}
|
|
1655
|
-
.column-text-main[data-v-
|
|
1680
|
+
.column-text-main[data-v-ee8f5d1d] {
|
|
1656
1681
|
display: flex;
|
|
1657
1682
|
align-items: center;
|
|
1658
1683
|
gap: 10px;
|
|
1659
1684
|
}
|
|
1660
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1685
|
+
.column-text-main .column-text-edit-main[data-v-ee8f5d1d] {
|
|
1661
1686
|
display: flex;
|
|
1662
1687
|
align-items: center;
|
|
1663
1688
|
gap: 10px;
|
|
1664
1689
|
}
|
|
1665
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-
|
|
1690
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-ee8f5d1d] {
|
|
1666
1691
|
display: block;
|
|
1667
1692
|
white-space: nowrap;
|
|
1668
1693
|
overflow: hidden;
|
|
1669
1694
|
text-overflow: ellipsis;
|
|
1670
1695
|
}
|
|
1671
|
-
.column-text-main .column-text-edit-main[data-v-
|
|
1696
|
+
.column-text-main .column-text-edit-main[data-v-ee8f5d1d]::after {
|
|
1672
1697
|
content: " ";
|
|
1673
1698
|
position: absolute;
|
|
1674
1699
|
left: 0;
|
|
@@ -1677,13 +1702,13 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1677
1702
|
bottom: 0;
|
|
1678
1703
|
cursor: pointer;
|
|
1679
1704
|
}
|
|
1680
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1705
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ee8f5d1d] {
|
|
1681
1706
|
text-align: left;
|
|
1682
1707
|
}
|
|
1683
|
-
.column-text-main .column-text-edit-main ~ span[data-v-
|
|
1708
|
+
.column-text-main .column-text-edit-main ~ span[data-v-ee8f5d1d]:empty {
|
|
1684
1709
|
display: none;
|
|
1685
1710
|
}
|
|
1686
|
-
.normal-column-content-view[data-v-
|
|
1711
|
+
.normal-column-content-view[data-v-ee8f5d1d] {
|
|
1687
1712
|
display: inline;
|
|
1688
1713
|
}
|
|
1689
1714
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
@@ -1697,32 +1722,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1697
1722
|
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1698
1723
|
width: 100%;
|
|
1699
1724
|
}
|
|
1700
|
-
.grid-search-form[data-v-
|
|
1701
|
-
margin-bottom: 0px;
|
|
1702
|
-
}
|
|
1703
|
-
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1704
|
-
overflow: hidden;
|
|
1705
|
-
text-overflow: ellipsis;
|
|
1706
|
-
white-space: nowrap;
|
|
1707
|
-
word-break: keep-all;
|
|
1708
|
-
}
|
|
1709
|
-
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1710
|
-
margin-bottom: 5px;
|
|
1711
|
-
text-align: center;
|
|
1712
|
-
}
|
|
1713
|
-
.grid-search-form[data-v-d462769a] .el-select {
|
|
1714
|
-
width: 100%;
|
|
1715
|
-
}
|
|
1716
|
-
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1717
|
-
width: 100%;
|
|
1718
|
-
}
|
|
1719
|
-
.grid-search-form[data-v-d462769a] .el-row {
|
|
1720
|
-
padding-right: 24px;
|
|
1721
|
-
}
|
|
1722
|
-
.grid-search-form[data-v-d462769a] .el-col {
|
|
1723
|
-
padding-left: 10px;
|
|
1724
|
-
padding-bottom: 16px;
|
|
1725
|
-
}.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1725
|
+
.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1726
1726
|
overflow: auto;
|
|
1727
1727
|
}
|
|
1728
1728
|
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
@@ -1796,6 +1796,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1796
1796
|
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1797
1797
|
font-weight: 600;
|
|
1798
1798
|
margin-left: 4px;
|
|
1799
|
+
}.el-button > span[data-v-5bb8bf7f] {
|
|
1800
|
+
font-size: 12px;
|
|
1801
|
+
}
|
|
1802
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1803
|
+
border: 1px solid #dcdfe6;
|
|
1804
|
+
padding: 4px 8px;
|
|
1805
|
+
background-clip: padding-box;
|
|
1806
|
+
overflow: hidden;
|
|
1807
|
+
display: inline-flex;
|
|
1808
|
+
align-items: center;
|
|
1809
|
+
}
|
|
1810
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1811
|
+
margin-right: 18px;
|
|
1812
|
+
max-width: 160px;
|
|
1813
|
+
overflow: hidden;
|
|
1814
|
+
text-overflow: ellipsis;
|
|
1815
|
+
white-space: nowrap;
|
|
1816
|
+
}
|
|
1817
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1818
|
+
font-weight: 600;
|
|
1819
|
+
margin-left: 4px;
|
|
1799
1820
|
}[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
1800
1821
|
user-select: text !important;
|
|
1801
1822
|
-webkit-user-select: text !important;
|
|
@@ -1986,43 +2007,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1986
2007
|
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
1987
2008
|
padding: 0;
|
|
1988
2009
|
}
|
|
1989
|
-
.el-button > span[data-v-5bb8bf7f] {
|
|
1990
|
-
font-size: 12px;
|
|
1991
|
-
}
|
|
1992
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1993
|
-
border: 1px solid #dcdfe6;
|
|
1994
|
-
padding: 4px 8px;
|
|
1995
|
-
background-clip: padding-box;
|
|
1996
|
-
overflow: hidden;
|
|
1997
|
-
display: inline-flex;
|
|
1998
|
-
align-items: center;
|
|
1999
|
-
}
|
|
2000
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2001
|
-
margin-right: 18px;
|
|
2002
|
-
max-width: 160px;
|
|
2003
|
-
overflow: hidden;
|
|
2004
|
-
text-overflow: ellipsis;
|
|
2005
|
-
white-space: nowrap;
|
|
2006
|
-
}
|
|
2007
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2008
|
-
font-weight: 600;
|
|
2009
|
-
margin-left: 4px;
|
|
2010
|
-
}
|
|
2011
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2012
|
-
display: flex;
|
|
2013
|
-
align-items: center;
|
|
2014
|
-
flex-shrink: 0;
|
|
2015
|
-
min-width: max-content;
|
|
2016
|
-
margin-left: auto;
|
|
2017
|
-
gap: 10px;
|
|
2018
|
-
}
|
|
2019
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2020
|
-
display: flex;
|
|
2021
|
-
align-items: center;
|
|
2022
|
-
justify-content: center;
|
|
2023
|
-
margin-top: 10px;
|
|
2024
|
-
gap: 10px;
|
|
2025
|
-
}
|
|
2026
2010
|
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2027
2011
|
position: relative;
|
|
2028
2012
|
--el-menu-item-height: 45px;
|
|
@@ -2059,12 +2043,48 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2059
2043
|
white-space: nowrap;
|
|
2060
2044
|
overflow: hidden;
|
|
2061
2045
|
text-overflow: ellipsis;
|
|
2062
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2063
|
-
margin-right: 5px;
|
|
2064
2046
|
}
|
|
2065
|
-
.
|
|
2066
|
-
|
|
2067
|
-
|
|
2047
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2048
|
+
display: flex;
|
|
2049
|
+
align-items: center;
|
|
2050
|
+
flex-shrink: 0;
|
|
2051
|
+
min-width: max-content;
|
|
2052
|
+
margin-left: auto;
|
|
2053
|
+
gap: 10px;
|
|
2054
|
+
}
|
|
2055
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2056
|
+
display: flex;
|
|
2057
|
+
align-items: center;
|
|
2058
|
+
justify-content: center;
|
|
2059
|
+
margin-top: 10px;
|
|
2060
|
+
gap: 10px;
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
.footer-wrapper {
|
|
2064
|
+
&[data-v-ffbde6f9] {
|
|
2065
|
+
display: flex;
|
|
2066
|
+
align-items: center;
|
|
2067
|
+
justify-content: space-between;
|
|
2068
|
+
gap: 10px;
|
|
2069
|
+
width: 100%;
|
|
2070
|
+
}
|
|
2071
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2072
|
+
font-size: 10px;
|
|
2073
|
+
color: #999;
|
|
2074
|
+
margin-top: 3px;
|
|
2075
|
+
flex-shrink: 0;
|
|
2076
|
+
}
|
|
2077
|
+
}
|
|
2078
|
+
.footer-container {
|
|
2079
|
+
&[data-v-ffbde6f9] {
|
|
2080
|
+
display: flex;
|
|
2081
|
+
gap: 8px;
|
|
2082
|
+
}
|
|
2083
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2084
|
+
margin-left: 0;
|
|
2085
|
+
}
|
|
2086
|
+
}
|
|
2087
|
+
[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
|
|
2068
2088
|
user-select: text !important;
|
|
2069
2089
|
-webkit-user-select: text !important;
|
|
2070
2090
|
-moz-user-select: text !important;
|
|
@@ -2254,57 +2274,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2254
2274
|
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2255
2275
|
padding: 0;
|
|
2256
2276
|
}
|
|
2257
|
-
|
|
2258
|
-
.footer-wrapper {
|
|
2259
|
-
&[data-v-ffbde6f9] {
|
|
2260
|
-
display: flex;
|
|
2261
|
-
align-items: center;
|
|
2262
|
-
justify-content: space-between;
|
|
2263
|
-
gap: 10px;
|
|
2264
|
-
width: 100%;
|
|
2265
|
-
}
|
|
2266
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2267
|
-
font-size: 10px;
|
|
2268
|
-
color: #999;
|
|
2269
|
-
margin-top: 3px;
|
|
2270
|
-
flex-shrink: 0;
|
|
2271
|
-
}
|
|
2272
|
-
}
|
|
2273
|
-
.footer-container {
|
|
2274
|
-
&[data-v-ffbde6f9] {
|
|
2275
|
-
display: flex;
|
|
2276
|
-
gap: 8px;
|
|
2277
|
-
}
|
|
2278
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2279
|
-
margin-left: 0;
|
|
2280
|
-
}
|
|
2281
|
-
}
|
|
2282
|
-
|
|
2283
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2284
|
-
width: 100%;
|
|
2285
|
-
height: 100%;
|
|
2286
|
-
border: none;
|
|
2287
|
-
opacity: 1;
|
|
2288
|
-
}
|
|
2289
|
-
[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2277
|
+
[data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
|
|
2290
2278
|
user-select: text !important;
|
|
2291
2279
|
-webkit-user-select: text !important;
|
|
2292
2280
|
-moz-user-select: text !important;
|
|
2293
2281
|
-ms-user-select: text !important;
|
|
2294
2282
|
}
|
|
2295
|
-
.slide-up-enter-active[data-v-
|
|
2296
|
-
.slide-up-leave-active[data-v-
|
|
2283
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
2284
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
2297
2285
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2298
2286
|
}
|
|
2299
|
-
.slide-up-enter-from[data-v-
|
|
2300
|
-
.slide-up-leave-to[data-v-
|
|
2287
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
2288
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
2301
2289
|
transform: translateY(100%);
|
|
2302
2290
|
}
|
|
2303
2291
|
|
|
2304
2292
|
/**
|
|
2305
2293
|
* 聊天窗口的样式设置
|
|
2306
2294
|
*/
|
|
2307
|
-
.chat-container[data-v-
|
|
2295
|
+
.chat-container[data-v-6da81be3] {
|
|
2308
2296
|
--header-height: 56px;
|
|
2309
2297
|
--chat-padding: 12px;
|
|
2310
2298
|
--bubble-content-max-width: 0px;
|
|
@@ -2316,25 +2304,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2316
2304
|
flex-direction: row; /* 横向排列 */
|
|
2317
2305
|
height: 100%; /* 父容器高度 */
|
|
2318
2306
|
}
|
|
2319
|
-
.small-window[data-v-
|
|
2307
|
+
.small-window[data-v-6da81be3] {
|
|
2320
2308
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2321
2309
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2322
2310
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2323
2311
|
border-radius: 8px;
|
|
2324
2312
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2325
2313
|
}
|
|
2326
|
-
.full-screen[data-v-
|
|
2314
|
+
.full-screen[data-v-6da81be3] {
|
|
2327
2315
|
right: 0;
|
|
2328
2316
|
bottom: 0;
|
|
2329
2317
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2330
2318
|
}
|
|
2331
|
-
.chat-container[data-v-
|
|
2319
|
+
.chat-container[data-v-6da81be3] > * {
|
|
2332
2320
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2333
2321
|
}
|
|
2334
2322
|
|
|
2335
2323
|
/* 聊天窗口的头部样式设置
|
|
2336
2324
|
*/
|
|
2337
|
-
.chat-embed__header_container[data-v-
|
|
2325
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
2338
2326
|
/* border-bottom: 1px solid #ddd; */
|
|
2339
2327
|
display: flex;
|
|
2340
2328
|
align-items: center;
|
|
@@ -2344,7 +2332,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2344
2332
|
overflow: hidden;
|
|
2345
2333
|
position: relative;
|
|
2346
2334
|
}
|
|
2347
|
-
.session-subject[data-v-
|
|
2335
|
+
.session-subject[data-v-6da81be3] {
|
|
2348
2336
|
display: block;
|
|
2349
2337
|
margin: 0 auto;
|
|
2350
2338
|
text-align: center;
|
|
@@ -2359,17 +2347,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2359
2347
|
|
|
2360
2348
|
/* 聊天窗口的头部图标样式设置
|
|
2361
2349
|
*/
|
|
2362
|
-
.chat-embed__header_avatar[data-v-
|
|
2350
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
2363
2351
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2364
2352
|
margin-right: var(--chat-padding);
|
|
2365
2353
|
}
|
|
2366
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2354
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
2367
2355
|
right: 20px;
|
|
2368
2356
|
position: absolute;
|
|
2369
2357
|
gap: 28px;
|
|
2370
2358
|
display: flex;
|
|
2371
2359
|
}
|
|
2372
|
-
.chat-embed__sidebar[data-v-
|
|
2360
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
2373
2361
|
background: #f6f7fa;
|
|
2374
2362
|
display: flex;
|
|
2375
2363
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2378,7 +2366,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2378
2366
|
width: 260px;
|
|
2379
2367
|
height: 100%;
|
|
2380
2368
|
}
|
|
2381
|
-
.chat-embed__main[data-v-
|
|
2369
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
2382
2370
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2383
2371
|
box-sizing: border-box;
|
|
2384
2372
|
overflow: hidden;
|
|
@@ -2389,7 +2377,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2389
2377
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2390
2378
|
overflow: hidden; /* 防止内容溢出 */
|
|
2391
2379
|
}
|
|
2392
|
-
.chat-embed__main_content[data-v-
|
|
2380
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
2393
2381
|
flex: 1;
|
|
2394
2382
|
box-sizing: border-box;
|
|
2395
2383
|
min-height: 0;
|
|
@@ -2397,21 +2385,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2397
2385
|
/* overflow-y: auto;
|
|
2398
2386
|
margin-bottom: 12px; */
|
|
2399
2387
|
}
|
|
2400
|
-
.chat-embed__input_container[data-v-
|
|
2388
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
2401
2389
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2402
2390
|
/* margin-bottom: 50px; 距离底部 */
|
|
2403
2391
|
}
|
|
2404
|
-
.header-icon[data-v-
|
|
2392
|
+
.header-icon[data-v-6da81be3] {
|
|
2405
2393
|
cursor: pointer;
|
|
2406
2394
|
font-size: 20px;
|
|
2407
2395
|
}
|
|
2408
2396
|
|
|
2409
2397
|
/* 聊天默认推荐内容样式
|
|
2410
2398
|
*/
|
|
2411
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2399
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
2412
2400
|
margin-top: 5px;
|
|
2413
2401
|
}
|
|
2414
|
-
.content-container[data-v-
|
|
2402
|
+
.content-container[data-v-6da81be3] {
|
|
2415
2403
|
padding: 16px;
|
|
2416
2404
|
border-radius: 4px;
|
|
2417
2405
|
background: #ffffff;
|
|
@@ -2419,7 +2407,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2419
2407
|
border-radius: 0px 30px 30px 30px;
|
|
2420
2408
|
/* opacity: 0.6; */
|
|
2421
2409
|
}
|
|
2422
|
-
.chat-content-font[data-v-
|
|
2410
|
+
.chat-content-font[data-v-6da81be3] {
|
|
2423
2411
|
font-family: PingFang SC, PingFang SC;
|
|
2424
2412
|
font-weight: 500;
|
|
2425
2413
|
font-size: 16px;
|
|
@@ -2429,10 +2417,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2429
2417
|
font-style: normal;
|
|
2430
2418
|
text-transform: none;
|
|
2431
2419
|
}
|
|
2432
|
-
[data-v-
|
|
2420
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2433
2421
|
border: none !important;
|
|
2434
2422
|
}
|
|
2435
|
-
.content-container-header[data-v-
|
|
2423
|
+
.content-container-header[data-v-6da81be3] {
|
|
2436
2424
|
font-size: 12px;
|
|
2437
2425
|
color: #909399;
|
|
2438
2426
|
}
|
|
@@ -2441,7 +2429,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2441
2429
|
// 用户消息
|
|
2442
2430
|
*/
|
|
2443
2431
|
.content-borderless-container {
|
|
2444
|
-
&[data-v-
|
|
2432
|
+
&[data-v-6da81be3] {
|
|
2445
2433
|
background: #e1ecfd;
|
|
2446
2434
|
border-radius: 20px 0px 20px 20px;
|
|
2447
2435
|
user-select: none;
|
|
@@ -2449,21 +2437,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2449
2437
|
cursor: pointer;
|
|
2450
2438
|
transition: background-color 0.3s;
|
|
2451
2439
|
}
|
|
2452
|
-
&[data-v-
|
|
2440
|
+
&[data-v-6da81be3]:hover {
|
|
2453
2441
|
background-color: #ebeef5;
|
|
2454
2442
|
}
|
|
2455
2443
|
}
|
|
2456
2444
|
.footer-container {
|
|
2457
|
-
[data-v-
|
|
2445
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
2458
2446
|
margin-left: 8px;
|
|
2459
2447
|
}
|
|
2460
2448
|
}
|
|
2461
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2449
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
2462
2450
|
padding: 0;
|
|
2463
2451
|
}
|
|
2464
2452
|
|
|
2465
2453
|
/* 引用文件样式 */
|
|
2466
|
-
.doc-agg-item[data-v-
|
|
2454
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
2467
2455
|
width: 100%;
|
|
2468
2456
|
padding: 10px;
|
|
2469
2457
|
margin-bottom: 5px;
|
|
@@ -2473,35 +2461,111 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2473
2461
|
font-size: 12px;
|
|
2474
2462
|
color: var(--el-color-primary);
|
|
2475
2463
|
}
|
|
2476
|
-
.elx-xmarkdown-container[data-v-
|
|
2464
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2477
2465
|
padding: 0;
|
|
2478
|
-
}
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2466
|
+
}
|
|
2467
|
+
h4[data-v-6da81be3] {
|
|
2468
|
+
font-size: 16px;
|
|
2469
|
+
margin-top: 0px;
|
|
2470
|
+
margin-bottom: 0px;
|
|
2471
|
+
}
|
|
2472
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
2473
|
+
margin: 5px 0;
|
|
2474
|
+
}
|
|
2475
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2476
|
+
display: flex;
|
|
2477
|
+
align-items: center;
|
|
2478
|
+
flex-shrink: 0;
|
|
2479
|
+
min-width: max-content;
|
|
2480
|
+
margin-left: auto;
|
|
2481
|
+
gap: 10px;
|
|
2482
|
+
}
|
|
2483
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
2484
|
+
display: inline-block;
|
|
2485
|
+
width: 12px;
|
|
2486
|
+
height: 12px;
|
|
2487
|
+
background-repeat: no-repeat;
|
|
2488
|
+
background-position: center;
|
|
2489
|
+
background-size: 100%;
|
|
2490
|
+
cursor: pointer;
|
|
2491
|
+
}
|
|
2492
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
2493
|
+
margin-left: 5px;
|
|
2494
|
+
}
|
|
2495
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
2496
|
+
display: flex;
|
|
2497
|
+
flex-direction: column;
|
|
2498
|
+
padding: 16px;
|
|
2499
|
+
}
|
|
2500
|
+
[data-v-6da81be3] .el-sender-header {
|
|
2501
|
+
border-bottom-color: #ffffff !important;
|
|
2502
|
+
}
|
|
2503
|
+
[data-v-6da81be3] .el-sender {
|
|
2504
|
+
background: #ffffff !important;
|
|
2505
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
2506
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
2507
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
2508
|
+
font-weight: 400;
|
|
2509
|
+
font-size: 16px;
|
|
2510
|
+
color: #bbbbbb;
|
|
2511
|
+
text-align: left;
|
|
2512
|
+
font-style: normal;
|
|
2513
|
+
text-transform: none;
|
|
2514
|
+
}
|
|
2515
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
2516
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
2517
|
+
font-weight: 400 !important;
|
|
2518
|
+
font-size: 16px !important;
|
|
2519
|
+
line-height: 21px !important;
|
|
2520
|
+
font-style: normal !important;
|
|
2521
|
+
text-transform: none !important;
|
|
2522
|
+
}
|
|
2523
|
+
[data-v-6da81be3] .el-sender-content {
|
|
2524
|
+
padding: 16px !important;
|
|
2525
|
+
}
|
|
2526
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
2527
|
+
border-radius: 100px 100px 100px 100px;
|
|
2528
|
+
border: 1px solid #dcdfe6;
|
|
2529
|
+
}
|
|
2530
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
2531
|
+
padding: 12px;
|
|
2532
|
+
font-family: PingFang SC, PingFang SC;
|
|
2533
|
+
font-weight: 400;
|
|
2534
|
+
font-size: 14px;
|
|
2535
|
+
color: #808080;
|
|
2536
|
+
line-height: 21px;
|
|
2537
|
+
font-style: normal;
|
|
2538
|
+
text-align: center;
|
|
2539
|
+
}
|
|
2540
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
2541
|
+
border-radius: 50% !important;
|
|
2542
|
+
padding: 8px;
|
|
2543
|
+
width: 32px;
|
|
2544
|
+
}
|
|
2545
|
+
.send-icon[data-v-6da81be3] {
|
|
2546
|
+
cursor: pointer;
|
|
2547
|
+
}
|
|
2548
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
2549
|
+
margin: 0 0;
|
|
2550
|
+
}[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2487
2551
|
user-select: text !important;
|
|
2488
2552
|
-webkit-user-select: text !important;
|
|
2489
2553
|
-moz-user-select: text !important;
|
|
2490
2554
|
-ms-user-select: text !important;
|
|
2491
2555
|
}
|
|
2492
|
-
.slide-up-enter-active[data-v-
|
|
2493
|
-
.slide-up-leave-active[data-v-
|
|
2556
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2557
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2494
2558
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2495
2559
|
}
|
|
2496
|
-
.slide-up-enter-from[data-v-
|
|
2497
|
-
.slide-up-leave-to[data-v-
|
|
2560
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2561
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2498
2562
|
transform: translateY(100%);
|
|
2499
2563
|
}
|
|
2500
2564
|
|
|
2501
2565
|
/**
|
|
2502
2566
|
* 聊天窗口的样式设置
|
|
2503
2567
|
*/
|
|
2504
|
-
.chat-container[data-v-
|
|
2568
|
+
.chat-container[data-v-45fbaf17] {
|
|
2505
2569
|
--header-height: 56px;
|
|
2506
2570
|
--chat-padding: 12px;
|
|
2507
2571
|
--bubble-content-max-width: 0px;
|
|
@@ -2513,25 +2577,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2513
2577
|
flex-direction: row; /* 横向排列 */
|
|
2514
2578
|
height: 100%; /* 父容器高度 */
|
|
2515
2579
|
}
|
|
2516
|
-
.small-window[data-v-
|
|
2580
|
+
.small-window[data-v-45fbaf17] {
|
|
2517
2581
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2518
2582
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2519
2583
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2520
2584
|
border-radius: 8px;
|
|
2521
2585
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2522
2586
|
}
|
|
2523
|
-
.full-screen[data-v-
|
|
2587
|
+
.full-screen[data-v-45fbaf17] {
|
|
2524
2588
|
right: 0;
|
|
2525
2589
|
bottom: 0;
|
|
2526
2590
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2527
2591
|
}
|
|
2528
|
-
.chat-container[data-v-
|
|
2592
|
+
.chat-container[data-v-45fbaf17] > * {
|
|
2529
2593
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2530
2594
|
}
|
|
2531
2595
|
|
|
2532
2596
|
/* 聊天窗口的头部样式设置
|
|
2533
2597
|
*/
|
|
2534
|
-
.chat-embed__header_container[data-v-
|
|
2598
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2535
2599
|
/* border-bottom: 1px solid #ddd; */
|
|
2536
2600
|
display: flex;
|
|
2537
2601
|
align-items: center;
|
|
@@ -2541,7 +2605,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2541
2605
|
overflow: hidden;
|
|
2542
2606
|
position: relative;
|
|
2543
2607
|
}
|
|
2544
|
-
.session-subject[data-v-
|
|
2608
|
+
.session-subject[data-v-45fbaf17] {
|
|
2545
2609
|
display: block;
|
|
2546
2610
|
margin: 0 auto;
|
|
2547
2611
|
text-align: center;
|
|
@@ -2556,17 +2620,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2556
2620
|
|
|
2557
2621
|
/* 聊天窗口的头部图标样式设置
|
|
2558
2622
|
*/
|
|
2559
|
-
.chat-embed__header_avatar[data-v-
|
|
2623
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2560
2624
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2561
2625
|
margin-right: var(--chat-padding);
|
|
2562
2626
|
}
|
|
2563
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2627
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2564
2628
|
right: 20px;
|
|
2565
2629
|
position: absolute;
|
|
2566
2630
|
gap: 28px;
|
|
2567
2631
|
display: flex;
|
|
2568
2632
|
}
|
|
2569
|
-
.chat-embed__sidebar[data-v-
|
|
2633
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2570
2634
|
background: #f6f7fa;
|
|
2571
2635
|
display: flex;
|
|
2572
2636
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2575,7 +2639,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2575
2639
|
width: 260px;
|
|
2576
2640
|
height: 100%;
|
|
2577
2641
|
}
|
|
2578
|
-
.chat-embed__main[data-v-
|
|
2642
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2579
2643
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2580
2644
|
box-sizing: border-box;
|
|
2581
2645
|
overflow: hidden;
|
|
@@ -2586,7 +2650,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2586
2650
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2587
2651
|
overflow: hidden; /* 防止内容溢出 */
|
|
2588
2652
|
}
|
|
2589
|
-
.chat-embed__main_content[data-v-
|
|
2653
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2590
2654
|
flex: 1;
|
|
2591
2655
|
box-sizing: border-box;
|
|
2592
2656
|
min-height: 0;
|
|
@@ -2594,21 +2658,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2594
2658
|
/* overflow-y: auto;
|
|
2595
2659
|
margin-bottom: 12px; */
|
|
2596
2660
|
}
|
|
2597
|
-
.chat-embed__input_container[data-v-
|
|
2661
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2598
2662
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2599
2663
|
/* margin-bottom: 50px; 距离底部 */
|
|
2600
2664
|
}
|
|
2601
|
-
.header-icon[data-v-
|
|
2665
|
+
.header-icon[data-v-45fbaf17] {
|
|
2602
2666
|
cursor: pointer;
|
|
2603
2667
|
font-size: 20px;
|
|
2604
2668
|
}
|
|
2605
2669
|
|
|
2606
2670
|
/* 聊天默认推荐内容样式
|
|
2607
2671
|
*/
|
|
2608
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2672
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2609
2673
|
margin-top: 5px;
|
|
2610
2674
|
}
|
|
2611
|
-
.content-container[data-v-
|
|
2675
|
+
.content-container[data-v-45fbaf17] {
|
|
2612
2676
|
padding: 16px;
|
|
2613
2677
|
border-radius: 4px;
|
|
2614
2678
|
background: #ffffff;
|
|
@@ -2616,7 +2680,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2616
2680
|
border-radius: 0px 30px 30px 30px;
|
|
2617
2681
|
/* opacity: 0.6; */
|
|
2618
2682
|
}
|
|
2619
|
-
.chat-content-font[data-v-
|
|
2683
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2620
2684
|
font-family: PingFang SC, PingFang SC;
|
|
2621
2685
|
font-weight: 500;
|
|
2622
2686
|
font-size: 16px;
|
|
@@ -2626,10 +2690,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2626
2690
|
font-style: normal;
|
|
2627
2691
|
text-transform: none;
|
|
2628
2692
|
}
|
|
2629
|
-
[data-v-
|
|
2693
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2630
2694
|
border: none !important;
|
|
2631
2695
|
}
|
|
2632
|
-
.content-container-header[data-v-
|
|
2696
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2633
2697
|
font-size: 12px;
|
|
2634
2698
|
color: #909399;
|
|
2635
2699
|
}
|
|
@@ -2638,7 +2702,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2638
2702
|
// 用户消息
|
|
2639
2703
|
*/
|
|
2640
2704
|
.content-borderless-container {
|
|
2641
|
-
&[data-v-
|
|
2705
|
+
&[data-v-45fbaf17] {
|
|
2642
2706
|
background: #e1ecfd;
|
|
2643
2707
|
border-radius: 20px 0px 20px 20px;
|
|
2644
2708
|
user-select: none;
|
|
@@ -2646,21 +2710,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2646
2710
|
cursor: pointer;
|
|
2647
2711
|
transition: background-color 0.3s;
|
|
2648
2712
|
}
|
|
2649
|
-
&[data-v-
|
|
2713
|
+
&[data-v-45fbaf17]:hover {
|
|
2650
2714
|
background-color: #ebeef5;
|
|
2651
2715
|
}
|
|
2652
2716
|
}
|
|
2653
2717
|
.footer-container {
|
|
2654
|
-
[data-v-
|
|
2718
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2655
2719
|
margin-left: 8px;
|
|
2656
2720
|
}
|
|
2657
2721
|
}
|
|
2658
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2722
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2659
2723
|
padding: 0;
|
|
2660
2724
|
}
|
|
2661
2725
|
|
|
2662
2726
|
/* 引用文件样式 */
|
|
2663
|
-
.doc-agg-item[data-v-
|
|
2727
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2664
2728
|
width: 100%;
|
|
2665
2729
|
padding: 10px;
|
|
2666
2730
|
margin-bottom: 5px;
|
|
@@ -2670,129 +2734,40 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2670
2734
|
font-size: 12px;
|
|
2671
2735
|
color: var(--el-color-primary);
|
|
2672
2736
|
}
|
|
2673
|
-
.elx-xmarkdown-container[data-v-
|
|
2737
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2674
2738
|
padding: 0;
|
|
2739
|
+
}
|
|
2740
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2741
|
+
margin-right: 5px;
|
|
2675
2742
|
}
|
|
2676
|
-
.
|
|
2677
|
-
|
|
2678
|
-
padding: 20px 36px;
|
|
2679
|
-
gap: 16px;
|
|
2680
|
-
display: flex;
|
|
2681
|
-
z-index: 1;
|
|
2682
|
-
}
|
|
2683
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2684
|
-
display: flex;
|
|
2685
|
-
height: 40px;
|
|
2686
|
-
padding: 10px 14px;
|
|
2687
|
-
gap: 14px;
|
|
2688
|
-
border-radius: 100px 100px 100px 100px;
|
|
2689
|
-
border: 1px solid #e5e5e5;
|
|
2690
|
-
width: 82px;
|
|
2691
|
-
font-size: 20px;
|
|
2692
|
-
}
|
|
2693
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2694
|
-
display: flex; /* 设置为水平排列 */
|
|
2695
|
-
align-items: center; /* 垂直居中 */
|
|
2696
|
-
margin-bottom: 22px;
|
|
2697
|
-
font-size: 20px;
|
|
2698
|
-
}
|
|
2699
|
-
.sidebar-header > span[data-v-1e62eff8] {
|
|
2700
|
-
font-family: PingFang SC, PingFang SC;
|
|
2701
|
-
font-weight: 600;
|
|
2702
|
-
font-size: 16px;
|
|
2703
|
-
color: #181818;
|
|
2704
|
-
text-align: left;
|
|
2705
|
-
font-style: normal;
|
|
2706
|
-
text-transform: none;
|
|
2707
|
-
}
|
|
2708
|
-
.right-icon[data-v-1e62eff8] {
|
|
2709
|
-
cursor: pointer;
|
|
2710
|
-
margin-left: auto;
|
|
2711
|
-
}
|
|
2712
|
-
.shousuo-icon[data-v-1e62eff8] {
|
|
2713
|
-
cursor: pointer;
|
|
2743
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2744
|
+
margin-left: 5px;
|
|
2714
2745
|
}
|
|
2715
|
-
.
|
|
2716
|
-
|
|
2717
|
-
|
|
2746
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2747
|
+
width: 100%;
|
|
2748
|
+
height: 100%;
|
|
2749
|
+
border: none;
|
|
2750
|
+
opacity: 1;
|
|
2751
|
+
}
|
|
2752
|
+
[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2753
|
+
user-select: text !important;
|
|
2754
|
+
-webkit-user-select: text !important;
|
|
2755
|
+
-moz-user-select: text !important;
|
|
2756
|
+
-ms-user-select: text !important;
|
|
2718
2757
|
}
|
|
2719
|
-
.
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
margin-bottom: 10px;
|
|
2758
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2759
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2760
|
+
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2723
2761
|
}
|
|
2724
|
-
.
|
|
2725
|
-
|
|
2726
|
-
margin-top: 10px;
|
|
2727
|
-
margin-bottom: 20px;
|
|
2728
|
-
}
|
|
2729
|
-
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2730
|
-
background-color: #ffffff;
|
|
2731
|
-
}
|
|
2732
|
-
.date-group[data-v-1e62eff8] {
|
|
2733
|
-
margin-top: 16px;
|
|
2734
|
-
}
|
|
2735
|
-
.date-group-item[data-v-1e62eff8] {
|
|
2736
|
-
color: #81858c;
|
|
2737
|
-
font-size: 12px;
|
|
2738
|
-
user-select: none;
|
|
2739
|
-
margin-bottom: 2px;
|
|
2740
|
-
padding-left: calc(var(--chat-padding) * 2);
|
|
2741
|
-
}
|
|
2742
|
-
.menu-item[data-v-1e62eff8] {
|
|
2743
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2744
|
-
font-size: 16px;
|
|
2745
|
-
line-height: 50px;
|
|
2746
|
-
cursor: pointer;
|
|
2747
|
-
gap: 8px;
|
|
2748
|
-
border-radius: 8px;
|
|
2749
|
-
display: flex;
|
|
2750
|
-
align-items: center;
|
|
2751
|
-
}
|
|
2752
|
-
.active-item[data-v-1e62eff8] {
|
|
2753
|
-
background: #e2ebf5;
|
|
2754
|
-
color: var(--el-color-primary);
|
|
2755
|
-
}
|
|
2756
|
-
.history-item[data-v-1e62eff8] {
|
|
2757
|
-
padding: 0px calc(var(--chat-padding) * 2);
|
|
2758
|
-
cursor: pointer;
|
|
2759
|
-
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2760
|
-
align-items: center; /* 垂直居中 */
|
|
2761
|
-
line-height: 40px;
|
|
2762
|
-
gap: 8px;
|
|
2763
|
-
border-radius: 8px;
|
|
2764
|
-
}
|
|
2765
|
-
.history-subject[data-v-1e62eff8] {
|
|
2766
|
-
flex-grow: 1; /* 占据剩余空间 */
|
|
2767
|
-
overflow: hidden; /* 超出部分隐藏 */
|
|
2768
|
-
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2769
|
-
white-space: nowrap; /* 不换行 */
|
|
2770
|
-
}
|
|
2771
|
-
.dropdown-right[data-v-1e62eff8] {
|
|
2772
|
-
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2773
|
-
}
|
|
2774
|
-
.history-item[data-v-1e62eff8]:hover {
|
|
2775
|
-
background-color: #f5f5f5;
|
|
2776
|
-
}
|
|
2777
|
-
[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 {
|
|
2778
|
-
user-select: text !important;
|
|
2779
|
-
-webkit-user-select: text !important;
|
|
2780
|
-
-moz-user-select: text !important;
|
|
2781
|
-
-ms-user-select: text !important;
|
|
2782
|
-
}
|
|
2783
|
-
.slide-up-enter-active[data-v-6da81be3],
|
|
2784
|
-
.slide-up-leave-active[data-v-6da81be3] {
|
|
2785
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2786
|
-
}
|
|
2787
|
-
.slide-up-enter-from[data-v-6da81be3],
|
|
2788
|
-
.slide-up-leave-to[data-v-6da81be3] {
|
|
2762
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2763
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2789
2764
|
transform: translateY(100%);
|
|
2790
2765
|
}
|
|
2791
2766
|
|
|
2792
2767
|
/**
|
|
2793
2768
|
* 聊天窗口的样式设置
|
|
2794
2769
|
*/
|
|
2795
|
-
.chat-container[data-v-
|
|
2770
|
+
.chat-container[data-v-1e62eff8] {
|
|
2796
2771
|
--header-height: 56px;
|
|
2797
2772
|
--chat-padding: 12px;
|
|
2798
2773
|
--bubble-content-max-width: 0px;
|
|
@@ -2804,25 +2779,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2804
2779
|
flex-direction: row; /* 横向排列 */
|
|
2805
2780
|
height: 100%; /* 父容器高度 */
|
|
2806
2781
|
}
|
|
2807
|
-
.small-window[data-v-
|
|
2782
|
+
.small-window[data-v-1e62eff8] {
|
|
2808
2783
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2809
2784
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2810
2785
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2811
2786
|
border-radius: 8px;
|
|
2812
2787
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2813
2788
|
}
|
|
2814
|
-
.full-screen[data-v-
|
|
2789
|
+
.full-screen[data-v-1e62eff8] {
|
|
2815
2790
|
right: 0;
|
|
2816
2791
|
bottom: 0;
|
|
2817
2792
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2818
2793
|
}
|
|
2819
|
-
.chat-container[data-v-
|
|
2794
|
+
.chat-container[data-v-1e62eff8] > * {
|
|
2820
2795
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2821
2796
|
}
|
|
2822
2797
|
|
|
2823
2798
|
/* 聊天窗口的头部样式设置
|
|
2824
2799
|
*/
|
|
2825
|
-
.chat-embed__header_container[data-v-
|
|
2800
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2826
2801
|
/* border-bottom: 1px solid #ddd; */
|
|
2827
2802
|
display: flex;
|
|
2828
2803
|
align-items: center;
|
|
@@ -2832,7 +2807,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2832
2807
|
overflow: hidden;
|
|
2833
2808
|
position: relative;
|
|
2834
2809
|
}
|
|
2835
|
-
.session-subject[data-v-
|
|
2810
|
+
.session-subject[data-v-1e62eff8] {
|
|
2836
2811
|
display: block;
|
|
2837
2812
|
margin: 0 auto;
|
|
2838
2813
|
text-align: center;
|
|
@@ -2847,17 +2822,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2847
2822
|
|
|
2848
2823
|
/* 聊天窗口的头部图标样式设置
|
|
2849
2824
|
*/
|
|
2850
|
-
.chat-embed__header_avatar[data-v-
|
|
2825
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2851
2826
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2852
2827
|
margin-right: var(--chat-padding);
|
|
2853
2828
|
}
|
|
2854
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2829
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2855
2830
|
right: 20px;
|
|
2856
2831
|
position: absolute;
|
|
2857
2832
|
gap: 28px;
|
|
2858
2833
|
display: flex;
|
|
2859
2834
|
}
|
|
2860
|
-
.chat-embed__sidebar[data-v-
|
|
2835
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2861
2836
|
background: #f6f7fa;
|
|
2862
2837
|
display: flex;
|
|
2863
2838
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2866,7 +2841,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2866
2841
|
width: 260px;
|
|
2867
2842
|
height: 100%;
|
|
2868
2843
|
}
|
|
2869
|
-
.chat-embed__main[data-v-
|
|
2844
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2870
2845
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2871
2846
|
box-sizing: border-box;
|
|
2872
2847
|
overflow: hidden;
|
|
@@ -2877,7 +2852,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2877
2852
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2878
2853
|
overflow: hidden; /* 防止内容溢出 */
|
|
2879
2854
|
}
|
|
2880
|
-
.chat-embed__main_content[data-v-
|
|
2855
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2881
2856
|
flex: 1;
|
|
2882
2857
|
box-sizing: border-box;
|
|
2883
2858
|
min-height: 0;
|
|
@@ -2885,21 +2860,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2885
2860
|
/* overflow-y: auto;
|
|
2886
2861
|
margin-bottom: 12px; */
|
|
2887
2862
|
}
|
|
2888
|
-
.chat-embed__input_container[data-v-
|
|
2863
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2889
2864
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2890
2865
|
/* margin-bottom: 50px; 距离底部 */
|
|
2891
2866
|
}
|
|
2892
|
-
.header-icon[data-v-
|
|
2867
|
+
.header-icon[data-v-1e62eff8] {
|
|
2893
2868
|
cursor: pointer;
|
|
2894
2869
|
font-size: 20px;
|
|
2895
2870
|
}
|
|
2896
2871
|
|
|
2897
2872
|
/* 聊天默认推荐内容样式
|
|
2898
2873
|
*/
|
|
2899
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2874
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2900
2875
|
margin-top: 5px;
|
|
2901
2876
|
}
|
|
2902
|
-
.content-container[data-v-
|
|
2877
|
+
.content-container[data-v-1e62eff8] {
|
|
2903
2878
|
padding: 16px;
|
|
2904
2879
|
border-radius: 4px;
|
|
2905
2880
|
background: #ffffff;
|
|
@@ -2907,7 +2882,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2907
2882
|
border-radius: 0px 30px 30px 30px;
|
|
2908
2883
|
/* opacity: 0.6; */
|
|
2909
2884
|
}
|
|
2910
|
-
.chat-content-font[data-v-
|
|
2885
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2911
2886
|
font-family: PingFang SC, PingFang SC;
|
|
2912
2887
|
font-weight: 500;
|
|
2913
2888
|
font-size: 16px;
|
|
@@ -2917,10 +2892,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2917
2892
|
font-style: normal;
|
|
2918
2893
|
text-transform: none;
|
|
2919
2894
|
}
|
|
2920
|
-
[data-v-
|
|
2895
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2921
2896
|
border: none !important;
|
|
2922
2897
|
}
|
|
2923
|
-
.content-container-header[data-v-
|
|
2898
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2924
2899
|
font-size: 12px;
|
|
2925
2900
|
color: #909399;
|
|
2926
2901
|
}
|
|
@@ -2929,7 +2904,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2929
2904
|
// 用户消息
|
|
2930
2905
|
*/
|
|
2931
2906
|
.content-borderless-container {
|
|
2932
|
-
&[data-v-
|
|
2907
|
+
&[data-v-1e62eff8] {
|
|
2933
2908
|
background: #e1ecfd;
|
|
2934
2909
|
border-radius: 20px 0px 20px 20px;
|
|
2935
2910
|
user-select: none;
|
|
@@ -2937,21 +2912,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2937
2912
|
cursor: pointer;
|
|
2938
2913
|
transition: background-color 0.3s;
|
|
2939
2914
|
}
|
|
2940
|
-
&[data-v-
|
|
2915
|
+
&[data-v-1e62eff8]:hover {
|
|
2941
2916
|
background-color: #ebeef5;
|
|
2942
2917
|
}
|
|
2943
2918
|
}
|
|
2944
2919
|
.footer-container {
|
|
2945
|
-
[data-v-
|
|
2920
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2946
2921
|
margin-left: 8px;
|
|
2947
2922
|
}
|
|
2948
2923
|
}
|
|
2949
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2924
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2950
2925
|
padding: 0;
|
|
2951
2926
|
}
|
|
2952
2927
|
|
|
2953
2928
|
/* 引用文件样式 */
|
|
2954
|
-
.doc-agg-item[data-v-
|
|
2929
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2955
2930
|
width: 100%;
|
|
2956
2931
|
padding: 10px;
|
|
2957
2932
|
margin-bottom: 5px;
|
|
@@ -2961,95 +2936,127 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2961
2936
|
font-size: 12px;
|
|
2962
2937
|
color: var(--el-color-primary);
|
|
2963
2938
|
}
|
|
2964
|
-
.elx-xmarkdown-container[data-v-
|
|
2939
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2965
2940
|
padding: 0;
|
|
2966
2941
|
}
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2942
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2943
|
+
position: absolute;
|
|
2944
|
+
padding: 20px 36px;
|
|
2945
|
+
gap: 16px;
|
|
2946
|
+
display: flex;
|
|
2947
|
+
z-index: 1;
|
|
2971
2948
|
}
|
|
2972
|
-
[data-v-
|
|
2973
|
-
|
|
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;
|
|
2974
2958
|
}
|
|
2975
|
-
.
|
|
2976
|
-
display: flex;
|
|
2977
|
-
align-items: center;
|
|
2978
|
-
|
|
2979
|
-
|
|
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;
|
|
2980
2976
|
margin-left: auto;
|
|
2981
|
-
gap: 10px;
|
|
2982
2977
|
}
|
|
2983
|
-
.
|
|
2984
|
-
display: inline-block;
|
|
2985
|
-
width: 12px;
|
|
2986
|
-
height: 12px;
|
|
2987
|
-
background-repeat: no-repeat;
|
|
2988
|
-
background-position: center;
|
|
2989
|
-
background-size: 100%;
|
|
2978
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2990
2979
|
cursor: pointer;
|
|
2991
2980
|
}
|
|
2992
|
-
.
|
|
2993
|
-
|
|
2981
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2982
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2983
|
+
margin-bottom: 10px;
|
|
2994
2984
|
}
|
|
2995
|
-
.
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2985
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2986
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2987
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2988
|
+
margin-bottom: 10px;
|
|
2999
2989
|
}
|
|
3000
|
-
[data-v-
|
|
3001
|
-
|
|
2990
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2991
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2992
|
+
margin-top: 10px;
|
|
2993
|
+
margin-bottom: 20px;
|
|
3002
2994
|
}
|
|
3003
|
-
[data-v-
|
|
3004
|
-
background: #ffffff
|
|
3005
|
-
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
3006
|
-
border-radius: 30px 30px 30px 30px !important;
|
|
3007
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
3008
|
-
font-weight: 400;
|
|
3009
|
-
font-size: 16px;
|
|
3010
|
-
color: #bbbbbb;
|
|
3011
|
-
text-align: left;
|
|
3012
|
-
font-style: normal;
|
|
3013
|
-
text-transform: none;
|
|
2995
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2996
|
+
background-color: #ffffff;
|
|
3014
2997
|
}
|
|
3015
|
-
[data-v-
|
|
3016
|
-
|
|
3017
|
-
font-weight: 400 !important;
|
|
3018
|
-
font-size: 16px !important;
|
|
3019
|
-
line-height: 21px !important;
|
|
3020
|
-
font-style: normal !important;
|
|
3021
|
-
text-transform: none !important;
|
|
2998
|
+
.date-group[data-v-1e62eff8] {
|
|
2999
|
+
margin-top: 16px;
|
|
3022
3000
|
}
|
|
3023
|
-
[data-v-
|
|
3024
|
-
|
|
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);
|
|
3025
3007
|
}
|
|
3026
|
-
[data-v-
|
|
3027
|
-
|
|
3028
|
-
|
|
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;
|
|
3029
3017
|
}
|
|
3030
|
-
.
|
|
3031
|
-
|
|
3032
|
-
|
|
3033
|
-
font-weight: 400;
|
|
3034
|
-
font-size: 14px;
|
|
3035
|
-
color: #808080;
|
|
3036
|
-
line-height: 21px;
|
|
3037
|
-
font-style: normal;
|
|
3038
|
-
text-align: center;
|
|
3018
|
+
.active-item[data-v-1e62eff8] {
|
|
3019
|
+
background: #e2ebf5;
|
|
3020
|
+
color: var(--el-color-primary);
|
|
3039
3021
|
}
|
|
3040
|
-
.
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
|
|
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;
|
|
3044
3030
|
}
|
|
3045
|
-
.
|
|
3046
|
-
|
|
3031
|
+
.history-subject[data-v-1e62eff8] {
|
|
3032
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
3033
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
3034
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
3035
|
+
white-space: nowrap; /* 不换行 */
|
|
3047
3036
|
}
|
|
3048
|
-
.
|
|
3049
|
-
margin:
|
|
3050
|
-
}
|
|
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 {
|
|
3051
3044
|
min-width: 20px;
|
|
3052
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
|
+
}
|
|
3059
|
+
|
|
3053
3060
|
.svg-icon[data-v-f15c5e86] {
|
|
3054
3061
|
width: 1.2em;
|
|
3055
3062
|
height: 1.2em;
|
|
@@ -3057,18 +3064,12 @@ h4[data-v-6da81be3] {
|
|
|
3057
3064
|
fill: currentColor;
|
|
3058
3065
|
overflow: initial;
|
|
3059
3066
|
}
|
|
3060
|
-
|
|
3061
|
-
.
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
border: none;
|
|
3065
|
-
opacity: 1;
|
|
3067
|
+
|
|
3068
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3069
|
+
.mobile-item-action[data-v-13b41596] {
|
|
3070
|
+
z-index: 2000;
|
|
3066
3071
|
}
|
|
3067
|
-
.
|
|
3068
|
-
width: 1em;
|
|
3069
|
-
height: 1em;
|
|
3070
|
-
font-size: 14px;
|
|
3071
|
-
}.amb-color-iconfont[data-v-13b41596] {
|
|
3072
|
+
.amb-color-iconfont[data-v-13b41596] {
|
|
3072
3073
|
width: 25px;
|
|
3073
3074
|
height: 25px;
|
|
3074
3075
|
}
|
|
@@ -3085,12 +3086,11 @@ h4[data-v-6da81be3] {
|
|
|
3085
3086
|
}
|
|
3086
3087
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3087
3088
|
margin-left: 5px;
|
|
3088
|
-
}
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
}
|
|
3093
|
-
|
|
3089
|
+
}.super-icon[data-v-355d0c18] {
|
|
3090
|
+
width: 1em;
|
|
3091
|
+
height: 1em;
|
|
3092
|
+
font-size: 14px;
|
|
3093
|
+
}
|
|
3094
3094
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3095
3095
|
padding-bottom: 0px;
|
|
3096
3096
|
}
|