@jzliu-cli/bi-engine 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. package/README.md +381 -0
  2. package/dist/assets/fonts/element-icons.313f7dac.woff +0 -0
  3. package/dist/assets/fonts/element-icons.45201881.ttf +0 -0
  4. package/dist/assets/img/dashboard/center1.png +0 -0
  5. package/dist/assets/img/dashboard/center2.png +0 -0
  6. package/dist/assets/img/dashboard/center3.png +0 -0
  7. package/dist/assets/img/dashboard/center4.png +0 -0
  8. package/dist/assets/img/dashboard/center5.png +0 -0
  9. package/dist/assets/img/dashboard/center6.png +0 -0
  10. package/dist/assets/img/dashboard/center7.png +0 -0
  11. package/dist/assets/img/dashboard/center8-bg.png +0 -0
  12. package/dist/assets/img/dashboard/center8.png +0 -0
  13. package/dist/assets/img/dashboard/column-none.png +0 -0
  14. package/dist/assets/img/dashboard/connect.png +0 -0
  15. package/dist/assets/img/dashboard/dangjian.png +0 -0
  16. package/dist/assets/img/dashboard/indicator-card.png +0 -0
  17. package/dist/assets/img/dashboard/lay1.png +0 -0
  18. package/dist/assets/img/dashboard/lay2.png +0 -0
  19. package/dist/assets/img/dashboard/lay3.png +0 -0
  20. package/dist/assets/img/dashboard/lay4.png +0 -0
  21. package/dist/assets/img/dashboard/lay5.png +0 -0
  22. package/dist/assets/img/dashboard/lay6.png +0 -0
  23. package/dist/assets/img/dashboard/lay7.png +0 -0
  24. package/dist/assets/img/dashboard/lay8.png +0 -0
  25. package/dist/assets/img/dashboard/line-none.png +0 -0
  26. package/dist/assets/img/dashboard/mobile.png +0 -0
  27. package/dist/assets/img/dashboard/pie-none.png +0 -0
  28. package/dist/assets/img/dashboard/resource.png +0 -0
  29. package/dist/assets/img/dashboard/share.png +0 -0
  30. package/dist/assets/img/dashboard/table-none.png +0 -0
  31. package/dist/assets/img/empty.png +0 -0
  32. package/dist/assets/img/mobile.png +0 -0
  33. package/dist/assets/img/panel.png +0 -0
  34. package/dist/assets/style/base.less +1754 -0
  35. package/dist/assets/style/dashboard.less +320 -0
  36. package/dist/assets/style/element-variables-dark.less +8 -0
  37. package/dist/assets/style/element-variables.less +5 -0
  38. package/dist/assets/style/tailwind.css +3 -0
  39. package/dist/assets/style/transition.less +30 -0
  40. package/dist/assets/theme/element.define.css +32271 -0
  41. package/dist/assets/theme/fonts/element-icons.ttf +0 -0
  42. package/dist/assets/theme/fonts/element-icons.woff +0 -0
  43. package/dist/assets/theme/index.css +65744 -0
  44. package/dist/images/column-none.a609dd43.png +0 -0
  45. package/dist/images/empty.31d6cfe0.png +0 -0
  46. package/dist/images/indicator-card.b7982b59.png +0 -0
  47. package/dist/images/lay1.64c91237.png +0 -0
  48. package/dist/images/lay2.7b0fa581.png +0 -0
  49. package/dist/images/lay3.f44c8385.png +0 -0
  50. package/dist/images/lay4.6f06e367.png +0 -0
  51. package/dist/images/lay5.1090706d.png +0 -0
  52. package/dist/images/lay6.9ef2f723.png +0 -0
  53. package/dist/images/lay7.afa3a4fa.png +0 -0
  54. package/dist/images/lay8.80107d63.png +0 -0
  55. package/dist/images/line-none.5b0a596f.png +0 -0
  56. package/dist/images/mobile.18b276e6.png +0 -0
  57. package/dist/images/panel.93199700.png +0 -0
  58. package/dist/images/pie-none.3cb81d7f.png +0 -0
  59. package/dist/images/table-none.ca8daa78.png +0 -0
  60. package/dist/index.js +3 -0
  61. package/dist/index.js.LICENSE.txt +29 -0
  62. package/dist/index.js.map +1 -0
  63. package/dist/style.css +101324 -0
  64. package/dist/style.css.map +1 -0
  65. package/package.json +78 -0
@@ -0,0 +1,1754 @@
1
+ @import './element-variables.less';
2
+ @import './transition.less';
3
+
4
+ html,
5
+ body {
6
+ padding: 0;
7
+ width: 100%;
8
+ height: 100%;
9
+ margin: 0;
10
+ font-size: 12px;
11
+ font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial,
12
+ sans-serif;
13
+ color: var(--color-text-primary)
14
+ }
15
+
16
+ *,
17
+ *:before,
18
+ *:after {
19
+ box-sizing: border-box;
20
+ }
21
+
22
+ .orange-project .iconfont {
23
+ font-size: 20px;
24
+ }
25
+
26
+ .must-input-color {
27
+ color: #ff4141;
28
+ }
29
+
30
+ @header-height: 60px;
31
+
32
+ // 过滤组件长度
33
+ @filter-item-width: 250px;
34
+ // 范围选择过滤组件长度
35
+ @filter-item-range-width: 400px;
36
+ // 左侧过滤树组件每一项高度
37
+ @tree-node-height: 40px;
38
+ // 高级管理表单标题高度
39
+ @advanced-title-height: 50px;
40
+ @border-color: rgb(216, 220, 229);
41
+ @menuHover: rgba(255, 255, 255, 0.3);
42
+ @menu-background-color: transparent;
43
+ @tabs-header-margin-bottom: 25px;
44
+ @tab-header-background-color: #ebeef5;
45
+ @image-item-width: 65px;
46
+ @box-padding-size: 25px;
47
+ @left-menu-height: 47px;
48
+ @left-submenu-height: 43px;
49
+
50
+ .color1 {
51
+ color: var(--color-primary);
52
+ }
53
+
54
+ .primary-color {
55
+ color: var(--color-primary);
56
+ }
57
+
58
+ .error-color {
59
+ color: var(--color-danger);
60
+ }
61
+
62
+ .warning-color {
63
+ color: var(--color-warning);
64
+ }
65
+
66
+ .content-color {
67
+ color: var(--color-text-primary);
68
+ }
69
+
70
+ .secondary-color {
71
+ color: var(--color-text-secondary);
72
+ }
73
+
74
+ .regular-color {
75
+ color: var(--color-text-regular);
76
+ }
77
+
78
+ .tip-color {
79
+ color: var(--text-color-level3);
80
+ }
81
+
82
+ .ml-12px {
83
+ margin-left: 12px;
84
+ }
85
+
86
+ .mb-12px {
87
+ margin-bottom: 12px;
88
+ }
89
+
90
+ .mb-36px {
91
+ margin-bottom: 36px;
92
+ }
93
+
94
+ .mt-24px {
95
+ margin-bottom: 24px;
96
+ }
97
+
98
+ .mb-6px {
99
+ margin-bottom: 6px;
100
+ }
101
+
102
+ .el-icon-question-helper {
103
+ color: var(--color-primary);
104
+ margin-left: 2px;
105
+ font-size: 14px;
106
+ }
107
+
108
+ // 左侧菜单树样式覆盖 高度修改会引起item下移 去掉
109
+ //.el-menu-item{
110
+ // height: @left-menu-height;
111
+ // line-height: @left-menu-height;
112
+ //}
113
+ //
114
+ //.el-submenu .el-menu-item{
115
+ // height: @left-submenu-height;
116
+ // line-height: @left-submenu-height;
117
+ //}
118
+ //.el-submenu__title{
119
+ // height: @left-menu-height;
120
+ // line-height: @left-menu-height;
121
+ //}
122
+ //dialog 弹框样式重写
123
+ @media screen and (max-height: 768px) {
124
+ .el-dialog__body {
125
+ //max-height: 350px !important;
126
+ }
127
+ }
128
+
129
+ // el-dialog__footer的高度是52px, 所以把border加到el-dialog__body上
130
+ .el-dialog__body {
131
+ padding: 16px 20px 20px 20px;
132
+ border-top: 1px solid var(--line-color-level1);
133
+ border-bottom: 1px solid var(--line-color-level1);
134
+ max-height: 497px;
135
+ overflow: auto;
136
+ }
137
+
138
+ .el-dialog__wrapper[fullscreen='true'] .el-dialog__body {
139
+ max-height: none;
140
+ }
141
+
142
+ /**
143
+ * 弹窗样式,封装的layer的弹窗
144
+ **/
145
+ body .layer-dialog .layui-layer-title {
146
+ border-radius: 4px 4px 0px 0px;
147
+ border: 1px solid #01000000;
148
+ }
149
+
150
+ body .layer-dialog .layui-layer-setwin {
151
+ color: #ffffff;
152
+ }
153
+
154
+ body .layer-dialog {
155
+ border-radius: 4px;
156
+ border: 1px solid #01000000;
157
+ }
158
+
159
+ body .layer-dialog .layui-layer-content {
160
+ padding: @box-padding-size;
161
+ }
162
+
163
+ /**
164
+ * 左树右表弹窗样式
165
+ */
166
+ body .layer-advance-dialog {
167
+ border-radius: 4px;
168
+ border: 1px solid #01000000;
169
+ background-color: #f8f8f8;
170
+ }
171
+
172
+ body .layer-advance-dialog .layui-layer-title {
173
+ border-radius: 4px 4px 0px 0px;
174
+ border: 1px solid #01000000;
175
+ }
176
+
177
+ body .layer-advance-dialog .layui-layer-content {
178
+ padding: 5px 15px;
179
+ }
180
+
181
+ .orange-project {
182
+ overflow: hidden;
183
+ }
184
+
185
+ .el-main {
186
+ padding: 16px;
187
+ }
188
+
189
+ .flex-box {
190
+ flex-wrap: wrap;
191
+ }
192
+
193
+ .scrollbar_dropdown__wrap {
194
+ overflow-x: hidden;
195
+ }
196
+
197
+ .icon-btn.el-button {
198
+ font-size: 18px;
199
+ padding: 5px 0px;
200
+ }
201
+
202
+ .default-padding-box {
203
+ padding: @box-padding-size;
204
+ }
205
+
206
+ .padding-no-top {
207
+ padding: 0px @box-padding-size @box-padding-size @box-padding-size;
208
+ }
209
+
210
+ .default-border {
211
+ border: 1px solid var(--border-color-base);
212
+ }
213
+
214
+ .default-border-left {
215
+ border-left: 1px solid var(--border-color-base);
216
+ }
217
+
218
+ .default-border-right {
219
+ border-right: 1px solid var(--border-color-base);
220
+ }
221
+
222
+ .default-border-top {
223
+ border-top: 1px solid var(--border-color-base);
224
+ }
225
+
226
+ .default-border-bottom {
227
+ border-bottom: 1px solid var(--border-color-base);
228
+ }
229
+
230
+ .page-close-box {
231
+ position: absolute;
232
+ background: #0092ff;
233
+ transform: rotate(45deg);
234
+ height: 50px;
235
+ width: 50px;
236
+ right: -25px;
237
+ top: -25px;
238
+ text-align: center;
239
+
240
+ .el-button {
241
+ transform: rotate(-45deg);
242
+ color: white;
243
+ margin-top: 20px;
244
+ }
245
+ }
246
+
247
+ .el-button + .btn-import {
248
+ margin-left: 10px !important;
249
+ }
250
+
251
+ .el-button--primary {
252
+ background: var(--color-primary);
253
+ border-color: var(--color-primary);
254
+ color: #fff;
255
+ }
256
+
257
+ .el-button--primary.is-disabled,
258
+ .el-button--primary.is-disabled:hover,
259
+ .el-button--primary.is-disabled:focus,
260
+ .el-button--primary.is-disabled:active {
261
+ border-color: #bad7ff;
262
+ background: #bad7ff;
263
+ }
264
+
265
+ .el-button--text {
266
+ color: var(--color-primary);
267
+ }
268
+
269
+ .el-button.is-disabled.el-button--text {
270
+ color: var(--disabled-primary-color);
271
+ }
272
+
273
+ .el-button--primary.is-plain {
274
+ color: var(--color-primary);
275
+ background: #ecf5ff;
276
+ border-color: #b3d8ff;
277
+ }
278
+
279
+ .textarea-disabled-resize textarea {
280
+ resize: none;
281
+ }
282
+
283
+ .is-process .el-step__icon.is-text {
284
+ border-color: var(--color-primary);
285
+ color: #fff;
286
+ background-color: var(--color-primary);
287
+ }
288
+
289
+ /**
290
+ * 过滤组件样式
291
+ **/
292
+ .mask-box {
293
+ position: absolute;
294
+ width: 100%;
295
+ height: 100%;
296
+ background-color: rgba(0, 0, 0, 0.5);
297
+ top: 0;
298
+ z-index: 10;
299
+ }
300
+
301
+ .filter-box {
302
+ position: relative;
303
+ background-color: white;
304
+ padding: @box-padding-size @box-padding-size 0px @box-padding-size;
305
+ z-index: 20;
306
+ }
307
+
308
+ .advance-filter-box {
309
+ padding-bottom: 25px;
310
+ }
311
+
312
+ .filter-item {
313
+ width: @filter-item-width;
314
+ }
315
+
316
+ .cascader-item {
317
+ width: 160px !important;
318
+ }
319
+
320
+ .is-range,
321
+ .is-search {
322
+ width: @filter-item-range-width;
323
+ }
324
+
325
+ .table-operation-box {
326
+ align-self: flex-end;
327
+ margin-bottom: 10px;
328
+ overflow: hidden;
329
+ }
330
+
331
+ .table-check-box {
332
+ margin-right: 7px;
333
+ }
334
+
335
+ /**
336
+ * 左侧树状组件的样式,用户高级管理表单以及用户管理表单
337
+ **/
338
+ .advanced-left-box {
339
+ border-right: 1px solid @border-color;
340
+
341
+ .el-tree-node__content {
342
+ height: @tree-node-height;
343
+ }
344
+
345
+ .tree-node-item {
346
+ height: @tree-node-height;
347
+ line-height: @tree-node-height;
348
+ width: 100%;
349
+
350
+ .tree-node-menu {
351
+ display: none;
352
+ float: right;
353
+ padding-right: 10px;
354
+ color: var(--color-danger) !important;
355
+ }
356
+
357
+ &:hover .tree-node-menu {
358
+ display: block;
359
+ }
360
+ }
361
+
362
+ .el-tree-node .el-button + .el-button {
363
+ margin-left: 5px;
364
+ }
365
+ }
366
+
367
+ /**
368
+ * form表单输入组件宽度
369
+ **/
370
+ .full-width-input {
371
+ .el-select {
372
+ width: 100%;
373
+ }
374
+
375
+ .el-input {
376
+ width: 100%;
377
+ }
378
+
379
+ .el-cascader {
380
+ width: 100%;
381
+ }
382
+
383
+ .el-date-editor {
384
+ width: 100%;
385
+ }
386
+
387
+ .el-input-number {
388
+ width: 100%;
389
+ }
390
+ }
391
+
392
+ .el-form-item.el-form-item--mini {
393
+ min-height: 29px;
394
+ }
395
+
396
+ .el-form-item.el-form-item--small {
397
+ min-height: 32px;
398
+ }
399
+
400
+ .el-form-item.el-form-item--medium {
401
+ min-height: 36px;
402
+ }
403
+
404
+ .el-form-item.el-form-item--default {
405
+ min-height: 40px;
406
+ }
407
+
408
+ .el-aside {
409
+ overflow: visible;
410
+ }
411
+
412
+ .el-menu {
413
+ border-right-width: 0px;
414
+ }
415
+
416
+ .sidebar-bg {
417
+ // box-shadow: 0 1px 4px rgba(0,21,41,.08)!important;
418
+ }
419
+
420
+ .sidebar-title {
421
+ display: flex;
422
+ align-items: center;
423
+ height: 58px;
424
+ padding-left: 20px;
425
+ white-space: nowrap;
426
+ }
427
+
428
+ .sidebar-title-text {
429
+ font-size: 16px;
430
+ font-weight: 700;
431
+ line-height: 24px;
432
+ color: @--color-sidebar-title-text;
433
+ padding-left: 8px;
434
+ }
435
+
436
+ .el-menu:not(.el-menu--horizontal) .el-menu-item.is-active when (isdefined(@--color-menu-item-active-text-color)) {
437
+ color: @--color-menu-item-active-text-color !important;
438
+ font-weight: 700;
439
+ border-right: 4px solid var(--color-primary);
440
+ }
441
+
442
+ // //li.el-menu-item::after {
443
+ // // display:block;
444
+ // // content:attr(title);
445
+ // // font-weight:bold;
446
+ // // visibility:hidden;
447
+ // // height:1px;
448
+ // // color:transparent;
449
+ // // margin-bottom:-1px;
450
+ // // overflow:hidden;
451
+ // //}
452
+ //
453
+ // //.el-menu:not(.el-menu--horizontal) .el-submenu__title i {
454
+ // // color: @--color-menu-item-active-text-color;
455
+ // //}
456
+ .el-scrollbar when (isdefined(@--color-menu-item-active-background)) {
457
+ .el-menu:not(.el-menu--horizontal)
458
+ .el-menu-item.is-active when (isdefined(@--color-menu-item-active-background-to)) {
459
+ background: linear-gradient(to left,
460
+ @--color-menu-item-active-background,
461
+ @--color-menu-item-active-background-to);
462
+ }
463
+ .el-menu:not(.el-menu--horizontal)
464
+ .el-menu-item.is-active when not(isdefined(@--color-menu-item-active-background-to)) {
465
+ background: @--color-menu-item-active-background;
466
+ }
467
+ .el-menu:not(.el-menu--horizontal) .el-menu-item:hover when (isdefined(@--color-menu-item-active-background-to)) {
468
+ background: linear-gradient(to left,
469
+ @--color-menu-item-active-background,
470
+ @--color-menu-item-active-background-to);
471
+ color: @--color-menu-item-active-text-color;
472
+ }
473
+ .el-menu:not(.el-menu--horizontal)
474
+ .el-menu-item:hover when not(isdefined(@--color-menu-item-active-background-to)) {
475
+ background: @--color-menu-item-active-background;
476
+ color: @--color-menu-item-active-text-color;
477
+ }
478
+ }
479
+
480
+ /**
481
+ * 多tab页表单,tab样式
482
+ **/
483
+ .el-tabs__header {
484
+ margin: 8px 0 16px;
485
+ }
486
+
487
+ /**
488
+ * 表格表头背景色
489
+ **/
490
+ .table-header-gray,
491
+ .has-gutter .gutter {
492
+ background-color: @tab-header-background-color;
493
+ }
494
+
495
+ /**
496
+ * 操作按钮颜色
497
+ **/
498
+ .table-btn.delete {
499
+ color: #f56c6c;
500
+ }
501
+
502
+ .table-btn.delete:hover {
503
+ color: #f78989;
504
+ }
505
+
506
+ .table-btn.delete:disabled {
507
+ color: #dcdfe6;
508
+ }
509
+
510
+ .table-btn.success {
511
+ color: #67c23a;
512
+ }
513
+
514
+ .table-btn.success:hover {
515
+ color: #85ce61;
516
+ }
517
+
518
+ .table-btn.success:disabled {
519
+ color: #dcdfe6;
520
+ }
521
+
522
+ .table-btn.warning {
523
+ color: #e6a23c;
524
+ }
525
+
526
+ .table-btn.warning:hover {
527
+ color: #ebb563;
528
+ }
529
+
530
+ .table-btn.success:disabled {
531
+ color: #dcdfe6;
532
+ }
533
+
534
+ .el-table--group::after, .el-table--border::after {
535
+ width: 0px;
536
+ }
537
+
538
+ /**
539
+ * 图片上传以及显示样式
540
+ **/
541
+ .upload-image-item {
542
+ font-size: 28px;
543
+ color: #8c939d;
544
+ width: @image-item-width;
545
+ height: @image-item-width;
546
+ text-align: center;
547
+ display: block;
548
+
549
+ .el-upload i {
550
+ line-height: @image-item-width;
551
+ }
552
+ }
553
+
554
+ .upload-image-multi {
555
+ display: inline;
556
+ }
557
+
558
+ .upload-image-item .el-upload {
559
+ border: 1px dashed #d9d9d9;
560
+ border-radius: 6px;
561
+ cursor: pointer;
562
+ position: relative;
563
+ overflow: hidden;
564
+ }
565
+
566
+ .upload-image-item .el-upload:hover {
567
+ border-color: #409eff;
568
+ }
569
+
570
+ .upload-image-show {
571
+ width: @image-item-width;
572
+ height: @image-item-width;
573
+ display: inline;
574
+ }
575
+
576
+ .table-cell-image {
577
+ width: @image-item-width;
578
+ height: @image-item-width;
579
+ line-height: @image-item-width;
580
+ text-align: center;
581
+ font-size: @image-item-width;
582
+ color: #606266;
583
+ margin: 0px 5px;
584
+ }
585
+
586
+ .upload-image-list .el-upload-list__item {
587
+ width: @image-item-width;
588
+ height: @image-item-width;
589
+ line-height: @image-item-width;
590
+ }
591
+
592
+ .upload-image-item .el-upload-list--picture-card .el-upload-list__item {
593
+ width: @image-item-width;
594
+ height: @image-item-width;
595
+ }
596
+
597
+ .upload-image-item .el-upload.el-upload--text {
598
+ width: @image-item-width;
599
+ height: @image-item-width;
600
+ }
601
+
602
+ .upload-image-item .el-upload--picture-card {
603
+ width: @image-item-width;
604
+ height: @image-item-width;
605
+ line-height: @image-item-width;
606
+ }
607
+
608
+ /**
609
+ *
610
+ **/
611
+ @header-menu-height: 32px;
612
+
613
+ .sidebar {
614
+ height: 100%;
615
+ background-color: var(--color-menu-background);
616
+ // overflow: hidden;
617
+ box-shadow: 0px 1px 4px rgba(0, 21, 41, 0.08);
618
+ }
619
+
620
+ .header {
621
+ display: flex;
622
+ align-items: center;
623
+ height: @header-height;
624
+ background-color: white;
625
+ }
626
+
627
+ .header .menu-column {
628
+ margin-right: 20px;
629
+
630
+ .el-menu-item.is-active {
631
+ border-left: 0 solid #47ba5a;
632
+ }
633
+ }
634
+
635
+ .header-menu {
636
+ float: right;
637
+ height: @header-menu-height;
638
+ line-height: @header-menu-height;
639
+ display: flex;
640
+ justify-content: flex-end;
641
+ flex-grow: 1;
642
+
643
+ .circle {
644
+ width: 6px;
645
+ height: 6px;
646
+ border-radius: 50%;
647
+ background-color: #ff4141;
648
+ position: absolute;
649
+ right: -3px;
650
+ top: -2px;
651
+ }
652
+ }
653
+
654
+ .header-img {
655
+ width: @header-menu-height;
656
+ height: @header-menu-height;
657
+ border-radius: 50%;
658
+ margin-left: 10px;
659
+ float: right;
660
+ }
661
+
662
+ .el-menu--horizontal.el-menu {
663
+ background-color: white;
664
+ }
665
+
666
+ .el-menu--horizontal > .el-menu-item {
667
+ height: 40px;
668
+ line-height: 40px;
669
+ padding: 0;
670
+ margin: 0 20px;
671
+ }
672
+
673
+ .el-menu.el-menu--horizontal {
674
+ border-bottom: none;
675
+ }
676
+
677
+ .user-dropdown {
678
+ color: @--color-text-secondary;
679
+ cursor: pointer;
680
+ font-size: 12px;
681
+ }
682
+
683
+ .user-dropdown-item {
684
+ font-size: 12px;
685
+ color: var(--color-primary);
686
+
687
+ .el-badge {
688
+ margin-top: -8px;
689
+ margin-left: 10px;
690
+ height: 20px;
691
+ }
692
+ }
693
+
694
+ .hamburger-container {
695
+ line-height: 70px;
696
+ height: @header-height;
697
+ float: left;
698
+ padding: 0 10px;
699
+ }
700
+
701
+ .el-submenu__title {
702
+ background: #00000000;
703
+ }
704
+
705
+ .tree-select {
706
+ .el-tree-node__content {
707
+ height: 34px;
708
+ line-height: 34px;
709
+ padding-right: 10px;
710
+ }
711
+ }
712
+
713
+ .tree-select.single-select-tree {
714
+ .el-tree-node.is-current > .el-tree-node__content > .el-tree-node__label {
715
+ color: var(--color-primary);
716
+ font-weight: 700;
717
+ }
718
+ }
719
+
720
+ .cell {
721
+ .operation-cell {
722
+ color: #006cdc;
723
+ cursor: pointer;
724
+ text-decoration: underline;
725
+ }
726
+ }
727
+
728
+ .single-select-tree {
729
+ min-width: 200px !important;
730
+ }
731
+
732
+ .base-card-header {
733
+ display: flex;
734
+ align-items: center;
735
+ height: 50px;
736
+ line-height: 50px;
737
+ }
738
+
739
+ .base-card-operation {
740
+ //flex-grow: 1;
741
+ display: flex;
742
+ justify-content: flex-end;
743
+
744
+ .el-button i {
745
+ font-size: 16px !important;
746
+ }
747
+ }
748
+
749
+ .el-card__header {
750
+ margin: 0 var(--block-gap-pro);
751
+ padding: 0;
752
+ }
753
+
754
+ .el-card__body {
755
+ padding: 12px 16px;
756
+ }
757
+
758
+ .custom-cascader {
759
+ width: 200px !important;
760
+ }
761
+
762
+ .no-scroll {
763
+ overflow: hidden;
764
+ }
765
+
766
+ .custom-scroll .el-scrollbar__view {
767
+ overflow-x: hidden !important;
768
+ }
769
+
770
+ .upload-img-del {
771
+ position: absolute;
772
+ height: 20px;
773
+ width: 20px;
774
+ line-height: 20px;
775
+ font-size: 16px;
776
+ top: 2px;
777
+ right: 2px;
778
+ color: #c0c4cc;
779
+ }
780
+
781
+ .upload-img-del:hover {
782
+ color: #ef5e1c;
783
+ }
784
+
785
+ .input-label {
786
+ display: inline-block;
787
+ height: 29px;
788
+ line-height: 28px;
789
+ }
790
+
791
+ .input-progress {
792
+ height: 29px;
793
+ display: flex;
794
+ align-items: center;
795
+ }
796
+
797
+ .input-item {
798
+ width: 100% !important;
799
+ }
800
+
801
+ .table-header-gray {
802
+ background: #fafafa;
803
+ }
804
+
805
+ .table-header-custom {
806
+ background: #f6f9fb;
807
+ }
808
+
809
+ .card-header {
810
+ display: flex;
811
+ justify-content: space-between;
812
+ padding: 10px 0px;
813
+ line-height: 28px;
814
+ }
815
+
816
+ .delete-confirm .el-message-box__btns .el-button--primary {
817
+ color: #fff;
818
+ background: #f53f3f;
819
+ border-color: #f53f3f;
820
+ }
821
+
822
+ .multi-text .el-message-box__content .el-message-box__container .el-message-box__status {
823
+ top: 14%;
824
+ }
825
+
826
+ .multi-text-top .el-message-box__content .el-message-box__container .el-message-box__status {
827
+ top: 30%;
828
+ }
829
+
830
+ .multi-text-tip .el-message-box__content .el-message-box__container .el-message-box__status {
831
+ top: 19%;
832
+ }
833
+
834
+ .multi-two-lines-text-tip .el-message-box__content .el-message-box__container .el-message-box__status {
835
+ top: 12px;
836
+ }
837
+
838
+ .display-right {
839
+ margin-left: auto;
840
+ }
841
+
842
+ .filter-item-date {
843
+ width: 330px;
844
+ }
845
+
846
+ .form-online .el-dialog .el-dialog__body {
847
+ max-height: 450px;
848
+ overflow: hidden;
849
+ overflow-y: auto;
850
+ }
851
+
852
+ ::-webkit-scrollbar {
853
+ width: 4px;
854
+ height: 4px;
855
+ background: none;
856
+ margin-right: 4px;
857
+ }
858
+
859
+ ::-webkit-scrollbar-thumb {
860
+ background: rgba(0, 0, 0, 0.15);;
861
+ border-radius: 2px;
862
+ }
863
+
864
+ ::-webkit-scrollbar-thumb:hover {
865
+ background: #a8a8a8;
866
+ }
867
+
868
+ .ml20 {
869
+ margin-left: 20px;
870
+ }
871
+
872
+ .mr20 {
873
+ margin-right: 20px;
874
+ }
875
+
876
+ .mt20 {
877
+ margin-top: 20px;
878
+ }
879
+
880
+ .mt12 {
881
+ margin-top: 12px;
882
+ }
883
+
884
+ .mt6 {
885
+ margin-top: 6px;
886
+ }
887
+
888
+ .mb20 {
889
+ margin-bottom: 20px;
890
+ }
891
+
892
+ .pl20 {
893
+ padding-left: 20px;
894
+ }
895
+
896
+ .pr20 {
897
+ padding-right: 20px;
898
+ }
899
+
900
+ .pt20 {
901
+ padding-top: 20px;
902
+ }
903
+
904
+ .pb20 {
905
+ padding-bottom: 20px;
906
+ }
907
+
908
+ .gutter-left {
909
+ padding-left: 20px;
910
+ }
911
+
912
+ .gutter-right {
913
+ padding-right: 20px;
914
+ }
915
+
916
+ .gutter-top {
917
+ padding-top: 20px;
918
+ }
919
+
920
+ .gutter-bottom {
921
+ padding-bottom: 20px;
922
+ }
923
+
924
+ .page_box {
925
+ margin-top: 15px;
926
+ display: flex;
927
+ align-items: center;
928
+ justify-content: space-between;
929
+ }
930
+
931
+ .list-header {
932
+ display: flex;
933
+ flex-wrap: wrap;
934
+ justify-content: space-between;
935
+ align-items: center;
936
+ border-bottom: 1px solid #ebeef5;
937
+ margin: -14px -20px 16px -20px;
938
+ height: 50px;
939
+
940
+ .text {
941
+ font-size: 14px;
942
+ font-weight: 700;
943
+ color: var(--color-text-primary);
944
+ }
945
+ }
946
+
947
+ .el-message-box__wrapper {
948
+ .message_box {
949
+ .el-message-box__content {
950
+ .el-message-box__input {
951
+ width: 280px;
952
+ margin: -50px 0 0 100px;
953
+ }
954
+ }
955
+ }
956
+ }
957
+
958
+ .el-table .cell,
959
+ .planList .tb-flex .text,
960
+ .ty_flex .nameLabel,
961
+ .el-table .cell > div:first-child,
962
+ .vxe-table--render-wrapper .vxe-cell,
963
+ .el-table .cell .el-button--text {
964
+ overflow: hidden;
965
+ white-space: nowrap !important;
966
+ text-overflow: ellipsis;
967
+ vertical-align: middle;
968
+ }
969
+
970
+ //.el-table .cell > div:first-child {
971
+ // display: flex;
972
+ // align-items: center;
973
+ //}
974
+ //.el-table .cell div:first-child, .el-table .cell span:first-child {
975
+ // overflow: hidden;
976
+ // text-overflow: ellipsis;
977
+ //}
978
+
979
+ .el-table .cell img {
980
+ vertical-align: middle;
981
+ }
982
+
983
+ .base-conf-dialog .el-dialog__body {
984
+ //min-height: 400px;
985
+ max-height: 500px;
986
+ overflow: auto;
987
+ }
988
+
989
+ .el-checkbox__inner {
990
+ border: 1px solid #999;
991
+ }
992
+
993
+ .el-radio__inner {
994
+ border: 1px solid #999;
995
+ }
996
+
997
+ .el-textarea__inner {
998
+ font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial,
999
+ sans-serif;
1000
+ }
1001
+
1002
+ .stopUsing {
1003
+ color: #aaaaaa;
1004
+ }
1005
+
1006
+ .defaultBox {
1007
+ background: #fbfbfb;
1008
+ border: 1px solid #d9d9d9;
1009
+ color: #000;
1010
+ }
1011
+
1012
+ .greyBox {
1013
+ background: var(--bg-info-color);
1014
+ border: 1px solid var(--text-color-level4);
1015
+ color: var(--text-color-level4);
1016
+ }
1017
+
1018
+ .greenBox {
1019
+ background: var(--success-color-level1);
1020
+ border: 1px solid var(--color-success);
1021
+ color: var(--color-success);
1022
+ }
1023
+
1024
+ .redBox {
1025
+ background: var(--error-color-level1);
1026
+ border: 1px solid var(--color-danger);
1027
+ color: var(--color-danger);
1028
+ }
1029
+
1030
+ .yellowBox {
1031
+ background: var(--warning-color-level1);
1032
+ border: 1px solid var(--color-warning);
1033
+ color: var(--color-warning);
1034
+ }
1035
+
1036
+ .blueBox {
1037
+ background: var(--primary-color-level1);
1038
+ border: 1px solid var(--color-primary);
1039
+ color: var(--color-primary);
1040
+ }
1041
+
1042
+ .purpleBox {
1043
+ background: #F9F0FF;
1044
+ border: 1px solid #EDD6FF;
1045
+ color: #9D57F2;
1046
+ }
1047
+
1048
+ .tableTagMargin {
1049
+ margin-right: 4px;
1050
+ }
1051
+
1052
+ .detail-card {
1053
+ margin-bottom: 20px;
1054
+
1055
+ .detail-title {
1056
+ position: relative;
1057
+ padding-left: 8px;
1058
+ font-weight: bold;
1059
+ color: rgb(40, 40, 40);
1060
+ font-size: 14px;
1061
+ margin-bottom: 16px;
1062
+
1063
+ &:after {
1064
+ position: absolute;
1065
+ content: '';
1066
+ height: 90%;
1067
+ top: 5%;
1068
+ left: 0;
1069
+ width: 3px;
1070
+ background-color: var(--color-primary);
1071
+ }
1072
+ }
1073
+ }
1074
+
1075
+ .text-overflow {
1076
+ overflow: hidden;
1077
+ text-overflow: ellipsis;
1078
+ white-space: nowrap;
1079
+ }
1080
+
1081
+ .self-table {
1082
+ width: 100%;
1083
+ border-collapse: collapse;
1084
+ font-size: 12px;
1085
+
1086
+ tr {
1087
+ height: 40px;
1088
+ }
1089
+
1090
+ td,
1091
+ th {
1092
+ border: 1px solid var(--line-color-level1);
1093
+ padding: 10px;
1094
+ text-align: left;
1095
+ color: #262626;
1096
+ font-weight: normal;
1097
+ }
1098
+
1099
+ thead {
1100
+ th {
1101
+ background: var(--bg-info-color);
1102
+ }
1103
+ }
1104
+ }
1105
+
1106
+ .center {
1107
+ text-align: center !important;
1108
+ }
1109
+
1110
+ .pb60 {
1111
+ padding-bottom: 60px !important;
1112
+ }
1113
+
1114
+ .color-common {
1115
+ color: var(--color-primary);
1116
+ }
1117
+
1118
+ .dataEl {
1119
+ padding: 0 5px;
1120
+ background-color: rgb(240, 250, 255);
1121
+ border: 1px solid rgb(171, 220, 255);
1122
+ border-radius: 4px;
1123
+ height: 30px;
1124
+ line-height: 30px;
1125
+ width: 100%;
1126
+ box-sizing: border-box;
1127
+ color: rgb(46, 140, 240);
1128
+
1129
+ span {
1130
+ max-width: 160px;
1131
+ overflow: hidden;
1132
+ white-space: nowrap;
1133
+ text-overflow: ellipsis;
1134
+ }
1135
+
1136
+ .deleteIcon {
1137
+ line-height: 30px;
1138
+ cursor: pointer;
1139
+ }
1140
+ }
1141
+
1142
+ .add-sec {
1143
+ width: 100%;
1144
+ line-height: 30px;
1145
+ color: var(--color-primary);
1146
+ background-color: rgb(249, 250, 252);
1147
+ border: 1px solid #ebeef5;
1148
+ padding: 5px 20px 5px 30px;
1149
+ cursor: pointer;
1150
+ }
1151
+
1152
+ .un-select-control {
1153
+ .el-drawer,
1154
+ * {
1155
+ user-select: none;
1156
+ }
1157
+ }
1158
+
1159
+ .cursor-pointer {
1160
+ cursor: pointer;
1161
+ }
1162
+
1163
+ .number-color {
1164
+ color: var(--color-primary)
1165
+ }
1166
+
1167
+ .text_danger {
1168
+ color: var(--color-danger);
1169
+ font-weight: normal;
1170
+ font-size: 12px;
1171
+ }
1172
+
1173
+ .w-100 {
1174
+ width: 100%;
1175
+ }
1176
+
1177
+ .el-dialog__wrapper .el-dialog .el-dialog__body .el-form-item--mini .el-form-item {
1178
+ margin-right: inherit;
1179
+ }
1180
+
1181
+ .el-dialog__wrapper .el-dialog .el-dialog__body .el-form--inline .el-form-item--mini .el-form-item {
1182
+ //margin-right: 23px;
1183
+ }
1184
+
1185
+ .el-popper {
1186
+ .el-cascader-node__label {
1187
+ max-width: 300px;
1188
+ }
1189
+
1190
+ .el-select-dropdown__item {
1191
+ //max-width: 700px;
1192
+ }
1193
+ }
1194
+
1195
+ .height-auto {
1196
+ height: 100%;
1197
+ }
1198
+
1199
+ .tableSortHeader {
1200
+ display: flex;
1201
+
1202
+ .arrow_box {
1203
+ justify-content: center;
1204
+ height: 14px;
1205
+ width: 14px;
1206
+ margin-left: 5px;
1207
+ display: inline-flex;
1208
+ flex-direction: column;
1209
+ align-items: center;
1210
+ cursor: pointer;
1211
+ overflow: initial;
1212
+
1213
+ .top {
1214
+ width: 0;
1215
+ height: 0;
1216
+ border: 4px solid transparent;
1217
+ left: 7px;
1218
+ border-bottom-color: #c0c4cc;
1219
+ margin-bottom: 3px;
1220
+ }
1221
+
1222
+ .top:hover {
1223
+ border-bottom-color: var(--color-primary);
1224
+ }
1225
+
1226
+ .bottom {
1227
+ width: 0;
1228
+ height: 0;
1229
+ border: 4px solid transparent;
1230
+ left: 7px;
1231
+ border-top-color: #c0c4cc;
1232
+ }
1233
+
1234
+ .bottom:hover {
1235
+ border-top-color: var(--color-primary);
1236
+ }
1237
+ }
1238
+ }
1239
+
1240
+ .isActiveTop {
1241
+ border-radius: 2px;
1242
+ border-bottom-color: var(--color-primary) !important;
1243
+ }
1244
+
1245
+ .isActiveBottom {
1246
+ border-radius: 2px;
1247
+ border-top-color: var(--color-primary) !important;
1248
+ }
1249
+
1250
+ .el-step__head.is-success {
1251
+ color: var(--color-primary);
1252
+ border-color: var(--color-primary);
1253
+ }
1254
+
1255
+ .el-step__description.is-success,
1256
+ .el-step__title.is-success {
1257
+ color: var(--color-primary);
1258
+ }
1259
+
1260
+ .el-loading-mask.is-fullscreen {
1261
+ z-index: 3000 !important;
1262
+ }
1263
+
1264
+ .question-icon {
1265
+ color: var(--color-primary);
1266
+ font-size: 14px;
1267
+ cursor: pointer;
1268
+ }
1269
+
1270
+ .common-divider {
1271
+ margin: 6px 0;
1272
+ }
1273
+
1274
+ .el-table__empty-block {
1275
+ position: relative;
1276
+ min-height: 164px;
1277
+ width: 100% !important;
1278
+ border-bottom: 1px solid #ebeef5;
1279
+
1280
+ &:before {
1281
+ content: '';
1282
+ display: block;
1283
+ width: 184px;
1284
+ height: 102px;
1285
+ position: absolute;
1286
+ background-image: url('../img/empty.png');
1287
+ background-repeat: no-repeat;
1288
+ background-size: 100% 100%;
1289
+ top: 20px;
1290
+ left: calc(50% - 92px);
1291
+ }
1292
+
1293
+ &:after {
1294
+ position: absolute;
1295
+ content: '';
1296
+ height: 4px;
1297
+ width: 100%;
1298
+ bottom: 0;
1299
+ background: #fff;
1300
+ z-index: 99;
1301
+ }
1302
+
1303
+ .el-table__empty-text {
1304
+ position: absolute;
1305
+ top: 122px;
1306
+ line-height: 22px;
1307
+ color: var(--text-color-level4);
1308
+ }
1309
+ }
1310
+
1311
+ .el-empty {
1312
+ .el-empty__description {
1313
+ margin-top: 0px;
1314
+ line-height: 20px;
1315
+ }
1316
+
1317
+ .el-empty__bottom {
1318
+ margin-top: 4px;
1319
+ line-height: 20px;
1320
+ }
1321
+ }
1322
+
1323
+ .el-tooltip__popper.is-dark {
1324
+ background-color: var(--color-text-primary);
1325
+ max-width: 500px;
1326
+ }
1327
+
1328
+ .el-tooltip__popper .el-popper[x-placement^='bottom'] .popper__arrow::after {
1329
+ border-bottom-color: #595959 !important;
1330
+ }
1331
+
1332
+ .el-tooltip__popper .el-popper[x-placement^='top'] .popper__arrow::after {
1333
+ border-top-color: #595959 !important;
1334
+ }
1335
+
1336
+ .el-tooltip__popper.is-dark[x-placement^='bottom'] .popper__arrow::after {
1337
+ border-bottom-color: var(--color-text-primary) !important;
1338
+ }
1339
+
1340
+ .el-tooltip__popper.is-dark[x-placement^='top'] .popper__arrow::after {
1341
+ border-top-color: var(--color-text-primary) !important;
1342
+ }
1343
+
1344
+ *[w-title] {
1345
+ position: relative;
1346
+ }
1347
+
1348
+ *[w-title]:after {
1349
+ content: attr(w-title);
1350
+ position: absolute;
1351
+ width: 160px;
1352
+ top: 20px;
1353
+ left: 0;
1354
+ z-index: 9999;
1355
+ background: #ffffff;
1356
+ padding: 4px 8px;
1357
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0px 0px 6px rgba(0, 0, 0, 0.04);
1358
+ border-radius: 2px;
1359
+ }
1360
+
1361
+ .sticky-select .el-select-dropdown,
1362
+ .sticky-select .el-date-picker {
1363
+ position: absolute !important;
1364
+ top: 30px !important;
1365
+ left: 0 !important;
1366
+ }
1367
+
1368
+ .layout-offset-button {
1369
+ position: absolute;
1370
+ right: 1%;
1371
+ transform: translateY(51px);
1372
+ }
1373
+
1374
+ .tabs_box {
1375
+ // border-bottom: 1px solid #EBEEF5;
1376
+ overflow-y: hidden;
1377
+ }
1378
+
1379
+ //.el-form-item .el-input,.el-form-item .el-select,.el-form-item .el-cascader{
1380
+ // width: 180px;
1381
+ //}
1382
+ //
1383
+ //.el-form-item .el-select .el-input{
1384
+ // width: 100%
1385
+ //}
1386
+ //.el-form-item .el-cascader .el-input{
1387
+ // width: 100%
1388
+ //}
1389
+ //.el-form-item .el-input-number .el-input{
1390
+ // width: 100%
1391
+ //}
1392
+
1393
+ .cell .table-cell-flex {
1394
+ display: flex;
1395
+ }
1396
+
1397
+ .cell .table-cell-flex > div:first-child,
1398
+ .cell .table-cell-flex > span:first-child {
1399
+ text-overflow: ellipsis;
1400
+ overflow: hidden;
1401
+ }
1402
+
1403
+ .item-divider {
1404
+ width: 3px;
1405
+ height: 12px;
1406
+ margin-right: 4px;
1407
+ background: var(--color-primary);
1408
+ }
1409
+
1410
+ .g6-grid-container {
1411
+ z-index: 10;
1412
+ }
1413
+
1414
+ .el-checkbox__label {
1415
+ padding-left: 6px;
1416
+ }
1417
+
1418
+ .el-checkbox {
1419
+ color: var(--color-text-primary);
1420
+ }
1421
+
1422
+ .el-select-dropdown__list {
1423
+ .my-input-search {
1424
+ padding: 0 10px;
1425
+ }
1426
+ }
1427
+
1428
+ .el-select-dropdown__item {
1429
+ display: flex;
1430
+ align-items: center;
1431
+ justify-content: space-between;
1432
+ }
1433
+
1434
+ @media screen and (max-height: 768px) {
1435
+ .layui-dialog-warp .el-dialog__body {
1436
+ max-height: none !important;
1437
+ }
1438
+ }
1439
+
1440
+ .layui-dialog-warp {
1441
+ .el-dialog__body {
1442
+ //max-height: none !important;
1443
+ }
1444
+
1445
+ .el-dialog__footer {
1446
+ border-top: none;
1447
+ padding: 0;
1448
+ }
1449
+ }
1450
+
1451
+ .el-cascader__suggestion-list {
1452
+ .hover {
1453
+ background-color: #f5f7fa;
1454
+ }
1455
+ }
1456
+
1457
+
1458
+ .el-table th.table-header-gray {
1459
+ background-color: var(--bg-info-color);
1460
+ color: var(--color-text-regular);
1461
+ }
1462
+
1463
+ .el-table--border th {
1464
+ :not(:last-child):not(.el-checkbox__inner) {
1465
+ &:after {
1466
+ content: "";
1467
+ display: none;
1468
+ width: 1px;
1469
+ height: 16px;
1470
+ position: absolute;
1471
+ background: #dfe2e8;
1472
+ right: 0;
1473
+ top: 5px;
1474
+ }
1475
+ }
1476
+ }
1477
+
1478
+ .el-table--border th.is-leaf .cell {
1479
+ &:after {
1480
+ content: "";
1481
+ display: block;
1482
+ width: 1px;
1483
+ height: 16px;
1484
+ position: absolute;
1485
+ background: #dfe2e8;
1486
+ right: 0;
1487
+ top: 5px;
1488
+ }
1489
+ }
1490
+
1491
+ .el-table th:nth-last-child(2) .cell {
1492
+ &:after {
1493
+ display: none;
1494
+ }
1495
+ }
1496
+
1497
+ .el-table th:last-child .cell {
1498
+ &:after {
1499
+ display: none;
1500
+ }
1501
+ }
1502
+
1503
+ .el-table-column--selection .cell {
1504
+ &:after {
1505
+ display: none !important;
1506
+ }
1507
+ }
1508
+
1509
+ .el-table td, .el-table th.is-leaf {
1510
+ border-color: transparent;
1511
+ }
1512
+
1513
+ .el-table--border .el-table__cell {
1514
+ border-right: none;
1515
+ color: var(--text-color-level6);
1516
+ }
1517
+
1518
+ .el-table--border, .el-table--group {
1519
+ border: none;
1520
+ }
1521
+
1522
+ .el-message {
1523
+ z-index: 99999 !important;
1524
+ padding: 10px 20px 10px 10px !important;
1525
+ }
1526
+
1527
+ .el-message__closeBtn {
1528
+ right: 5px;
1529
+ }
1530
+
1531
+ .el-message__content {
1532
+ padding-right: 25px !important;
1533
+ }
1534
+
1535
+ .el-tag.render-tag-warp {
1536
+ border-color: transparent;
1537
+ }
1538
+
1539
+ .text-overflow-hidden {
1540
+ overflow: hidden;
1541
+ text-overflow: ellipsis;
1542
+ display: -webkit-box;
1543
+ -webkit-line-clamp: 1;
1544
+ -webkit-box-orient: vertical;
1545
+ white-space: normal;
1546
+ }
1547
+
1548
+ .el-scrollbar {
1549
+ width: 100%;
1550
+ }
1551
+
1552
+ .el-button--small + .el-button--small {
1553
+ margin-left: 12px;
1554
+ }
1555
+
1556
+ .el-message-box__btns .el-button--small {
1557
+ padding: var(--padding-gap-mini) var(--block-gap-primary);
1558
+ font-size: 12px;
1559
+ }
1560
+
1561
+ .el-dialog__footer .el-button--mini + .el-button--mini {
1562
+ margin-left: 12px;
1563
+ }
1564
+
1565
+ .info-toast-custom {
1566
+ .el-icon-info {
1567
+ font-size: 14px !important;
1568
+ margin-top: -26px !important;
1569
+ }
1570
+ }
1571
+
1572
+ .custom-alert-info-detail {
1573
+ background-color: rgba(239, 247, 255, 1);
1574
+ padding: 10px 12px;
1575
+ margin-bottom: 12px;
1576
+ font-size: 12px;
1577
+ color: var(--text-color-level6);
1578
+
1579
+ .tip-title {
1580
+ font-size: 12px;
1581
+ line-height: 20px;
1582
+ }
1583
+
1584
+ .tip-icon {
1585
+ font-size: 16px;
1586
+ color: var(--color-primary);
1587
+ margin-right: 6px;
1588
+ line-height: 20px;
1589
+ }
1590
+ }
1591
+
1592
+ .disable_maker {
1593
+ width: 6px;
1594
+ height: 6px;
1595
+ display: inline-block;
1596
+ border-radius: 50%;
1597
+ margin-right: 6px;
1598
+ background: var(--text-color-level4);
1599
+ }
1600
+
1601
+ .enable_maker {
1602
+ width: 6px;
1603
+ height: 6px;
1604
+ display: inline-block;
1605
+ border-radius: 50%;
1606
+ margin-right: 6px;
1607
+ background: var(--color-success);
1608
+ }
1609
+
1610
+ .custom-alert-info-detail {
1611
+ background-color: rgba(239, 247, 255, 1);
1612
+ padding: 10px 12px;
1613
+ margin-bottom: 12px;
1614
+ font-size: 12px;
1615
+ color: var(--text-color-level6);
1616
+
1617
+ .tip-title {
1618
+ font-size: 12px;
1619
+ line-height: 20px;
1620
+ }
1621
+
1622
+ .tip-icon {
1623
+ font-size: 16px;
1624
+ color: var(--color-primary);
1625
+ margin-right: 6px;
1626
+ line-height: 20px;
1627
+ }
1628
+ }
1629
+
1630
+ .no-footer-dialog .el-dialog__footer {
1631
+ display: none;
1632
+ }
1633
+
1634
+
1635
+ .icon-sec {
1636
+ width: 60px;
1637
+ cursor: pointer;
1638
+ z-index: 9;
1639
+ top: 67px;
1640
+ display: flex;
1641
+ margin-right: 6px;
1642
+
1643
+ .icon-sec-left,
1644
+ .icon-sec-right {
1645
+ width: 30px;
1646
+ height: 28px;
1647
+ border: 1px solid #f0f0f0;
1648
+ display: flex;
1649
+ align-items: center;
1650
+ justify-content: center;
1651
+ }
1652
+
1653
+ .icon-sec-left {
1654
+ border-radius: 4px 0px 0px 4px;
1655
+ }
1656
+
1657
+ .icon-sec-right {
1658
+ border-radius: 0px 4px 4px 0px;
1659
+ }
1660
+
1661
+ .icon {
1662
+ font-size: 18px;
1663
+ line-height: 28px;
1664
+ color: rgb(219, 219, 219);
1665
+ }
1666
+
1667
+ &:hover {
1668
+ cursor: pointer;
1669
+ }
1670
+
1671
+ .active {
1672
+ color: rgb(50, 152, 255);
1673
+ }
1674
+
1675
+ .active-div {
1676
+ background: rgba(62, 123, 250, 0.1);
1677
+ border: 1px solid var(--color-primary);
1678
+ }
1679
+ }
1680
+
1681
+ .el-select-dropdown.el-popper.rule-config-popper {
1682
+ display: none;
1683
+ }
1684
+
1685
+ input {
1686
+ text-overflow: ellipsis;
1687
+ overflow: hidden;
1688
+ white-space: nowrap;
1689
+ }
1690
+
1691
+ .customKnowMessage .el-icon-close:before {
1692
+ content: '我知道了';
1693
+ font-size: 14px;
1694
+ line-height: 20px;
1695
+ color: var(--color-primary)
1696
+ }
1697
+
1698
+ .customKnowMessage .el-message__content {
1699
+ padding-right: 50px !important
1700
+ }
1701
+
1702
+ .el-message {
1703
+ max-width: 60%;
1704
+ max-height: 40%;
1705
+ word-break: break-all;
1706
+ overflow-y: auto;
1707
+ }
1708
+
1709
+ .el-notification.centerNotify.right {
1710
+ left: 50%;
1711
+ transform: translate(-50%, 0);
1712
+ width: 420px;
1713
+ }
1714
+
1715
+ .centerNotify .el-notification__title {
1716
+ font-size: 14px;
1717
+ color: #1d2129;
1718
+ line-height: 22px;
1719
+ }
1720
+
1721
+ .centerNotify .el-notification__content {
1722
+ font-size: 12px;
1723
+ color: #4e5969;
1724
+ line-height: 20px;
1725
+ }
1726
+
1727
+ .centerNotify .el-notification__icon {
1728
+ height: 14px;
1729
+ width: 14px;
1730
+ font-size: 16px;
1731
+ line-height: 22px;
1732
+ }
1733
+
1734
+ .centerNotify .el-notification__group {
1735
+ margin-left: 8px;
1736
+ }
1737
+
1738
+
1739
+ .svgIcon {
1740
+ width: 24px;
1741
+ height: 24px;
1742
+ vertical-align: -0.15em;
1743
+ fill: currentColor;
1744
+ overflow: hidden;
1745
+ }
1746
+
1747
+
1748
+ .vnode-radio .el-radio__label {
1749
+ display: none
1750
+ }
1751
+
1752
+ .db-form-item .el-form-item__label {
1753
+ line-height: 1.2;
1754
+ }