yc-pro-components 0.0.71 → 0.0.72

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/index.css CHANGED
@@ -1,1363 +1 @@
1
- @charset "UTF-8";
2
- .plus-virtual-table {
3
- display: flex;
4
- flex-direction: column;
5
- width: 100%;
6
- height: 100%;
7
- min-height: 0;
8
- /* 标题栏 */
9
- /* 表格主体:flex: 1 让 body 自动填充父容器剩余空间 */
10
- /* max-height 兜底:当父容器无高度约束时防止撑满全部内容高度 */
11
- /* 表头样式(与 PlusTable 保持一致) */
12
- /* 分页 */
13
- }
14
- .plus-virtual-table__title-bar {
15
- display: flex;
16
- align-items: center;
17
- justify-content: space-between;
18
- padding: 12px 0;
19
- }
20
- .plus-virtual-table__title-bar__left {
21
- display: flex;
22
- align-items: center;
23
- }
24
- .plus-virtual-table__title-bar__right {
25
- display: flex;
26
- gap: 8px;
27
- align-items: center;
28
- }
29
- .plus-virtual-table__title-bar__text {
30
- font-size: 16px;
31
- font-weight: 500;
32
- }
33
- .plus-virtual-table__title-bar__refresh {
34
- cursor: pointer;
35
- color: #606266;
36
- transition: color 0.2s;
37
- }
38
- .plus-virtual-table__title-bar__refresh:hover {
39
- color: var(--el-color-primary);
40
- }
41
- .plus-virtual-table__body {
42
- flex: 1;
43
- min-height: 0;
44
- max-height: calc(100vh - 280px);
45
- overflow: hidden;
46
- }
47
- .plus-virtual-table__header {
48
- background-color: var(--el-fill-color-light) !important;
49
- }
50
- .plus-virtual-table__header .el-table-v2__header-cell {
51
- background-color: var(--el-fill-color-light) !important;
52
- }
53
- .plus-virtual-table__pagination {
54
- padding: 12px 0;
55
- }
56
-
57
- /* 操作栏按钮间距 */
58
- .plus-virtual-table-action-bar {
59
- display: flex;
60
- gap: 4px;
61
- align-items: center;
62
- justify-content: center;
63
- }
64
-
65
- /* 状态圆点样式(与 PlusTable 保持一致) */
66
- .plus-table-column-status {
67
- display: inline-flex;
68
- gap: 6px;
69
- align-items: center;
70
- }
71
- .plus-table-column-status__dot {
72
- display: inline-block;
73
- width: 8px;
74
- height: 8px;
75
- border-radius: 50%;
76
- }
77
-
78
- /* 空值文本样式 */
79
- .plus-table-column-empty {
80
- color: #c0c4cc;
81
- }
82
-
83
- /* ==================== 斑马纹模式 ==================== */
84
- .plus-virtual-table--striped .plus-virtual-table__row--striped .el-table-v2__row-cell {
85
- background-color: var(--el-fill-color-lighter, #fafafa);
86
- }
87
-
88
- /* ==================== 边框模式 ==================== */
89
- .plus-virtual-table--border .plus-virtual-table__body {
90
- border: 1px solid var(--el-border-color-lighter, #ebeef5);
91
- }
92
- .plus-virtual-table--border .el-table-v2__row-cell,
93
- .plus-virtual-table--border .el-table-v2__header-cell {
94
- border-right: 1px solid var(--el-border-color-lighter, #ebeef5);
95
- }
96
- .plus-virtual-table--border .el-table-v2__row-cell:last-child,
97
- .plus-virtual-table--border .el-table-v2__header-cell:last-child {
98
- border-right: none;
99
- }
100
- .plus-virtual-table--border .el-table-v2__row {
101
- border-bottom: 1px solid var(--el-border-color-lighter, #ebeef5);
102
- }
103
- .plus-virtual-table--border .el-table-v2__header-row {
104
- border-bottom: 1px solid var(--el-border-color-lighter, #ebeef5);
105
- }
106
- .yc-svg-icon[data-v-34e1f2f7] {
107
- display: inline-block;
108
- vertical-align: middle;
109
- -webkit-mask-size: contain;
110
- mask-size: contain;
111
- }
112
-
113
- .yc-svg-icon--original[data-v-34e1f2f7] {
114
- -o-object-fit: contain;
115
- object-fit: contain;
116
- }
117
- @charset "UTF-8";
118
- /* 父容器需要填充 cell 宽度 */
119
- .yc-header-filter-cell[data-v-44e8a77a] {
120
- width: 100%;
121
- }
122
-
123
- /* 表头省略显示样式 */
124
- .yc-header-filter-cell__label--ellipsis[data-v-44e8a77a] {
125
- /* 允许压缩,填充剩余空间 */
126
- flex: 1 1 0;
127
- min-width: 0;
128
- overflow: hidden;
129
- }
130
- .yc-header-filter-cell__label--ellipsis[data-v-44e8a77a] .yc-header-filter-cell__label-text[data-v-44e8a77a] {
131
- display: block;
132
- width: 100%;
133
- white-space: nowrap;
134
- overflow: hidden;
135
- text-overflow: ellipsis;
136
- }
137
-
138
- /* 标签文字激活状态(排序或筛选激活时高亮) */
139
- .yc-header-filter-cell__label--active[data-v-44e8a77a] {
140
- color: var(--el-color-primary);
141
- }
142
-
143
- /* 排序图标激活状态 */
144
- /* YcSvgIcon 使用 CSS mask + backgroundColor 渲染,需用 background-color 控制图标颜色 */
145
- [data-v-44e8a77a] .yc-header-filter-cell__sort-icon--asc, [data-v-44e8a77a] .yc-header-filter-cell__sort-icon--desc {
146
- background-color: var(--el-color-primary) !important;
147
- }
148
-
149
- /* 筛选图标激活状态 */
150
- [data-v-44e8a77a] .yc-header-filter-cell__filter-icon--active {
151
- background-color: var(--el-color-primary) !important;
152
- }
153
- .yc-header-filter-inner-dropdown {
154
- z-index: 4100 !important;
155
- }
156
- @charset "UTF-8";
157
- .yc-plus-page[data-v-6f94a8b9] {
158
- height: 100%;
159
- /* 卡片模式下设置圆角 8px */
160
- }
161
- .yc-plus-page[data-v-6f94a8b9] [data-v-6f94a8b9] .plus-page > .el-card {
162
- border-radius: 8px;
163
- }
164
-
165
- [data-v-6f94a8b9] .yc-search-card-body {
166
- padding-right: 0;
167
- }
168
-
169
- /* 密度图标样式调整 */
170
- [data-v-6f94a8b9] .plus-table-title-bar__toolbar__icon {
171
- position: relative;
172
- top: -2px;
173
- font-size: 16px !important;
174
- }
175
-
176
- /* 字段管理样式 */
177
- .column-settings-wrapper[data-v-6f94a8b9] {
178
- display: flex;
179
- gap: 4px;
180
- align-items: center;
181
- margin-left: 8px;
182
- cursor: pointer;
183
- }
184
-
185
- .column-settings-text[data-v-6f94a8b9] {
186
- font-size: 14px;
187
- }
188
-
189
- /* 加载中选项样式 */
190
- .yc-select-v2-loading.el-select-dropdown__item {
191
- text-align: center;
192
- color: #909399;
193
- font-size: 13px;
194
- cursor: default;
195
- pointer-events: none;
196
- }
197
- .yc-select-v2-loading.el-select-dropdown__item.is-disabled {
198
- color: #909399;
199
- cursor: default;
200
- }
201
-
202
- @charset "UTF-8";
203
- /**
204
- * YcLineTree 树形连接线组件样式
205
- * 支持暗黑模式,使用 CSS 变量适配主题
206
- */
207
- /* 添加 el-tree-node__content 默认没有的 position */
208
- .el-tree .el-tree-node__content {
209
- position: relative;
210
- }
211
-
212
- /* 节点标签容器 */
213
- .yc-tree-node-label-wrapper {
214
- display: flex;
215
- flex: 1;
216
- align-items: center;
217
- min-width: 0; /* 关键:允许 flex 子元素缩小,支持文本截断 */
218
- }
219
-
220
- /* 节点标签 */
221
- .yc-tree-node-label {
222
- font-size: 12px;
223
- }
224
-
225
- /* 垂直连接线 */
226
- .yc-tree-node-line-ver {
227
- position: absolute;
228
- top: 0;
229
- left: 0;
230
- display: block;
231
- height: 100%;
232
- border-left: 1px dashed var(--el-border-color-light, #dcdfe6);
233
- /* 非最后一个节点但当前节点是最后一个时,隐藏垂直线 */
234
- /* 最后一个叶子节点,垂直线只显示到节点中间 */
235
- }
236
- .yc-tree-node-line-ver.last-node-line {
237
- border-left: 1px dashed transparent;
238
- }
239
- .yc-tree-node-line-ver.last-node-isLeaf-line {
240
- height: 50%;
241
- }
242
-
243
- /* 水平连接线 */
244
- .yc-tree-node-line-hor {
245
- position: absolute;
246
- top: 50%;
247
- left: 0;
248
- display: block;
249
- height: 0;
250
- border-bottom: 1px dashed var(--el-border-color-light, #dcdfe6);
251
- }
252
- @charset "UTF-8";
253
- .yc-plus-tree[data-v-45c2ba79] {
254
- display: flex;
255
- flex-direction: column;
256
- height: 100%;
257
- overflow: auto;
258
- }
259
- .yc-plus-tree[data-v-45c2ba79] .search-input[data-v-45c2ba79] {
260
- flex-shrink: 0;
261
- margin-bottom: 16px;
262
- }
263
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] {
264
- flex: 1;
265
- min-height: 0;
266
- overflow: hidden;
267
- /* el-tree-v2 容器需要允许内容溢出 */
268
- /* 内联输入框节点 */
269
- /* hover 状态:高亮背景和文字(el-tree-v2 使用 .el-tree-node class) */
270
- /* 选中状态:高亮背景和文字 */
271
- /* 节点标签包装器(包含标签和操作按钮) */
272
- }
273
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-v2 {
274
- overflow-x: visible !important;
275
- }
276
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] {
277
- position: relative;
278
- z-index: 1; /* 确保在图标上层 */
279
- display: flex;
280
- flex: 1;
281
- align-items: center;
282
- padding-right: 8px;
283
- padding-left: 0; /* 移除左边距 */
284
- }
285
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] {
286
- flex-shrink: 0;
287
- width: 100%;
288
- }
289
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__wrapper {
290
- height: 26px;
291
- padding: 0 8px;
292
- font-size: 14px;
293
- line-height: 18px;
294
- border-radius: 4px;
295
- box-shadow: 0 0 0 1px var(--el-border-color) inset;
296
- transition: box-shadow 0.2s ease;
297
- }
298
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__wrapper[data-v-45c2ba79]:hover {
299
- box-shadow: 0 0 0 1px var(--el-border-color-hover) inset;
300
- }
301
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__wrapper.is-focus[data-v-45c2ba79] {
302
- box-shadow: 0 0 0 1px var(--el-color-primary) inset;
303
- }
304
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__inner {
305
- height: 24px;
306
- font-size: 14px;
307
- line-height: 18px;
308
- color: rgba(0, 0, 0, 0.7);
309
- }
310
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__inner[data-v-45c2ba79]::-moz-placeholder {
311
- color: rgba(0, 0, 0, 0.4);
312
- }
313
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .inline-input-node[data-v-45c2ba79] .inline-input[data-v-45c2ba79] [data-v-45c2ba79] .el-input__inner[data-v-45c2ba79]::placeholder {
314
- color: rgba(0, 0, 0, 0.4);
315
- }
316
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-node__content:hover {
317
- background-color: var(--el-color-primary-light-9);
318
- border-radius: 4px;
319
- }
320
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-node__content:hover .label-text[data-v-45c2ba79] {
321
- color: var(--el-color-primary);
322
- }
323
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-node__content:hover .label-text {
324
- color: var(--el-color-primary);
325
- }
326
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-node.is-current > .el-tree-node__content {
327
- background-color: var(--el-color-primary-light-9);
328
- border-radius: 4px;
329
- }
330
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] [data-v-45c2ba79] .el-tree-node.is-current > .el-tree-node__content .label-text {
331
- color: var(--el-color-primary);
332
- }
333
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] {
334
- display: flex;
335
- gap: 4px;
336
- align-items: center;
337
- width: 100%;
338
- /* ⚠️ 重要:hover 逻辑必须在这里定义,不能依赖 :deep() 穿透 */
339
- /* 因为 :deep() 在生产构建时可能导致选择器失效 */
340
- /* 节点标签区域(可被自定义 slot 替换) */
341
- /* 节点操作按钮容器 */
342
- }
343
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79][data-v-45c2ba79]:hover .node-actions[data-v-45c2ba79] {
344
- pointer-events: auto;
345
- opacity: 1;
346
- }
347
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79], .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label {
348
- display: flex;
349
- flex: 1;
350
- gap: 4px;
351
- align-items: center;
352
- min-width: 0;
353
- /* 确保 el-tooltip 的触发元素也能正确参与 flex 布局 */
354
- }
355
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] [data-v-45c2ba79] .el-tooltip__trigger, .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label [data-v-45c2ba79] .el-tooltip__trigger {
356
- display: block;
357
- min-width: 0;
358
- overflow: hidden;
359
- }
360
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] .label-text[data-v-45c2ba79],
361
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] .node-text[data-v-45c2ba79], .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label .label-text[data-v-45c2ba79],
362
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label .node-text[data-v-45c2ba79] {
363
- display: block;
364
- min-width: 0;
365
- overflow: hidden;
366
- color: var(--el-text-color-primary);
367
- text-overflow: ellipsis;
368
- white-space: nowrap;
369
- /* v-html 插入的高亮关键词样式 */
370
- }
371
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] .label-text[data-v-45c2ba79] [data-v-45c2ba79] .highlight-keyword,
372
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] .node-text[data-v-45c2ba79] [data-v-45c2ba79] .highlight-keyword, .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label .label-text[data-v-45c2ba79] [data-v-45c2ba79] .highlight-keyword,
373
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label .node-text[data-v-45c2ba79] [data-v-45c2ba79] .highlight-keyword {
374
- padding: 0 2px;
375
- font-weight: 600;
376
- color: var(--el-color-primary);
377
- background-color: var(--el-color-primary-light-9);
378
- border-radius: 2px;
379
- }
380
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-label[data-v-45c2ba79] .node-count[data-v-45c2ba79], .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] [data-v-45c2ba79] .custom-node-label .node-count[data-v-45c2ba79] {
381
- font-size: 12px;
382
- color: var(--el-text-color-secondary);
383
- }
384
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-actions[data-v-45c2ba79] {
385
- display: flex;
386
- flex-shrink: 0;
387
- align-items: center;
388
- margin-right: 8px;
389
- margin-left: auto;
390
- pointer-events: none;
391
- opacity: 0;
392
- transition: opacity 0.2s ease;
393
- }
394
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-actions[data-v-45c2ba79] .action-icon-wrapper[data-v-45c2ba79] {
395
- display: flex;
396
- align-items: center;
397
- justify-content: center;
398
- cursor: pointer;
399
- }
400
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-actions[data-v-45c2ba79] .action-icon[data-v-45c2ba79] {
401
- display: flex;
402
- align-items: center;
403
- justify-content: center;
404
- width: 20px;
405
- height: 20px;
406
- color: var(--el-color-primary);
407
- cursor: pointer;
408
- border-radius: 4px;
409
- transition: background-color 0.2s ease;
410
- }
411
- .yc-plus-tree[data-v-45c2ba79] .tree-container[data-v-45c2ba79] .node-label-wrapper[data-v-45c2ba79] .node-actions[data-v-45c2ba79] .action-icon[data-v-45c2ba79][data-v-45c2ba79]:hover {
412
- background-color: var(--el-color-primary-light-8);
413
- }
414
-
415
- /* 下拉菜单样式 */
416
- .tree-dropdown-menu[data-v-45c2ba79] {
417
- min-width: 156px !important;
418
- padding: 8px !important;
419
- border-radius: 8px !important;
420
- /* ==================== SortableJS 拖拽样式 ==================== */
421
- /**
422
- * 拖拽幽灵元素样式
423
- * 拖拽时显示在原位置的半透明元素
424
- */
425
- /**
426
- * 被选中拖拽的元素样式
427
- * 拖拽开始时的选中状态
428
- */
429
- /**
430
- * 正在拖拽的元素样式
431
- * 跟随鼠标移动的元素
432
- */
433
- /**
434
- * 拖拽时禁用选择
435
- */
436
- }
437
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .el-dropdown-menu__item {
438
- height: 32px;
439
- padding: 0 12px;
440
- margin: 0;
441
- font-size: 12px;
442
- line-height: 32px;
443
- border-radius: 8px;
444
- transition: background-color 0.2s ease;
445
- }
446
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .el-dropdown-menu__item[data-v-45c2ba79]:hover {
447
- color: var(--el-color-primary) !important;
448
- background-color: var(--el-color-primary-light-9) !important;
449
- }
450
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .el-dropdown-menu__item[data-v-45c2ba79]:not(:last-child) {
451
- margin-bottom: 4px;
452
- }
453
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .el-divider {
454
- margin: 12px 0;
455
- border-top: 1px solid #e5e7eb;
456
- }
457
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .sortable-ghost {
458
- background-color: var(--el-color-primary-light-9);
459
- border: 1px dashed var(--el-color-primary);
460
- border-radius: 4px;
461
- opacity: 0.4;
462
- }
463
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .sortable-chosen {
464
- background-color: var(--el-color-primary-light-8);
465
- box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
466
- }
467
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .sortable-drag {
468
- cursor: move;
469
- background-color: white;
470
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
471
- opacity: 1;
472
- transform: rotate(2deg);
473
- }
474
- .tree-dropdown-menu[data-v-45c2ba79] [data-v-45c2ba79] .sortable-fallback {
475
- -webkit-user-select: none;
476
- -moz-user-select: none;
477
- user-select: none;
478
- }
479
- @charset "UTF-8";
480
- .tree-dropdown-popper {
481
- overflow: hidden !important;
482
- border: none !important;
483
- border-radius: 8px !important;
484
- }
485
-
486
- /* v-html 插入的高亮关键词全局样式(确保在所有情况下都能生效) */
487
- .yc-plus-tree .highlight-keyword {
488
- padding: 0 2px;
489
- font-weight: 600;
490
- color: var(--el-color-primary);
491
- background-color: var(--el-color-primary-light-9);
492
- border-radius: 2px;
493
- }
494
-
495
- /* 隐藏输入框节点的展开图标(全局样式) */
496
- .el-tree-node__content:has([data-input-node=true]) .el-tree-node__expand-icon {
497
- display: none !important;
498
- }
499
-
500
- /**
501
- * 拖拽占位符(幽灵元素)
502
- * SortableJS 会自动在目标位置创建一个幽灵元素
503
- */
504
- .sortable-ghost {
505
- position: relative !important;
506
- opacity: 0.3 !important;
507
- }
508
-
509
- /**
510
- * 增强 drop-target 类的视觉反馈
511
- * 为目标节点添加背景高亮
512
- */
513
- .drop-target {
514
- background-color: var(--el-color-primary-light-9) !important;
515
- border-radius: 4px;
516
- /**
517
- * 添加左边框,强调目标层级
518
- */
519
- }
520
- .drop-target::before {
521
- position: absolute;
522
- top: 0;
523
- bottom: 0;
524
- left: calc(var(--drop-indent, 0px) - 3px);
525
- z-index: 1;
526
- width: 3px;
527
- content: "";
528
- background: var(--el-color-primary);
529
- border-radius: 1.5px;
530
- opacity: 0.6;
531
- }
532
- .yc-drawer .el-drawer__header {
533
- padding: 0 !important;
534
- margin-bottom: 0 !important;
535
- }
536
- .yc-drawer .el-drawer__footer {
537
- padding-top: 12px !important;
538
- padding-right: 24px !important;
539
- padding-bottom: 12px !important;
540
- }
541
- .custom-drawer-header[data-v-f6f2fd13] {
542
- display: flex;
543
- flex-direction: column;
544
- justify-content: flex-end;
545
- width: 100%;
546
- height: 56px;
547
- border-radius: 4px 4px 0 0;
548
- }
549
- .custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] {
550
- display: flex;
551
- flex-direction: row;
552
- align-items: center;
553
- justify-content: space-between;
554
- width: calc(100% - 48px);
555
- height: 24px;
556
- margin: 16px 0 0 24px;
557
- }
558
- .custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-title[data-v-f6f2fd13] {
559
- height: 24px;
560
- font-family: NotoSansSC, PingFangSC, sans-serif;
561
- font-size: 16px;
562
- font-weight: 500;
563
- line-height: 24px;
564
- color: rgb(0, 0, 0);
565
- text-align: left;
566
- overflow-wrap: break-word;
567
- white-space: nowrap;
568
- }
569
- .custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-close-icon[data-v-f6f2fd13] {
570
- color: rgba(0, 0, 0, 0.6);
571
- cursor: pointer;
572
- transition: color 0.3s;
573
- }
574
- .custom-drawer-header[data-v-f6f2fd13] .header-content[data-v-f6f2fd13] .header-close-icon[data-v-f6f2fd13][data-v-f6f2fd13]:hover {
575
- color: rgba(0, 0, 0, 0.9);
576
- }
577
- .custom-drawer-header[data-v-f6f2fd13] .header-divider[data-v-f6f2fd13] {
578
- width: 100%;
579
- height: 1px;
580
- margin-top: 15px;
581
- background-color: rgb(245, 247, 249);
582
- }
583
- @charset "UTF-8";
584
- /* 移除 YcStatusDialog 组件的 footer before 伪元素 */
585
- .yc-status-dialog .el-dialog__footer::before {
586
- display: none !important;
587
- }
588
-
589
- /* YcStatusDialog padding 样式覆盖 */
590
- .yc-status-dialog {
591
- padding: 24px !important;
592
- border-radius: 4px !important;
593
- /* 关闭按钮图标替换为 CDN 图标 */
594
- }
595
- .yc-status-dialog .el-dialog__header {
596
- padding: 0 !important;
597
- margin: 0 !important;
598
- }
599
- .yc-status-dialog .el-dialog__header::after {
600
- background-color: transparent;
601
- border: none;
602
- }
603
- .yc-status-dialog .el-dialog__body {
604
- padding: 0 !important;
605
- }
606
- .yc-status-dialog .el-dialog__footer {
607
- padding: 16px 0 0 !important;
608
- }
609
- .yc-status-dialog .el-dialog__headerbtn {
610
- /* top: 24px; */
611
- /* right: 24px; */
612
- width: 16px;
613
- height: 16px;
614
- }
615
- .yc-status-dialog .el-dialog__headerbtn .el-dialog__close {
616
- display: none;
617
- }
618
- .yc-status-dialog .el-dialog__headerbtn::before {
619
- content: "";
620
- display: block;
621
- width: 16px;
622
- height: 16px;
623
- background-image: url("https://staticcdn.jinbizhihui.com/images/saas-basic-platform/close_tips_icon.svg");
624
- background-size: contain;
625
- background-repeat: no-repeat;
626
- background-position: center;
627
- }
628
- @charset "UTF-8";
629
- .yc-status-dialog[data-v-c0384bfe] .dialog-header[data-v-c0384bfe] {
630
- display: flex;
631
- gap: 4px;
632
- align-items: center;
633
- }
634
- .yc-status-dialog[data-v-c0384bfe] .dialog-header[data-v-c0384bfe] .icon-wrapper[data-v-c0384bfe] {
635
- display: flex;
636
- flex-shrink: 0;
637
- align-items: center;
638
- justify-content: center;
639
- border-radius: 50%;
640
- }
641
- .yc-status-dialog[data-v-c0384bfe] .dialog-header[data-v-c0384bfe] .icon-wrapper[data-v-c0384bfe] .status-icon[data-v-c0384bfe] {
642
- width: 20px;
643
- height: 20px;
644
- }
645
- .yc-status-dialog[data-v-c0384bfe] .dialog-header[data-v-c0384bfe] .title-text[data-v-c0384bfe] {
646
- width: 80%;
647
- font-size: 16px;
648
- font-weight: 500;
649
- line-height: 24px;
650
- color: #000;
651
- /* 处理长文字换行 */
652
- word-break: break-word;
653
- overflow-wrap: break-word;
654
- }
655
- .yc-status-dialog[data-v-c0384bfe] .dialog-content[data-v-c0384bfe] {
656
- padding-top: 16px;
657
- min-height: 104px;
658
- box-sizing: border-box;
659
- }
660
- .yc-status-dialog[data-v-c0384bfe] .dialog-content[data-v-c0384bfe] .content-text[data-v-c0384bfe] {
661
- margin: 0;
662
- font-size: 14px;
663
- line-height: 22px;
664
- color: rgba(0, 0, 0, 0.5);
665
- }
666
- .yc-status-dialog[data-v-c0384bfe] .dialog-footer[data-v-c0384bfe] {
667
- display: flex;
668
- justify-content: flex-end;
669
- }
670
- .yc-more-actions__icon[data-v-6d5915ff] {
671
- display: inline-flex;
672
- align-items: center;
673
- margin-right: 4px;
674
- }
675
-
676
- .yc-more-actions__item-icon[data-v-6d5915ff] {
677
- display: inline-flex;
678
- align-items: center;
679
- margin-right: 6px;
680
- font-size: 14px;
681
- }
682
-
683
- [data-v-6d5915ff] .el-dropdown-menu__item.is-danger {
684
- color: var(--el-color-danger);
685
- }
686
-
687
- [data-v-6d5915ff] .el-dropdown-menu__item.is-danger:hover {
688
- color: var(--el-color-danger);
689
- background-color: var(--el-color-danger-light-9);
690
- }
691
- @charset "UTF-8";
692
- .yc-form-container-header[data-v-e3e5d0e4] .header-title[data-v-e3e5d0e4] {
693
- position: relative;
694
- padding-left: 8px;
695
- font-family: NotoSansSC, sans-serif;
696
- font-size: 16px;
697
- font-style: normal;
698
- font-weight: normal;
699
- line-height: 24px;
700
- color: var(--el-text-color-regular);
701
- text-align: left;
702
- /*
703
- * 渐变色优先级:
704
- * 1. --yc-header-gradient-start/end(组件 prop 传入)
705
- * 2. --pure-button-primary-gradient-start/end(项目定义)
706
- * 3. --el-color-primary / --el-color-primary-light-3(Element Plus 默认)
707
- */
708
- }
709
- .yc-form-container-header[data-v-e3e5d0e4] .header-title[data-v-e3e5d0e4][data-v-e3e5d0e4]::before {
710
- position: absolute;
711
- top: 50%;
712
- left: 0;
713
- width: 4px;
714
- height: 16px;
715
- content: "";
716
- background: linear-gradient(180deg, var(--yc-header-gradient-start, var(--pure-button-primary-gradient-start, var(--el-color-primary))) 0%, var(--yc-header-gradient-end, var(--pure-button-primary-gradient-end, var(--el-color-primary-light-3))) 100%);
717
- transform: translateY(-50%);
718
- }
719
- .scroll-num {
720
- display: inline-block;
721
- height: 1em;
722
- line-height: 1;
723
- text-align: center;
724
- overflow: hidden;
725
- }
726
-
727
- .scroll-num ul {
728
- list-style: none;
729
- padding: 0;
730
- margin: 0;
731
- animation: scrolling calc(var(--delay) * 1s) ease-out forwards;
732
- filter: url('#blur');
733
- }
734
-
735
- .scroll-num ul li {
736
- height: 1em;
737
- line-height: 1;
738
- }
739
-
740
- @keyframes scrolling {
741
- 0% {
742
- transform: translateY(0);
743
- }
744
- 20% {
745
- transform: translateY(calc(var(--i) * -9.09% - 18.18%));
746
- }
747
- 40% {
748
- transform: translateY(calc(var(--i) * -9.09% + 9.09%));
749
- }
750
- 60% {
751
- transform: translateY(calc(var(--i) * -9.09% - 4.545%));
752
- }
753
- 80% {
754
- transform: translateY(calc(var(--i) * -9.09% + 2.27%));
755
- }
756
- 100% {
757
- transform: translateY(calc(var(--i) * -9.09%));
758
- }
759
- }
760
-
761
-
762
- .yc-point {
763
- width: var(--point-width);
764
- height: var(--point-height);
765
- background: var(--point-background);
766
- position: relative;
767
- border-radius: var(--point-border-radius);
768
- }
769
-
770
- .yc-point-flicker:after {
771
- background: var(--point-background);
772
- }
773
-
774
- .yc-point-flicker:before,
775
- .yc-point-flicker:after {
776
- content: "";
777
- width: 100%;
778
- height: 100%;
779
- top: 0;
780
- left: 0;
781
- position: absolute;
782
- border-radius: var(--point-border-radius);
783
- animation: yc-flicker 1.2s ease-out infinite;
784
- }
785
-
786
- @keyframes yc-flicker {
787
- 0% {
788
- transform: scale(0.5);
789
- opacity: 1;
790
- }
791
-
792
- 30% {
793
- opacity: 1;
794
- }
795
-
796
- 100% {
797
- transform: scale(var(--point-scale));
798
- opacity: 0;
799
- }
800
- }
801
-
802
-
803
- .yc-segmented {
804
- --yc-control-padding-horizontal: 12px;
805
- --yc-control-padding-horizontal-sm: 8px;
806
- --yc-segmented-track-padding: 2px;
807
- --yc-segmented-line-width: 1px;
808
-
809
- --yc-segmented-border-radius-small: 4px;
810
- --yc-segmented-border-radius-base: 6px;
811
- --yc-segmented-border-radius-large: 8px;
812
-
813
- box-sizing: border-box;
814
- display: inline-block;
815
- padding: var(--yc-segmented-track-padding);
816
- font-size: var(--el-font-size-base);
817
- color: rgba(0, 0, 0, 0.65);
818
- background-color: rgb(0 0 0 / 4%);
819
- border-radius: var(--yc-segmented-border-radius-base);
820
- }
821
-
822
- .yc-segmented-block {
823
- display: flex;
824
- }
825
-
826
- .yc-segmented-block .yc-segmented-item {
827
- flex: 1;
828
- min-width: 0;
829
- }
830
-
831
- .yc-segmented-block .yc-segmented-item > .yc-segmented-item-label > span {
832
- overflow: hidden;
833
- white-space: nowrap;
834
- text-overflow: ellipsis;
835
- }
836
-
837
- /* small */
838
- .yc-segmented.yc-segmented--small {
839
- border-radius: var(--yc-segmented-border-radius-small);
840
- }
841
- .yc-segmented.yc-segmented--small .yc-segmented-item {
842
- border-radius: var(--el-border-radius-small);
843
- }
844
- .yc-segmented.yc-segmented--small .yc-segmented-item > div {
845
- min-height: calc(
846
- var(--el-component-size-small) - var(--yc-segmented-track-padding) * 2
847
- );
848
- line-height: calc(
849
- var(--el-component-size-small) - var(--yc-segmented-track-padding) * 2
850
- );
851
- padding: 0
852
- calc(
853
- var(--yc-control-padding-horizontal-sm) -
854
- var(--yc-segmented-line-width)
855
- );
856
- }
857
-
858
- /* large */
859
- .yc-segmented.yc-segmented--large {
860
- border-radius: var(--yc-segmented-border-radius-large);
861
- }
862
- .yc-segmented.yc-segmented--large .yc-segmented-item {
863
- border-radius: calc(
864
- var(--el-border-radius-base) + var(--el-border-radius-small)
865
- );
866
- }
867
- .yc-segmented.yc-segmented--large .yc-segmented-item > div {
868
- min-height: calc(
869
- var(--el-component-size-large) - var(--yc-segmented-track-padding) * 2
870
- );
871
- line-height: calc(
872
- var(--el-component-size-large) - var(--yc-segmented-track-padding) * 2
873
- );
874
- padding: 0
875
- calc(
876
- var(--yc-control-padding-horizontal) - var(--yc-segmented-line-width)
877
- );
878
- font-size: var(--el-font-size-medium);
879
- }
880
-
881
- /* default */
882
- .yc-segmented-item {
883
- position: relative;
884
- text-align: center;
885
- cursor: pointer;
886
- border-radius: var(--el-border-radius-base);
887
- transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
888
- }
889
- .yc-segmented .yc-segmented-item > div {
890
- min-height: calc(
891
- var(--el-component-size) - var(--yc-segmented-track-padding) * 2
892
- );
893
- line-height: calc(
894
- var(--el-component-size) - var(--yc-segmented-track-padding) * 2
895
- );
896
- padding: 0
897
- calc(
898
- var(--yc-control-padding-horizontal) - var(--yc-segmented-line-width)
899
- );
900
- overflow: hidden;
901
- white-space: nowrap;
902
- text-overflow: ellipsis;
903
- }
904
-
905
- .yc-segmented-group {
906
- position: relative;
907
- display: flex;
908
- align-items: stretch;
909
- justify-items: flex-start;
910
- width: 100%;
911
- }
912
-
913
- .yc-segmented-item-selected {
914
- position: absolute;
915
- top: 0;
916
- left: 0;
917
- box-sizing: border-box;
918
- display: none;
919
- width: 0;
920
- height: 100%;
921
- padding: 4px 0;
922
- background-color: #fff;
923
- border-radius: 4px;
924
- box-shadow:
925
- 0 2px 8px -2px rgb(0 0 0 / 5%),
926
- 0 1px 4px -1px rgb(0 0 0 / 7%),
927
- 0 0 1px rgb(0 0 0 / 7%);
928
- transition:
929
- transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
930
- width 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
931
- will-change: transform, width;
932
- }
933
-
934
- .yc-segmented-item > input {
935
- position: absolute;
936
- inset-block-start: 0;
937
- inset-inline-start: 0;
938
- width: 0;
939
- height: 0;
940
- opacity: 0;
941
- pointer-events: none;
942
- }
943
-
944
- .yc-segmented-item-label {
945
- display: flex;
946
- align-items: center;
947
- justify-content: center;
948
- }
949
-
950
- .yc-segmented-item-icon svg {
951
- width: 16px;
952
- height: 16px;
953
- }
954
-
955
- .yc-segmented-item-disabled {
956
- color: rgba(0, 0, 0, 0.25);
957
- cursor: not-allowed;
958
- }
959
-
960
- /* 暗黑模式适配 */
961
- html.dark .yc-segmented {
962
- background-color: rgb(255 255 255 / 8%);
963
- color: rgba(255, 255, 255, 0.65);
964
- }
965
-
966
- html.dark .yc-segmented-item-selected {
967
- background-color: #1f1f1f;
968
- }
969
-
970
- html.dark .yc-segmented-item-disabled {
971
- color: rgba(255, 255, 255, 0.25);
972
- }
973
-
974
-
975
-
976
- .yc-animate-popper {
977
- min-width: 0 !important;
978
- }
979
-
980
- .yc-animate-container[data-v-1d24737e] {
981
- width: 280px;
982
- }
983
-
984
- .yc-animate-scrollbar[data-v-1d24737e] {
985
- border-top: 1px solid var(--el-border-color-light, #e5e7eb);
986
- }
987
-
988
- .yc-animate-list[data-v-1d24737e] {
989
- display: flex;
990
- flex-wrap: wrap;
991
- justify-content: space-around;
992
- padding: 0;
993
- margin: 0 0 4px 0;
994
- list-style: none;
995
- }
996
-
997
- .yc-animate-item[data-v-1d24737e] {
998
- display: flex;
999
- align-items: center;
1000
- justify-content: center;
1001
- width: 130px;
1002
- height: 100px;
1003
- margin-top: 4px;
1004
- cursor: pointer;
1005
- border: 1px solid var(--el-border-color-light, #e5e7eb);
1006
- transition: all 0.3s;
1007
- }
1008
- .yc-animate-item[data-v-1d24737e][data-v-1d24737e]:hover {
1009
- color: var(--el-color-primary);
1010
- transition-duration: 700ms;
1011
- }
1012
- .yc-download-dialog-content[data-v-b123d9a5] {
1013
- display: flex;
1014
- flex-direction: column;
1015
- gap: 16px;
1016
- }
1017
-
1018
- .yc-download-dialog-section[data-v-b123d9a5] {
1019
- padding: 16px;
1020
- background-color: var(--el-fill-color-lighter, #f9fafc);
1021
- border-radius: 8px;
1022
- }
1023
-
1024
- .yc-download-dialog-title[data-v-b123d9a5] {
1025
- margin: 0 0 8px;
1026
- font-size: 14px;
1027
- font-weight: 500;
1028
- line-height: 22px;
1029
- color: var(--el-text-color-primary);
1030
- }
1031
-
1032
- .yc-download-dialog-subtitle[data-v-b123d9a5] {
1033
- margin: 0;
1034
- font-size: 12px;
1035
- font-weight: 400;
1036
- line-height: 22px;
1037
- color: var(--el-text-color-secondary);
1038
- }
1039
-
1040
- .yc-download-btn[data-v-b123d9a5] {
1041
- margin-top: 8px;
1042
- font-size: 14px;
1043
- }
1044
-
1045
- .yc-upload-area[data-v-b123d9a5] [data-v-b123d9a5] .el-upload-dragger {
1046
- padding: 20px;
1047
- }
1048
-
1049
- .yc-upload-tip[data-v-b123d9a5] {
1050
- margin-top: 8px;
1051
- font-size: 12px;
1052
- font-weight: 400;
1053
- color: var(--el-text-color-regular);
1054
- }
1055
-
1056
- .yc-upload-records[data-v-b123d9a5] {
1057
- max-height: 200px;
1058
- overflow-y: auto;
1059
- }
1060
-
1061
- .yc-upload-record-item[data-v-b123d9a5] {
1062
- display: flex;
1063
- align-items: center;
1064
- gap: 12px;
1065
- padding: 8px 0;
1066
- border-bottom: 1px solid var(--el-border-color-lighter);
1067
- }
1068
- .yc-upload-record-item[data-v-b123d9a5][data-v-b123d9a5]:last-child {
1069
- border-bottom: none;
1070
- }
1071
-
1072
- .yc-record-name[data-v-b123d9a5] {
1073
- flex: 1;
1074
- overflow: hidden;
1075
- font-size: 14px;
1076
- color: var(--el-text-color-primary);
1077
- text-overflow: ellipsis;
1078
- white-space: nowrap;
1079
- }
1080
-
1081
- .yc-record-size[data-v-b123d9a5] {
1082
- font-size: 12px;
1083
- color: var(--el-text-color-secondary);
1084
- }
1085
- .upload-record-list[data-v-ffeed27e] {
1086
- margin-top: 15px;
1087
- background: #f9fafc;
1088
- border-radius: 4px;
1089
- }
1090
- .upload-record-list[data-v-ffeed27e] .record-header[data-v-ffeed27e] {
1091
- padding: 16px 16px 0;
1092
- font-size: 14px;
1093
- font-weight: 500;
1094
- line-height: 22px;
1095
- color: #000;
1096
- }
1097
- .upload-record-list[data-v-ffeed27e] .record-table[data-v-ffeed27e] {
1098
- padding: 0 16px 0;
1099
- }
1100
- .upload-record-list[data-v-ffeed27e] .table-header[data-v-ffeed27e] {
1101
- display: flex;
1102
- align-items: center;
1103
- padding: 8px 0;
1104
- font-size: 12px;
1105
- color: rgba(0, 0, 0, 0.5);
1106
- border-bottom: 1px solid rgba(0, 0, 0, 0.06);
1107
- }
1108
- .upload-record-list[data-v-ffeed27e] .col-name[data-v-ffeed27e] {
1109
- width: 200px;
1110
- padding-right: 16px;
1111
- min-width: 0;
1112
- overflow: hidden;
1113
- text-overflow: ellipsis;
1114
- white-space: nowrap;
1115
- }
1116
- .upload-record-list[data-v-ffeed27e] .col-size[data-v-ffeed27e] {
1117
- width: 80px;
1118
- text-align: left;
1119
- }
1120
- .upload-record-list[data-v-ffeed27e] .col-action[data-v-ffeed27e] {
1121
- display: flex;
1122
- align-items: flex-start;
1123
- justify-content: flex-end;
1124
- width: 60px;
1125
- height: 20px;
1126
- }
1127
- .upload-record-list[data-v-ffeed27e] .col-status[data-v-ffeed27e] {
1128
- display: flex;
1129
- flex-direction: row;
1130
- align-items: flex-start;
1131
- justify-content: flex-start;
1132
- width: 120px;
1133
- margin-left: 36px;
1134
- }
1135
- .upload-record-list[data-v-ffeed27e] .empty-state[data-v-ffeed27e] {
1136
- display: flex;
1137
- align-items: center;
1138
- justify-content: center;
1139
- min-height: 60px;
1140
- }
1141
- .upload-record-list[data-v-ffeed27e] .empty-state[data-v-ffeed27e] .empty-text[data-v-ffeed27e] {
1142
- font-size: 12px;
1143
- color: rgba(0, 0, 0, 0.4);
1144
- }
1145
- .upload-record-list[data-v-ffeed27e] .record-row[data-v-ffeed27e] {
1146
- display: flex;
1147
- align-items: center;
1148
- padding: 12px 0;
1149
- font-size: 12px;
1150
- color: #333;
1151
- }
1152
- .upload-record-list[data-v-ffeed27e] .record-row[data-v-ffeed27e][data-v-ffeed27e]:last-child {
1153
- border-bottom: none;
1154
- }
1155
- .upload-record-list[data-v-ffeed27e] .action-icons[data-v-ffeed27e] {
1156
- display: flex;
1157
- gap: 8px;
1158
- align-items: center;
1159
- justify-content: flex-end;
1160
- width: 48px;
1161
- }
1162
- .upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e] {
1163
- font-size: 16px;
1164
- color: rgba(0, 0, 0, 0.4);
1165
- cursor: pointer;
1166
- transition: color 0.2s;
1167
- }
1168
- .upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e][data-v-ffeed27e]:hover {
1169
- color: var(--el-color-primary);
1170
- }
1171
- .upload-record-list[data-v-ffeed27e] .action-icon[data-v-ffeed27e].cancel-icon[data-v-ffeed27e]:hover {
1172
- color: var(--el-color-primary);
1173
- }
1174
- .upload-record-list[data-v-ffeed27e] .progress-wrapper[data-v-ffeed27e] {
1175
- display: flex;
1176
- flex: 1;
1177
- flex-direction: column;
1178
- gap: 4px;
1179
- align-items: flex-start;
1180
- }
1181
- .upload-record-list[data-v-ffeed27e] .progress-text[data-v-ffeed27e] {
1182
- font-size: 12px;
1183
- color: #999;
1184
- }
1185
- .upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] {
1186
- width: 110px;
1187
- }
1188
- .upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] [data-v-ffeed27e] .el-progress-bar__outer {
1189
- background-color: rgba(0, 0, 0, 0.1);
1190
- }
1191
- .upload-record-list[data-v-ffeed27e] .progress-bar[data-v-ffeed27e] [data-v-ffeed27e] .el-progress-bar__inner {
1192
- background-color: var(--el-color-primary);
1193
- }
1194
- @charset "UTF-8";
1195
- .batch-import[data-v-338bd60b] {
1196
- padding-bottom: 24px;
1197
- }
1198
- @keyframes rotate-338bd60b {
1199
- from {
1200
- transform: rotate(0deg);
1201
- }
1202
- to {
1203
- transform: rotate(360deg);
1204
- }
1205
- }
1206
- .batch-import[data-v-338bd60b] .step-container[data-v-338bd60b] {
1207
- margin-bottom: 24px;
1208
- }
1209
- .batch-import[data-v-338bd60b] .step-container[data-v-338bd60b][data-v-338bd60b]:last-child {
1210
- margin-bottom: 0;
1211
- }
1212
- .batch-import[data-v-338bd60b] .step-content[data-v-338bd60b] {
1213
- padding: 16px;
1214
- background-color: #f9fafc;
1215
- border-radius: 4px;
1216
- }
1217
- .batch-import[data-v-338bd60b] .step-title[data-v-338bd60b] {
1218
- margin-bottom: 8px;
1219
- font-size: 14px;
1220
- font-weight: 400;
1221
- line-height: 22px;
1222
- color: #000;
1223
- }
1224
- .batch-import[data-v-338bd60b] .step-notice[data-v-338bd60b] {
1225
- margin-bottom: 16px;
1226
- font-size: 12px;
1227
- line-height: 22px;
1228
- color: rgba(0, 0, 0, 0.503);
1229
- }
1230
- .batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b] {
1231
- display: flex;
1232
- align-items: center;
1233
- height: 32px;
1234
- padding: 0 16px;
1235
- font-size: 14px;
1236
- color: #000;
1237
- background-color: #fff;
1238
- border: 1px solid #ddd;
1239
- border-radius: 4px;
1240
- transition: all 0.3s;
1241
- }
1242
- .batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b][data-v-338bd60b]:hover {
1243
- color: #7b52fe;
1244
- border-color: #7b52fe;
1245
- }
1246
- .batch-import[data-v-338bd60b] .download-btn[data-v-338bd60b][data-v-338bd60b]:hover [data-v-338bd60b] svg {
1247
- fill: #7b52fe;
1248
- }
1249
- .batch-import[data-v-338bd60b] .required-tip[data-v-338bd60b] {
1250
- margin-top: 12px;
1251
- font-size: 12px;
1252
- line-height: 20px;
1253
- color: #ff4d4f;
1254
- }
1255
- .batch-import[data-v-338bd60b] .upload-area[data-v-338bd60b] {
1256
- margin-top: 16px;
1257
- }
1258
- .batch-import[data-v-338bd60b] .upload-zone[data-v-338bd60b] {
1259
- display: flex;
1260
- flex-direction: column;
1261
- align-items: center;
1262
- justify-content: center;
1263
- min-height: 185px;
1264
- padding: 32px;
1265
- background-color: #fff;
1266
- border-radius: 4px;
1267
- }
1268
- .batch-import[data-v-338bd60b] .upload-zone[data-v-338bd60b].uploaded[data-v-338bd60b] {
1269
- padding: 32px 24px 24px;
1270
- }
1271
- .batch-import[data-v-338bd60b] .excel-icon[data-v-338bd60b] {
1272
- flex-shrink: 0;
1273
- }
1274
- .batch-import[data-v-338bd60b] .status-icon[data-v-338bd60b] {
1275
- flex-shrink: 0;
1276
- }
1277
- .batch-import[data-v-338bd60b] .upload-tip[data-v-338bd60b] {
1278
- margin-top: 8px;
1279
- font-size: 12px;
1280
- color: #333;
1281
- }
1282
- .batch-import[data-v-338bd60b] .select-file-btn[data-v-338bd60b] {
1283
- height: 32px;
1284
- padding: 0 16px;
1285
- margin-top: 8px;
1286
- font-size: 14px;
1287
- color: #000;
1288
- background-color: #fff;
1289
- border: 1px solid #ddd;
1290
- border-radius: 4px;
1291
- transition: all 0.3s;
1292
- }
1293
- .batch-import[data-v-338bd60b] .select-file-btn[data-v-338bd60b][data-v-338bd60b]:hover {
1294
- color: #7b52fe;
1295
- border-color: #7b52fe;
1296
- }
1297
- .batch-import[data-v-338bd60b] .file-name[data-v-338bd60b] {
1298
- margin: 8px 0;
1299
- font-size: 12px;
1300
- color: #333;
1301
- text-align: center;
1302
- word-break: break-all;
1303
- }
1304
- .batch-import[data-v-338bd60b] .reupload-link[data-v-338bd60b] {
1305
- margin-top: 8px;
1306
- font-size: 12px;
1307
- color: #7b52fe;
1308
- cursor: pointer;
1309
- }
1310
- .batch-import[data-v-338bd60b] .reupload-link[data-v-338bd60b][data-v-338bd60b]:hover {
1311
- opacity: 0.8;
1312
- }
1313
- .batch-import[data-v-338bd60b] .import-status-zone[data-v-338bd60b] {
1314
- display: flex;
1315
- flex-direction: column;
1316
- align-items: center;
1317
- justify-content: center;
1318
- min-height: 439px;
1319
- padding: 97px 32px 98px;
1320
- background-color: #f9fafc;
1321
- border-radius: 4px;
1322
- }
1323
- .batch-import[data-v-338bd60b] .loading-icon[data-v-338bd60b] {
1324
- color: #7b52fe;
1325
- animation: rotate-338bd60b 1s linear infinite;
1326
- }
1327
- .batch-import[data-v-338bd60b] .status-text[data-v-338bd60b] {
1328
- margin-top: 12px;
1329
- margin-bottom: 64px;
1330
- font-size: 16px;
1331
- font-weight: 500;
1332
- line-height: 24px;
1333
- color: #333;
1334
- }
1335
- .batch-import[data-v-338bd60b] .file-info[data-v-338bd60b] {
1336
- display: flex;
1337
- flex-direction: column;
1338
- align-items: center;
1339
- width: 100%;
1340
- }
1341
- .batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] {
1342
- display: flex;
1343
- align-items: center;
1344
- justify-content: center;
1345
- margin-top: 16px;
1346
- font-size: 12px;
1347
- color: #7b52fe;
1348
- }
1349
- .batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .link[data-v-338bd60b] {
1350
- cursor: pointer;
1351
- transition: opacity 0.3s;
1352
- }
1353
- .batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .link[data-v-338bd60b][data-v-338bd60b]:hover {
1354
- opacity: 0.8;
1355
- }
1356
- .batch-import[data-v-338bd60b] .action-links[data-v-338bd60b] .separator[data-v-338bd60b] {
1357
- margin: 0 2px;
1358
- }
1359
-
1360
- /* 全局样式:覆盖 el-upload 的默认样式 */
1361
- [data-v-338bd60b] .el-upload {
1362
- display: inline-block;
1363
- }
1
+ :root{--plus-header-height:60px;--plus-sidebar-collapse-height:60px;--plus-sidebar-width:200px;--plus-sidebar-min-width:64px}.plus-date-picker{align-items:center;border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);display:flex;flex-wrap:nowrap;max-width:100%;width:-moz-fit-content;width:fit-content}.plus-date-picker:hover{border-color:var(--el-border-color-hover)}.plus-date-picker.is-focus{border-color:var(--el-color-primary)}.plus-date-picker.is-disabled{background-color:var(--el-disabled-bg-color)}.plus-date-picker.is-disabled:hover{border-color:var(--el-border-color)}.plus-date-picker .plus-date-picker__middle{color:var(--el-text-color-placeholder)}.plus-date-picker .plus-date-picker__start{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__start.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__start .el-input__wrapper{border:none;box-shadow:none}.plus-date-picker .el-input__wrapper{width:100%}.plus-date-picker .el-input__wrapper:hover{box-shadow:none}.plus-date-picker .el-input__wrapper.is-focus{box-shadow:none}.plus-date-picker .plus-date-picker__end{flex:1;font-size:14px}.plus-date-picker .plus-date-picker__end.is-disabled .el-input__wrapper{box-shadow:none}.plus-date-picker .plus-date-picker__end .el-input__wrapper{border:none;box-shadow:none}.el-form-item.is-error .plus-date-picker{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-date-picker .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-date-picker .el-input__wrapper.is-focus{box-shadow:none!important}.el-form-item.is-error .plus-date-picker .el-input__wrapper:hover{box-shadow:none}.plus-description .plus-description__name{word-wrap:break-word;max-width:200px}.plus-description .plus-description__label{min-width:80px}.plus-description .plus-description__label.is-required:before{color:var(--el-color-danger);content:"*";margin-right:4px}.plus-description.no-border .el-descriptions__body .el-descriptions__table.is-bordered .el-descriptions__cell{border:0}.plus-description.no-border .el-descriptions__body .el-descriptions__label.el-descriptions__cell.is-bordered-label{background-color:var(--el-fill-color-blank)}.el-descriptions__label.el-descriptions__cell.is-bordered-label{background-color:#f7f7f7!important}.plus-dialog .el-dialog__title{font-weight:500}.plus-dialog .el-dialog__header{padding-bottom:16px;position:relative}.plus-dialog .el-dialog__header .el-dialog__headerbtn{height:16px!important;top:0;transform:translateY(0);width:16px!important}.plus-dialog .el-dialog__header:after{background-color:#f5f7f9;bottom:0;content:"";height:1px;left:-24px;position:absolute;right:0;width:calc(100% + 48px)}.plus-dialog .el-dialog__footer{position:relative}.plus-dialog .el-dialog__footer:before{background-color:#f5f7f9;content:"";height:1px;left:-24px;position:absolute;top:0;width:calc(100% + 48px)}.plus-dialog .plus-dialog-footer{align-items:center;display:flex}.plus-display-item__edit-icon{margin-left:8px}.plus-display-item__image{cursor:pointer;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:30px}.plus-display-item__icon__copy{-webkit-margin-start:4px;color:var(--el-color-primary);cursor:pointer;margin-inline-start:4px;outline:none;text-decoration:none;transition:color .3s;vertical-align:sub}.plus-display-item__pre{background-color:var(--el-color-primary-light-9);border-radius:3px;font-size:85%;line-height:1.45;overflow:auto;padding:0;width:unset}.plus-display-item__badge.is-list .plus-display-item__badge__item+.plus-display-item__badge__item{padding-left:8px}.plus-display-item__badge .plus-display-item__badge__dot{border-radius:50%;display:inline-block;height:6px;margin-right:8px;position:relative;top:-1px;vertical-align:middle;width:6px}.plus-display-item__badge .plus-display-item__badge__dot--primary{background-color:var(--el-color-primary)}.plus-display-item__badge .plus-display-item__badge__dot--success{background-color:var(--el-color-success)}.plus-display-item__badge .plus-display-item__badge__dot--info{background-color:var(--el-color-info)}.plus-display-item__badge .plus-display-item__badge__dot--warning{background-color:var(--el-color-warning)}.plus-display-item__badge .plus-display-item__badge__dot--danger{background-color:var(--el-color-danger)}.plus-display-item__form .plus-form-item{margin-bottom:0}.plus-display-item__link{max-width:100%}.plus-display-item__link .el-link__inner{display:inline-block;width:100%}.plus-drawer-form .el-drawer__header{border-bottom:1px solid var(--el-border-color);margin-bottom:0;padding-bottom:calc(var(--el-drawer-padding-primary)/2);padding-top:calc(var(--el-drawer-padding-primary)/2)}.plus-drawer-form .el-drawer__title{font-weight:500}.plus-drawer-form .el-drawer__footer{border-top:1px solid var(--el-border-color);padding-bottom:calc(var(--el-drawer-padding-primary)/2)}.plus-form.no-has-label+.el-form-item__label{padding:0;width:0}.plus-form .plus-form__footer{display:flex;justify-content:flex-end}.plus-form .plus-form__group__item{margin-bottom:20px}.plus-form .plus-form__group__item .plus-form__group__item__icon{align-items:center;display:flex}.plus-form .plus-form__group__item .plus-form__group__item__icon .el-icon{margin-right:5px}.plus-form .plus-form-item-extra{color:var(--el-text-color-placeholder);font-size:var(--el-font-size-base);margin-bottom:24px}.plus-form__row{width:100%}.plus-form__row--flex{align-items:flex-end;-moz-column-gap:24px;column-gap:24px;display:flex;flex-wrap:wrap;row-gap:16px}.plus-form__row--grid{display:grid;gap:16px 24px;grid-template-columns:repeat(2,1fr);width:100%}.plus-form__item-wrapper{width:100%}.plus-form__item-wrapper--flex{flex:0 0 auto}.plus-form-item,.plus-form__item-wrapper--grid{width:100%}.plus-form-item .plus-form-item__label{align-items:center;display:inline-flex}.plus-form-item .plus-form-item__label .plus-table-column__label__icon{margin-left:2px}.plus-form-item .plus-form-item-field,.plus-form-item .plus-form-item-field.el-date-editor{width:100%}.plus-page .plus-page__table_wrapper{margin-top:8px}.plus-pagination{align-items:center;display:flex;padding:16px 0}.plus-pagination,.plus-pagination--center{justify-content:space-between}.plus-pagination--center .el-pagination{margin:0 auto}.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li{border-radius:4px;box-sizing:border-box!important;height:28px!important;min-width:28px!important;width:28px!important}.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon{display:flex!important}.el-pagination.is-background .el-pager li.is-active{background:linear-gradient(90deg,var(--pure-button-primary-gradient-start) 0,var(--pure-button-primary-gradient-end) 100%)!important;border-color:transparent!important}.el-pagination.is-background .el-pager li.is-active:hover{background:linear-gradient(90deg,color-mix(in srgb,var(--pure-button-primary-gradient-start),#fff 15%) 0,color-mix(in srgb,var(--pure-button-primary-gradient-end),#fff 15%) 100%)!important}.plus-search{--yc-plus-search-field-width:320px;--yc-plus-search-field-max-width:400px;--yc-plus-search-label-width:98px;--yc-plus-search-label-padding-right:6px;--yc-plus-search-button-padding-left:64px;--yc-plus-search-column-min-width:320px}.plus-search,.plus-search.el-form{overflow:visible!important}.plus-search .plus-form__row{row-gap:18px;width:100%}.plus-search .plus-form__row--flex{display:flex;flex-wrap:wrap;gap:16px 24px;width:100%}.plus-search .plus-form__item-wrapper--flex{flex:0 0 auto;width:auto}.plus-search .plus-form__row--flex .plus-search__button__wrapper{flex:1;justify-content:flex-start;padding-left:36px}.plus-search .plus-form__row--grid{display:grid;gap:16px 24px;grid-template-columns:repeat(auto-fill,minmax(min(var(--yc-plus-search-column-min-width,320px),100%),1fr));width:100%}.plus-search .plus-form__item-wrapper--grid{width:100%}.plus-search .plus-form__row--grid .plus-search__button__wrapper{grid-column:span 1/-1;justify-content:flex-end;padding-left:0}.plus-search .plus-form-item-field{flex:1;min-width:var(--yc-plus-search-field-width,320px);width:100%}.plus-search .plus-form-item-field .el-date-editor,.plus-search .plus-form-item-field.el-date-editor{width:100%!important}.plus-search .plus-form__row--grid .plus-form-item{width:100%}.plus-search .plus-form__row--grid .el-form-item__label{flex-shrink:0;padding-right:var(--yc-plus-search-label-padding-right,6px);width:var(--yc-plus-search-label-width,98px)!important}.plus-search .plus-form__row--grid .el-form-item__content{flex:1}.plus-search .plus-form__row--grid .plus-form-item-field{min-width:0;width:100%}.plus-search .plus-form__row--flex .plus-form-item{width:auto}.plus-search .plus-form__row--flex .el-form-item__label{flex-shrink:0;padding-right:var(--yc-plus-search-label-padding-right,6px);width:var(--yc-plus-search-label-width,98px)!important}.plus-search .plus-form__row--flex .el-form-item__content{flex:0 0 auto}.plus-search .plus-form__row--flex .plus-form-item-field{flex:0 0 auto;min-width:var(--yc-plus-search-field-width,320px);width:var(--yc-plus-search-field-width,320px)}.plus-search .plus-form__row--flex .el-date-editor{width:var(--yc-plus-search-field-width,320px)!important}.plus-search.el-form--inline .el-form-item{margin-bottom:0;margin-right:0}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__label{opacity:0;visibility:hidden}.plus-search.el-form--label-top .plus-search__button__wrapper .el-form-item__content{justify-content:flex-end}.plus-search .plus-search__unfold{margin-left:12px}.plus-search .plus-search__button__wrapper{align-items:flex-start;display:flex;flex:auto;justify-content:flex-end;margin-bottom:0;max-width:100%}.plus-search .plus-search__button__wrapper.el-form-item{margin-right:10px}.plus-search .plus-search__button__wrapper .el-form-item__content{flex:none;flex-wrap:nowrap}.plus-steps-form .el-steps{margin-bottom:20px}.plus-steps-form-vertical{display:flex}.plus-steps-form-vertical .el-steps--vertical{margin-right:20px}.plus-steps-form-vertical .plus-form{flex:1}.el-table--large .el-table__row td.el-table__cell{height:50px;padding:2px 0}.plus-table .plus-table-column .plus-table-column__header .plus-table-column__header__icon{margin-left:2px;margin-top:-2px;vertical-align:middle}.plus-table-column__header--ellipsis{display:block;overflow:hidden}.plus-table-column__header--ellipsis .plus-table-column__header-text{display:block;width:100%}.plus-table-column__header--ellipsis{align-items:center;display:inline-flex;gap:2px;width:100%}.plus-table-column__header--ellipsis .plus-table-column__header-text{flex:1 1 0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plus-table-column__header--ellipsis .plus-table-column__header__icon{flex-shrink:0}.plus-table .plus-table-action-bar.is-center .cell{justify-content:center}.plus-table .plus-table-action-bar.is-right .cell{justify-content:flex-end}.plus-table .plus-table-action-bar.el-table-fixed-column--right{background-color:var(--el-bg-color)}.plus-table .plus-table-action-bar .cell{align-items:center;display:flex}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown__link{color:var(--el-color-primary);cursor:pointer;display:inline-flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-table .plus-table-action-bar .plus-table-action-bar__more-text{margin-right:2px}.plus-table .plus-table-action-bar .plus-table-action-bar__column__link{margin-right:10px}.plus-table .plus-table-action-bar .plus-table-action-bar__dropdown{cursor:pointer;margin-left:12px;vertical-align:baseline}.plus-table .plus-table-action-bar .el-link+.el-link{margin-left:12px}.plus-table .plus-table-action-bar .el-icon{cursor:pointer}.plus-table .plus-table-action-bar .el-icon+.el-icon{margin-left:12px}.plus-table .plus-table-column-drag-sort .plus-table-column-drag-icon{box-sizing:border-box;cursor:move;font-size:18px;padding:4px}.plus-table .plus-table-column-index .plus-table-index-column{align-items:center;display:inline-flex;height:20px;justify-content:center;white-space:nowrap;width:20px;word-break:keep-all}.plus-table .plus-table-column-index .cell .plus-table-column-index__content{align-items:center;display:flex;justify-content:center;overflow:hidden}.plus-table .plus-table-title-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.plus-table .plus-table-title-bar__toolbar{align-items:center;display:flex}.plus-table .el-popper{max-width:200px}.plus-table-title-bar__toolbar__density{align-items:center;display:flex;flex-direction:column}.plus-table-title-bar__toolbar__density .el-button{margin-top:10px;width:80px}.plus-table-title-bar__toolbar__density .el-button+.el-button{margin-left:0}.plus-table-title-bar__toolbar__icon{color:var(--el-text-color-regular);cursor:pointer;margin-left:10px;vertical-align:middle}.plus-table-title-bar__toolbar__checkbox__item{margin-left:6px}.plus-table-checkbox-sortable-list{max-height:300px;overflow-y:auto}.plus-table-checkbox-item{align-items:center;display:flex;margin-left:20px}.plus-table-checkbox-handle{cursor:move;font-size:18px}.plus-table-ghost-class{background-color:#fff;border:1px dashed var(--el-color-primary);padding:0 5px}.plus-table-column__edit{cursor:pointer}.plus-table-checkbox-checkAll{display:flex;justify-content:space-between}.el-table__expand-icon{align-items:center;cursor:pointer;display:inline-flex;height:20px;justify-content:center;margin-right:4px;transition:transform .2s ease-in-out;width:20px}.el-table__expand-icon .el-icon{display:none}.el-table__expand-icon:before{background:url(https://staticcdn.jinbizhihui.com/images/saas-basic-platform/expand_collapse_v2.svg) 50% no-repeat;background-size:contain;content:"";display:block;height:16px;transition:transform .2s ease-in-out;width:16px}.el-table .caret-wrapper{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;height:24px;justify-content:center;position:relative;vertical-align:middle;width:24px}.el-table .caret-wrapper .sort-caret{background-color:var(--el-text-color-placeholder);border:none;display:block;height:7px;-webkit-mask:url(https://staticcdn.jinbizhihui.com/images/saas-basic-platform/table_sort_icon.svg) center center no-repeat;mask:url(https://staticcdn.jinbizhihui.com/images/saas-basic-platform/table_sort_icon.svg) center center no-repeat;-webkit-mask-size:14px 14px;mask-size:14px 14px;position:static;transition:background-color .2s;width:14px}.el-table .caret-wrapper .ascending{-webkit-mask-position:top center;mask-position:top center}.el-table .caret-wrapper .descending{-webkit-mask-position:bottom center;mask-position:bottom center}.el-table .ascending .sort-caret.ascending,.el-table .descending .sort-caret.descending{background-color:var(--el-color-primary)}.plus-input-tag{align-items:center;background-color:var(--el-fill-color-blank);border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;display:flex;flex-wrap:wrap;max-width:100%;padding:1px 2px;width:-moz-fit-content;width:fit-content}.plus-input-tag:hover{border-color:var(--el-border-color-hover)}.plus-input-tag.is-focus{border-color:var(--el-color-primary)}.plus-input-tag.is-disabled{background-color:var(--el-disabled-bg-color);cursor:not-allowed}.plus-input-tag.is-disabled:hover{border-color:var(--el-border-color)}.plus-input-tag.is-disabled .el-tag__close{cursor:not-allowed}.plus-input-tag.is-disabled .el-tag__close:hover{background-color:transparent;color:var(--el-tag-hover-color)}.plus-input-tag .plus-input-tag__tag{margin-bottom:1px;margin-right:4px;margin-top:1px}.plus-input-tag .plus-input-tag__input{box-sizing:border-box;flex:1;min-width:85px;padding:0}.plus-input-tag .plus-input-tag__input .el-input__wrapper{box-shadow:none;box-sizing:border-box;padding:0 4px}.plus-input-tag .plus-input-tag__input .el-input__inner{height:24px;line-height:24px}.plus-input-tag .el-input.is-disabled .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-input-tag{border-color:var(--el-color-danger)}.el-form-item.is-error .plus-input-tag .el-input__wrapper{box-shadow:none}.el-form-item.is-error .plus-input-tag .el-input__wrapper.is-focus{box-shadow:none!important}.el-form-item.is-error .plus-input-tag .el-input__wrapper:hover{box-shadow:none}.plus-breadcrumb{margin-bottom:8px}.plus-breadcrumb.no-data{margin-bottom:0}.plus-sidebar{height:100%}.plus-sidebar.is-vertical{min-height:400px}.plus-sidebar.is-vertical:not(.el-menu--collapse){flex-shrink:0;width:var(--plus-sidebar-width)}.plus-sidebar.is-vertical.el-menu--collapse .el-menu-item{width:calc(var(--plus-sidebar-min-width) - 2px)}.plus-sidebar.is-vertical .el-scrollbar__wrap{overflow-x:hidden}.plus-sidebar.is-vertical.el-menu--collapse .plus-sidebar__item-title{display:inline-block;height:0;overflow:hidden;visibility:hidden;width:0}.plus-sidebar.is-vertical.el-menu--collapse .el-sub-menu__icon-arrow{display:none}.plus-sidebar.is-vertical .el-scrollbar{height:calc(100% - var(--plus-sidebar-collapse-height))}.plus-sidebar.is-vertical .plus-sidebar__collapse{align-items:flex-start;background-color:var(--el-menu-bg-color);bottom:0;box-sizing:border-box;height:var(--plus-sidebar-collapse-height);left:0;position:absolute;width:calc(var(--plus-sidebar-width) - 2px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-collapse{width:calc(var(--plus-sidebar-min-width) - 2px)}.plus-sidebar.is-vertical .plus-sidebar__collapse.is-active{background-color:var(--el-menu-bg-color)}.plus-sidebar.is-vertical .plus-sidebar__collapse [class*=-icon]{cursor:pointer;font-size:20px;margin-top:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-sidebar.is-horizontal,.plus-sidebar.is-horizontal .el-scrollbar,.plus-sidebar.is-horizontal .el-scrollbar__wrap{width:100%}.plus-sidebar.is-horizontal .el-scrollbar__view{display:flex;flex-wrap:nowrap;height:100%;width:100%}.plus-sidebar .plus-sidebar__item-title{-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-header{align-items:center;border-bottom:1px solid var(--el-border-color);display:flex;justify-content:space-around}.plus-header.is-fixed{left:0;position:fixed;top:0;width:100%}.plus-header .plus-header__left{align-items:center;display:flex}.plus-header .plus-header__left .plus-header__logo{height:28px}.plus-header .plus-header__left .plus-header__title{color:var(--el-text-color-regular);font-size:18px;font-weight:600;margin:0 0 0 12px;padding:0}.plus-header .plus-header__placeholder{flex:1 1 0%}.plus-header .plus-header__right{align-items:center;display:flex}.plus-header .plus-header__right .plus-header__dropdown-area{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-header .plus-header__right .plus-header__avatar{border-radius:50%;height:24px;margin-right:4px;width:24px}.plus-header-placeholder{height:var(--plus-header-height);width:100%}.plus-layout{height:100vh;overflow:hidden}.plus-layout.el-container{flex-direction:column}.plus-layout .plus-sidebar{height:calc(100vh - var(--plus-header-height));min-width:var(--plus-sidebar-min-width)}.plus-layout .plus-layout-main{flex:1;height:calc(100vh - var(--plus-header-height));width:calc(100% - var(--plus-sidebar-width))}.plus-layout.collapse .plus-layout-main{width:calc(100% - var(--plus-sidebar-min-width))}.plus-layout .plus-layout-content{padding:0}.plus-check-card{border:1px solid var(--el-border-color);border-radius:var(--el-border-radius-base);box-sizing:border-box;color:var(--el-text-color-regular);cursor:pointer;display:flex;overflow:hidden;padding-block:16px;padding-inline:12px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.plus-check-card--large{width:440px}.plus-check-card--default{width:320px}.plus-check-card--small{width:200px}.plus-check-card--checked{background-color:rgba(var(--el-color-primary-rgb),.1);border-color:var(--el-color-primary);position:relative}.plus-check-card--checked:after{-webkit-border-after:10px solid transparent;-webkit-border-start:10px solid transparent;border:10px solid var(--el-color-primary);border-block-end:10px solid transparent;border-inline-start:10px solid transparent;border-start-end-radius:6px;content:"";height:0;inset-block-start:2px;inset-inline-end:2px;position:absolute;width:0}.plus-check-card--disabled{background-color:var(--el-color-info-light-9);border-color:var(--el-color-info-light-8);cursor:not-allowed}.plus-check-card--disabled:after{border-right-color:var(--el-color-info-light-5);border-top-color:var(--el-color-info-light-5)}.plus-check-card .plus-check-card__avatar-wrapper{-webkit-padding-end:8px;padding-inline-end:8px}.plus-check-card .plus-check-card__right-content{overflow:hidden;width:100%}.plus-check-card .plus-check-card__title{-webkit-margin-after:4px;align-items:center;color:var(--el-text-color-primary);display:flex;justify-content:space-between;margin-block-end:4px;width:100%}.plus-check-card .plus-check-card__title-left{align-items:center;display:flex}.plus-check-card .plus-check-card__title-right{align-items:center;display:flex;vertical-align:middle}.plus-check-card .plus-check-card__description{color:var(--el-text-color-regular);width:100%;word-break:break-all}.plus-check-card-group{display:flex;flex-wrap:wrap}.plus-check-card-group .plus-check-card{margin-bottom:16px;margin-right:16px}.yc-dialog{--scrollbar-size:6px;--scrollbar-radius:3px;--scrollbar-thumb-light:rgba(0,0,0,.2);--scrollbar-thumb-light-hover:rgba(0,0,0,.3);--scrollbar-thumb-dark:hsla(0,0%,100%,.2);--scrollbar-thumb-dark-hover:hsla(0,0%,100%,.3)}.yc-dialog.el-dialog{display:flex;flex-direction:column;margin:6vh auto 50px;max-height:var(--yc-dialog-max-height,90vh)}.yc-dialog.el-dialog .el-dialog__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0!important}.yc-dialog .el-dialog__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;padding:0}.yc-dialog .el-dialog__footer,.yc-dialog .plus-dialog-footer{flex-shrink:0}.yc-dialog .el-dialog__title{font-weight:500}.yc-dialog .el-dialog__header{padding-bottom:16px;position:relative}.yc-dialog .el-dialog__header .el-dialog__headerbtn{height:16px!important;top:0;transform:translateY(0);width:16px!important}.yc-dialog .el-dialog__header:after{background-color:#f5f7f9;bottom:0;content:"";height:1px;left:-24px;position:absolute;right:0;width:calc(100% + 48px)}.yc-dialog .el-dialog__footer{position:relative}.yc-dialog .el-dialog__footer:before{background-color:#f5f7f9;content:"";height:1px;left:-24px;position:absolute;top:0;width:calc(100% + 48px)}.yc-dialog--no-header-border .el-dialog__header:after{display:none}.yc-dialog__content{flex:1;min-height:0;overflow:visible;padding:0}.yc-dialog__content::-webkit-scrollbar{height:var(--scrollbar-size);width:var(--scrollbar-size)}.yc-dialog__content::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-light);border-radius:var(--scrollbar-radius)}.yc-dialog__content::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-light-hover)}.yc-dialog__content::-webkit-scrollbar-track{background-color:transparent}.dark .yc-dialog__content::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-dark)}.dark .yc-dialog__content::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-dark-hover)}[custom-class~=yc-dialog]{--scrollbar-size:6px;--scrollbar-radius:3px;--scrollbar-thumb-light:rgba(0,0,0,.2);--scrollbar-thumb-light-hover:rgba(0,0,0,.3);--scrollbar-thumb-dark:hsla(0,0%,100%,.2);--scrollbar-thumb-dark-hover:hsla(0,0%,100%,.3)}[custom-class~=yc-dialog] .el-dialog__body{overflow-x:hidden;overflow-y:auto!important;padding:0!important}[custom-class~=yc-dialog].el-dialog{display:flex;flex-direction:column;margin:6vh auto 50px;max-height:var(--yc-dialog-max-height,90vh)}[custom-class~=yc-dialog].el-dialog .el-dialog__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0!important}[custom-class~=yc-dialog] .el-dialog__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden;padding:0}[custom-class~=yc-dialog] .el-dialog__footer,[custom-class~=yc-dialog] .plus-dialog-footer{flex-shrink:0}[custom-class~=yc-dialog] .el-dialog__title{font-weight:500}[custom-class~=yc-dialog] .el-dialog__header{padding-bottom:16px;position:relative}[custom-class~=yc-dialog] .el-dialog__header .el-dialog__headerbtn{height:16px!important;top:0;transform:translateY(0);width:16px!important}[custom-class~=yc-dialog] .el-dialog__header:after{background-color:#f5f7f9;bottom:0;content:"";height:1px;left:-24px;position:absolute;right:0;width:calc(100% + 48px)}[custom-class~=yc-dialog] .el-dialog__footer{position:relative}[custom-class~=yc-dialog] .el-dialog__footer:before{background-color:#f5f7f9;content:"";height:1px;left:-24px;position:absolute;top:0;width:calc(100% + 48px)}[custom-class~=yc-dialog][custom-class~=yc-dialog--no-header-border] .el-dialog__header:after{display:none}[custom-class~=yc-dialog] .yc-dialog__content{flex:1;min-height:0;overflow:visible;padding:0}[custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar{height:var(--scrollbar-size);width:var(--scrollbar-size)}[custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-light);border-radius:var(--scrollbar-radius)}[custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-light-hover)}[custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar-track{background-color:transparent}.dark [custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-dark)}.dark [custom-class~=yc-dialog] .yc-dialog__content::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-dark-hover)}.yc-drawer .el-drawer__header{margin-bottom:0!important;padding:0!important}.yc-drawer .el-drawer__footer{padding-bottom:12px!important;padding-right:24px!important;padding-top:12px!important}.yc-drawer .custom-drawer-header{border-radius:4px 4px 0 0;display:flex;flex-direction:column;height:56px;justify-content:flex-end;width:100%}.yc-drawer .custom-drawer-header .header-content{align-items:center;display:flex;flex-direction:row;height:24px;justify-content:space-between;margin:16px 0 0 24px;width:calc(100% - 48px)}.yc-drawer .custom-drawer-header .header-content .header-title{color:#000;font-family:NotoSansSC,PingFangSC,sans-serif;font-size:16px;font-weight:500;height:24px;line-height:24px;overflow-wrap:break-word;text-align:left;white-space:nowrap}.yc-drawer .custom-drawer-header .header-content .header-close-icon{color:rgba(0,0,0,.6);cursor:pointer;transition:color .3s}.yc-drawer .custom-drawer-header .header-content .header-close-icon:hover{color:rgba(0,0,0,.9)}.yc-drawer .custom-drawer-header .header-divider{background-color:#f5f7f9;height:1px;margin-top:15px;width:100%}.yc-form-container-header .header-title{color:var(--el-text-color-regular);font-family:NotoSansSC,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px;padding-left:8px;position:relative;text-align:left}.yc-form-container-header .header-title:before{background:linear-gradient(180deg,var(--el-color-primary) 0,var(--el-color-primary-light-3) 100%);content:"";height:16px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:4px}.el-tree .el-tree-node__content{position:relative}.el-tree-v2 [role=treeitem]>.el-tree-node__content{position:relative}.yc-tree-node-label-wrapper{align-items:center;display:flex;flex:1}.yc-tree-node-label{font-size:12px}.yc-tree-node-line-ver{border-left:1px dashed var(--el-border-color-light,#dcdfe6);display:block;height:100%;left:0;position:absolute;top:0}.yc-tree-node-line-ver.last-node-line{border-left:1px dashed transparent}.yc-tree-node-line-ver.last-node-isLeaf-line{height:50%}.yc-tree-node-line-hor{border-bottom:1px dashed var(--el-border-color-light,#dcdfe6);display:block;height:0;left:0;position:absolute;top:50%}.yc-more-actions__icon{align-items:center;display:inline-flex;margin-right:4px}.yc-more-actions__item-icon{align-items:center;display:inline-flex;font-size:14px;margin-right:6px}.yc-more-actions__popper{border-radius:8px!important}.yc-more-actions__popper .el-dropdown-menu{border-radius:8px!important;padding:12px 8px!important}.yc-more-actions__popper .el-dropdown-menu__item{border-radius:8px!important;min-width:156px!important;padding:8px 12px!important}.yc-more-actions__popper--hide-arrow .el-popper__arrow{display:none!important}.el-dropdown-menu__item.is-danger{color:var(--el-color-danger)}.el-dropdown-menu__item.is-danger:hover{background-color:var(--el-color-danger-light-9);color:var(--el-color-danger)}.plus-yc-plus-tree{display:flex;flex-direction:column;height:100%;overflow:auto}.plus-yc-plus-tree .search-input{flex-shrink:0;margin-bottom:16px;padding-right:24px}.plus-yc-plus-tree .tree-container{flex:1;min-height:0;overflow:hidden}.plus-yc-plus-tree .tree-container .el-tree-v2{overflow-x:visible!important}.plus-yc-plus-tree .tree-container .el-tree-node__content:hover{background-color:var(--el-color-primary-light-9);border-radius:4px}.plus-yc-plus-tree .tree-container .el-tree-node__content:hover .label-text{color:var(--el-color-primary)}.plus-yc-plus-tree .tree-container .el-tree-node.is-current>.el-tree-node__content{background-color:var(--el-color-primary-light-9);border-radius:4px}.plus-yc-plus-tree .tree-container .el-tree-node.is-current>.el-tree-node__content .label-text{color:var(--el-color-primary)}.plus-yc-plus-tree .tree-container .node-label-wrapper{align-items:center;display:flex;gap:4px;width:100%}.plus-yc-plus-tree .tree-container .node-label-wrapper:hover .node-actions{opacity:1!important;pointer-events:auto!important}.plus-yc-plus-tree .tree-container .node-label-wrapper .custom-node-label,.plus-yc-plus-tree .tree-container .node-label-wrapper .node-label{align-items:center;display:flex;flex:1;gap:4px;min-width:0}.plus-yc-plus-tree .tree-container .node-label-wrapper .custom-node-label .el-tooltip__trigger,.plus-yc-plus-tree .tree-container .node-label-wrapper .node-label .el-tooltip__trigger{display:block;min-width:0;overflow:hidden}.plus-yc-plus-tree .tree-container .node-label-wrapper .custom-node-label .label-text,.plus-yc-plus-tree .tree-container .node-label-wrapper .custom-node-label .node-text,.plus-yc-plus-tree .tree-container .node-label-wrapper .node-label .label-text,.plus-yc-plus-tree .tree-container .node-label-wrapper .node-label .node-text{color:var(--el-text-color-primary);display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plus-yc-plus-tree .tree-container .node-label-wrapper .custom-node-label .node-count,.plus-yc-plus-tree .tree-container .node-label-wrapper .node-label .node-count{color:var(--el-text-color-secondary);font-size:12px}.plus-yc-plus-tree .tree-container .node-label-wrapper .node-actions{align-items:center;display:flex;flex-shrink:0;margin-left:auto;margin-right:8px;opacity:0!important;pointer-events:none!important;transition:opacity .2s ease}.plus-yc-plus-tree .tree-container .node-label-wrapper .node-actions .action-icon-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:center}.plus-yc-plus-tree .tree-container .node-label-wrapper .node-actions .action-icon{align-items:center;border-radius:4px;color:var(--el-color-primary);cursor:pointer;display:flex;height:20px;justify-content:center;transition:background-color .2s ease;width:20px}.plus-yc-plus-tree .tree-container .node-label-wrapper .node-actions .action-icon:hover{background-color:var(--el-color-primary-light-8)}.plus-yc-plus-tree .highlight-keyword{background-color:var(--el-color-primary-light-9);border-radius:2px;color:var(--el-color-primary);font-weight:600;padding:0 2px}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon{height:16px;position:relative;visibility:hidden;width:16px}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon:after{background-image:var(--tree-collapse-icon);background-position:50%;background-repeat:no-repeat;background-size:16px 16px;content:"";height:16px;left:8px;position:absolute;top:6px;visibility:visible;width:16px}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon.expanded{transform:rotate(0deg)}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon.expanded:after{background-image:var(--tree-expand-icon)}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon.is-leaf{visibility:hidden}.plus-yc-plus-tree .el-tree-node__expand-icon.el-icon.is-leaf:after{visibility:hidden}.tree-dropdown-popper{border:none!important;border-radius:8px!important;overflow:hidden!important}.tree-dropdown-menu{border-radius:8px!important;min-width:156px!important;padding:8px!important}.tree-dropdown-menu .el-dropdown-menu__item{border-radius:8px;font-size:12px;height:32px;line-height:32px;margin:0;padding:0 12px;transition:background-color .2s ease}.tree-dropdown-menu .el-dropdown-menu__item:hover{background-color:var(--el-color-primary-light-9)!important;color:var(--el-color-primary)!important}.tree-dropdown-menu .el-dropdown-menu__item:not(:last-child){margin-bottom:4px}.tree-dropdown-menu .el-divider{border-top:1px solid #e5e7eb;margin:12px 0}.sortable-ghost{opacity:.3!important;position:relative!important}.drop-target{background-color:var(--el-color-primary-light-9)!important;border-radius:4px}.drop-target:before{background:var(--el-color-primary);border-radius:1.5px;bottom:0;content:"";left:calc(var(--drop-indent, 0px) - 3px);opacity:.6;position:absolute;top:0;width:3px;z-index:1}.yc-select-v2{width:100%}.yc-status-dialog .el-dialog__footer:before{display:none!important}.yc-status-dialog{border-radius:4px!important;padding:24px!important}.yc-status-dialog .el-dialog__header{margin:0!important;padding:0!important}.yc-status-dialog .el-dialog__header:after{background-color:transparent;border:none}.yc-status-dialog .el-dialog__body{padding:0!important}.yc-status-dialog .el-dialog__footer{padding:16px 0 0!important}.yc-status-dialog .el-dialog__headerbtn{height:16px;width:16px}.yc-status-dialog .el-dialog__headerbtn .el-dialog__close{display:none}.yc-status-dialog .el-dialog__headerbtn:before{background-image:url(https://staticcdn.jinbizhihui.com/images/saas-basic-platform/close_tips_icon.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:16px;width:16px}.yc-status-dialog .dialog-header{align-items:center;display:flex;gap:4px}.yc-status-dialog .dialog-header .icon-wrapper{align-items:center;border-radius:50%;display:flex;flex-shrink:0;justify-content:center}.yc-status-dialog .dialog-header .icon-wrapper .status-icon{height:20px;width:20px}.yc-status-dialog .dialog-header .title-text{color:#000;font-size:16px;font-weight:500;line-height:24px;overflow-wrap:break-word;width:80%;word-break:break-word}.yc-status-dialog .dialog-content{box-sizing:border-box;min-height:104px;padding-top:16px}.yc-status-dialog .dialog-content .content-text{color:rgba(0,0,0,.5);font-size:14px;line-height:22px;margin:0}.yc-status-dialog .dialog-footer{display:flex;justify-content:flex-end}.yc-svg-icon{display:inline-block;-webkit-mask-size:contain;mask-size:contain;vertical-align:middle}.yc-svg-icon--original{-o-object-fit:contain;object-fit:contain}.yc-tabs-with-filter-wrapper{display:flex;flex:1;flex-direction:column;height:100%}.yc-tabs-header{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.yc-tabs-header .yc-tabs-with-filter{display:flex;flex:1;flex-direction:column;min-width:0}.yc-tabs-header .yc-tabs-with-filter .el-tabs__header{margin-bottom:16px}.yc-tabs-header .yc-tabs-with-filter .el-tabs__content{flex:1;overflow:hidden}.yc-tabs-header .yc-tabs-with-filter .el-tab-pane{height:100%}.yc-tabs-header .yc-filter-button-wrapper{padding:8px 0;position:absolute;right:0;top:0;z-index:1}.yc-tabs-header .yc-filter-button-wrapper .yc-filter-button{border:1px solid var(--el-color-primary);border-radius:4px;height:28px;line-height:28px;transition:all .3s}.yc-tabs-header .yc-filter-button-wrapper .yc-filter-button,.yc-tabs-header .yc-filter-button-wrapper .yc-filter-button--active{background-color:var(--el-bg-color);color:var(--el-color-primary)}.yc-tabs-header .yc-filter-button-wrapper .yc-filter-button:hover{color:var(--el-color-primary)}.yc-plus-page{height:100%}.yc-plus-page .plus-page>.el-card{border-radius:8px}.yc-plus-page--borderless .el-table--border{border:none!important}.yc-plus-page--borderless .el-table--border:after,.yc-plus-page--borderless .el-table--border:before{display:none!important}.yc-plus-page--borderless .el-table--border .el-table__body .el-table__cell{border-right:none!important}.yc-plus-page--borderless .el-table--border .el-table__header .el-table__cell{border-right:1px solid #ebeef5!important;position:relative}.yc-plus-page--borderless .el-table--border .el-table__header .el-table__cell:last-child{border-right:none!important}.yc-plus-page--borderless .el-table--border .el-table__header .el-table__cell:hover{border-right-color:#c0c4cc!important}.yc-plus-page--borderless .el-table--border .el-table-fixed-column--left:before,.yc-plus-page--borderless .el-table--border .el-table-fixed-column--right:before{display:none!important}.yc-plus-page--borderless .el-table--border .el-table__inner-wrapper:after,.yc-plus-page--borderless .el-table--border .el-table__inner-wrapper:before{display:none!important}.yc-plus-page--borderless .el-table--border .el-table__column-resize-proxy{border-left:1px solid var(--el-color-primary,#7b52fe)!important;z-index:10}.yc-plus-page--borderless .el-table--border .el-table__body,.yc-plus-page--borderless .el-table--border .el-table__body table,.yc-plus-page--borderless .el-table--border .el-table__footer,.yc-plus-page--borderless .el-table--border .el-table__footer table,.yc-plus-page--borderless .el-table--border .el-table__header,.yc-plus-page--borderless .el-table--border .el-table__header table{width:100%!important}.yc-search-card-body{padding-right:0}.plus-table-title-bar__toolbar__icon{font-size:16px!important;position:relative;top:-2px}.column-settings-wrapper{align-items:center;cursor:pointer;display:flex;gap:4px;margin-left:8px}.column-settings-text{font-size:14px}.yc-animate-popper{min-width:0!important}.yc-animate-container{width:280px}.yc-animate-scrollbar{border-top:1px solid var(--el-border-color-light,#e5e7eb)}.yc-animate-list{display:flex;flex-wrap:wrap;justify-content:space-around;list-style:none;margin:0 0 4px;padding:0}.yc-animate-item{align-items:center;border:1px solid var(--el-border-color-light,#e5e7eb);cursor:pointer;display:flex;height:100px;justify-content:center;margin-top:4px;transition:all .3s;width:130px}.yc-animate-item:hover{color:var(--el-color-primary);transition-duration:.7s}.yc-download-dialog-content{display:flex;flex-direction:column;gap:16px}.yc-download-dialog-section{background-color:var(--el-fill-color-lighter,#f9fafc);border-radius:8px;padding:16px}.yc-download-dialog-title{color:var(--el-text-color-primary);font-size:14px;font-weight:500;line-height:22px;margin:0 0 8px}.yc-download-dialog-subtitle{color:var(--el-text-color-secondary);font-size:12px;font-weight:400;line-height:22px;margin:0}.yc-download-btn{font-size:14px;margin-top:8px}.yc-upload-area .el-upload-dragger{padding:20px}.yc-upload-tip{color:var(--el-text-color-regular);font-size:12px;font-weight:400;margin-top:8px}.yc-upload-records{max-height:200px;overflow-y:auto}.yc-upload-record-item{align-items:center;border-bottom:1px solid var(--el-border-color-lighter);display:flex;gap:12px;padding:8px 0}.yc-upload-record-item:last-child{border-bottom:none}.yc-record-name{color:var(--el-text-color-primary);flex:1;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.yc-record-size{color:var(--el-text-color-secondary);font-size:12px}.plus-virtual-table{display:flex;flex-direction:column;height:100%;min-height:0;width:100%}.plus-virtual-table__title-bar{justify-content:space-between;padding:12px 0}.plus-virtual-table__title-bar,.plus-virtual-table__title-bar__left{align-items:center;display:flex}.plus-virtual-table__title-bar__right{align-items:center;display:flex;gap:8px}.plus-virtual-table__title-bar__text{font-size:16px;font-weight:500}.plus-virtual-table__title-bar__refresh{color:#606266;cursor:pointer;transition:color .2s}.plus-virtual-table__title-bar__refresh:hover{color:var(--el-color-primary)}.plus-virtual-table__body{flex:1;max-height:calc(100vh - 280px);min-height:0;overflow:hidden}.plus-virtual-table__header,.plus-virtual-table__header .el-table-v2__header-cell{background-color:var(--el-fill-color-light)!important}.plus-virtual-table__pagination{padding:12px 0}.plus-virtual-table-action-bar{align-items:center;display:flex;gap:4px;justify-content:center}.plus-table-column-status{align-items:center;display:inline-flex;gap:6px}.plus-table-column-status__dot{border-radius:50%;display:inline-block;height:8px;width:8px}.plus-table-column-empty{color:#c0c4cc}.plus-virtual-table--striped .plus-virtual-table__row--striped .el-table-v2__row-cell{background-color:var(--el-fill-color-lighter,#fafafa)}.plus-virtual-table--border .plus-virtual-table__body{border:1px solid var(--el-border-color-lighter,#ebeef5)}.plus-virtual-table--border .el-table-v2__header-cell,.plus-virtual-table--border .el-table-v2__row-cell{border-right:1px solid var(--el-border-color-lighter,#ebeef5)}.plus-virtual-table--border .el-table-v2__header-cell:last-child,.plus-virtual-table--border .el-table-v2__row-cell:last-child{border-right:none}.plus-virtual-table--border .el-table-v2__header-row,.plus-virtual-table--border .el-table-v2__row{border-bottom:1px solid var(--el-border-color-lighter,#ebeef5)}.el-dialog__title,.el-drawer__title{font-weight:500}.el-dialog__headerbtn{height:16px!important;width:16px!important}.el-dialog__header{padding-bottom:16px;position:relative}.el-dialog__header:after{background-color:#f5f7f9;bottom:0;content:"";height:1px;left:-24px;position:absolute;right:0;width:calc(100% + 48px)}.el-dialog__footer{padding-top:24px!important;position:relative}.el-dialog__footer:before{background-color:#f5f7f9;content:"";height:1px;left:-24px;position:absolute;top:0;width:calc(100% + 48px)}.el-button+.el-button{margin-left:16px}.el-tabs__nav .el-tabs__item{padding-left:12px;padding-right:12px}.el-tabs__nav .el-tabs__item:first-child{padding-left:0}.el-dialog .plus-form__item-wrapper .el-form-item,.el-drawer .plus-form__item-wrapper .el-form-item{margin-bottom:24px}.el-dialog .plus-search .plus-form__item-wrapper .el-form-item,.el-drawer .plus-search .plus-form__item-wrapper .el-form-item{margin-bottom:0}.plus-table-title-bar .el-button.is-link.is-disabled{color:#999!important}.plus-table-title-bar .el-button.is-link{color:#000!important}.plus-table-title-bar .el-button.is-link:hover:not(.is-disabled){color:var(--el-color-primary)!important}.el-dialog,.plus-dialog{padding:24px!important}.el-tag.el-tag--warning{background-color:#fff7ec;border:1px solid #ff970f;border-radius:4px;color:#ff970f}.el-tag.el-tag--primary{background-color:#edf5ff;border:1px solid #006ffe;border-radius:4px;color:#006ffe}.el-tag.el-tag--success{background-color:#dff4ee;border:1px solid #08a57b;border-radius:4px;color:#08a57b}.el-tag.el-tag--danger{background-color:#feecef;border-color:#ff4d4f;border-radius:4px;color:#ff4d4f}@font-face{font-display:swap;font-family:"Alibaba PuHuiTi 3.0";font-style:normal;font-weight:400;src:url(https://staticcdn.jinbizhihui.com/fonts/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Alibaba PuHuiTi 3.0";font-style:normal;font-weight:500;src:url(https://staticcdn.jinbizhihui.com/fonts/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Alibaba PuHuiTi 3.0";font-style:normal;font-weight:700;src:url(https://staticcdn.jinbizhihui.com/fonts/AlibabaPuHuiTi-3/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff2) format("woff2")}html body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:"Alibaba PuHuiTi 3.0",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important}