super-page-designer 2.0.23 → 2.0.31

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 (134) hide show
  1. package/dist/es/assets/images/data/barcode.png.js +4 -0
  2. package/dist/es/assets/images/workflow/workflow-history-img.png.js +4 -0
  3. package/dist/es/components/design/utils/assemblys-config.js +121 -60
  4. package/dist/es/components/design/utils/data-table-util.js +15 -6
  5. package/dist/es/components/design/utils/form-design-util.js +3 -2
  6. package/dist/es/components/design/utils/page-design-util.d.ts +2 -2
  7. package/dist/es/components/design/utils/page-design-util.js +6 -13
  8. package/dist/es/components/design/utils/page-event-util.js +21 -0
  9. package/dist/es/components/design/utils/page-helper-util.d.ts +1 -0
  10. package/dist/es/components/design/utils/page-helper-util.js +8 -0
  11. package/dist/es/components/design/utils/page-permission-util.js +6 -0
  12. package/dist/es/components/design/utils/page-table-util.js +65 -34
  13. package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +19 -4
  14. package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +3 -1
  15. package/dist/es/components/design/views/assemblys/button/button/button-attr.vue2.js +4 -1
  16. package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +11 -4
  17. package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +6 -6
  18. package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +52 -66
  19. package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue.js +188 -0
  20. package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue2.js +4 -0
  21. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +228 -0
  22. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue2.js +4 -0
  23. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +706 -0
  24. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue2.js +4 -0
  25. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue.js +33 -0
  26. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue2.js +4 -0
  27. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue.js +50 -0
  28. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue2.js +4 -0
  29. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue.js +5 -0
  30. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue2.js +80 -0
  31. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue3.js +1 -0
  32. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue.js +4 -0
  33. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue2.js +91 -0
  34. package/dist/es/components/design/views/assemblys/common/common-select-table.vue.d.ts +16 -9
  35. package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +7 -3
  36. package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +91 -86
  37. package/dist/es/components/design/views/assemblys/data/bar-code/barcode-design.vue2.js +22 -9
  38. package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +0 -1
  39. package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +8 -22
  40. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
  41. package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +4 -3
  42. package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +2 -2
  43. package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +449 -146
  44. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
  45. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +34 -27
  46. package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +3 -2
  47. package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +2 -2
  48. package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +4 -4
  49. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +260 -225
  50. package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +2 -1
  51. package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
  52. package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +13 -5
  53. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +11 -4
  54. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-event.vue.js +0 -1
  55. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +0 -1
  56. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +557 -132
  57. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-event.vue.js +5 -5
  58. package/dist/es/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +45 -58
  59. package/dist/es/components/design/views/assemblys/data/tree/tree-attr.vue2.js +12 -2
  60. package/dist/es/components/design/views/assemblys/data/tree/tree-design.vue2.js +17 -18
  61. package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +22 -13
  62. package/dist/es/components/design/views/assemblys/form/common/attr-event.vue.js +1 -1
  63. package/dist/es/components/design/views/assemblys/form/common/attr-event.vue2.js +14 -9
  64. package/dist/es/components/design/views/assemblys/form/common/attr-header.vue.js +1 -1
  65. package/dist/es/components/design/views/assemblys/form/common/attr-header.vue2.js +5 -1
  66. package/dist/es/components/design/views/assemblys/form/common/bar-code-rule.vue.js +411 -112
  67. package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
  68. package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +1 -1
  69. package/dist/es/components/design/views/assemblys/form/common/linkpage-page-callback.vue.js +12 -12
  70. package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +28 -2
  71. package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +88 -42
  72. package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +33 -21
  73. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +20 -14
  74. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-autoset.vue.js +57 -46
  75. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +47 -9
  76. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +44 -23
  77. package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +20 -11
  78. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +22 -13
  79. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-design.vue2.js +21 -15
  80. package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +13 -7
  81. package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +18 -23
  82. package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-base.vue.js +8 -3
  83. package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +22 -13
  84. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -11
  85. package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +25 -15
  86. package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +16 -9
  87. package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -11
  88. package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +16 -9
  89. package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +20 -11
  90. package/dist/es/components/design/views/assemblys/object-design.vue.js +11 -8
  91. package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.d.ts +9 -0
  92. package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +6 -2
  93. package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.d.ts +9 -0
  94. package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +7 -5
  95. package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +5 -3
  96. package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -3
  97. package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.d.ts +0 -9
  98. package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +15 -9
  99. package/dist/es/components/design/views/design/page-design.vue.js +70 -51
  100. package/dist/es/components/design/views/design/page-event/config.vue.d.ts +12 -1
  101. package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
  102. package/dist/es/components/design/views/design/page-event/config.vue2.js +5 -323
  103. package/dist/es/components/design/views/design/page-event/config.vue3.js +336 -1
  104. package/dist/es/components/design/views/design/page-event/page-event-container.vue.d.ts +1 -8
  105. package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +219 -569
  106. package/dist/es/components/design/views/design/page-event/page-event-content.vue.d.ts +11 -5
  107. package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
  108. package/dist/es/components/design/views/design/page-event/page-event-content.vue2.js +512 -367
  109. package/dist/es/components/design/views/design/page-event/page-event-view.vue.d.ts +8 -0
  110. package/dist/es/components/design/views/design/page-event/page-event-view.vue.js +48 -0
  111. package/dist/es/components/design/views/design/page-event/page-event-view.vue2.js +4 -0
  112. package/dist/es/components/design/views/design/view/assemblys-container.vue.d.ts +0 -6
  113. package/dist/es/components/design/views/design/view/assemblys-container.vue.js +14 -58
  114. package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.d.ts +2 -0
  115. package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +4 -1
  116. package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
  117. package/dist/es/components/design/views/design/view/page-switch.vue2.js +1 -0
  118. package/dist/es/components/design/views/design/view/view-design-display.vue.d.ts +2 -2
  119. package/dist/es/components/design/views/design/view/view-design-display.vue.js +135 -139
  120. package/dist/es/components/design/views/design/view/view-design-preview.vue.js +2 -3
  121. package/dist/es/stores/event-undo-redo-store.d.ts +22 -0
  122. package/dist/es/stores/event-undo-redo-store.js +56 -0
  123. package/dist/es/stores/page-store.js +2 -1
  124. package/dist/es/style.css +986 -204
  125. package/package.json +5 -5
  126. package/dist/es/assets/images/workflow/workflow-history.png.js +0 -4
  127. package/dist/es/components/design/utils/system.d.ts +0 -6
  128. package/dist/es/components/design/utils/system.js +0 -26
  129. package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue.js +0 -121
  130. package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue2.js +0 -4
  131. package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue2.js +0 -75
  132. package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue3.js +0 -5
  133. package/dist/es/components/design/views/assemblys/form/common/linkage.vue.js +0 -54
  134. package/dist/es/components/design/views/assemblys/form/common/linkage.vue2.js +0 -4
package/dist/es/style.css CHANGED
@@ -90,12 +90,18 @@
90
90
  .amb-design-content::-webkit-scrollbar {
91
91
  width: 1px;
92
92
  }
93
+ .amb-design-content-center-header{
94
+ position: sticky;
95
+ z-index: 1;
96
+ top: 0;
97
+ height: 54px;
98
+ background-color: #f7f8fa;
99
+ padding-top: 14px
100
+ }
93
101
  .amb-design-tool {
94
102
  position: -webkit-sticky; /**Safari */
95
- position: sticky;
96
103
  z-index: 1;
97
104
  width: 100%;
98
- top: 14px;
99
105
  background: #ffffff;
100
106
  height: 40px;
101
107
  line-height: 40px;
@@ -237,9 +243,10 @@
237
243
  position: sticky;
238
244
  position: -webkit-sticky;
239
245
  top: 0px;
240
- z-index: 1;
246
+ z-index: 5;
241
247
  text-align: center;
242
248
  padding: 20px 0px 10px 0px;
249
+ background-color: #FFFFFF;
243
250
  }
244
251
  .amb-design-attr-header-type {
245
252
  border-radius: 100px 100px 100px 100px;
@@ -635,19 +642,19 @@ fieldset.amb-design-item-selected {
635
642
 
636
643
 
637
644
  /* 定义滚动条的轨道 */
638
- [data-v-ecd3e513]::-webkit-scrollbar {
645
+ [data-v-a7c905da]::-webkit-scrollbar {
639
646
  height: 6px;
640
647
  width: 6px; /* 宽度 */
641
648
  }
642
649
 
643
650
  /* 定义滑块 */
644
- [data-v-ecd3e513]::-webkit-scrollbar-thumb {
651
+ [data-v-a7c905da]::-webkit-scrollbar-thumb {
645
652
  background-color: darkgrey; /* 滑块颜色 */
646
653
  border-radius: 5px; /* 圆角 */
647
654
  }
648
655
 
649
656
  /* 当滑块hover时改变颜色 */
650
- [data-v-ecd3e513]::-webkit-scrollbar-thumb:hover {
657
+ [data-v-a7c905da]::-webkit-scrollbar-thumb:hover {
651
658
  background-color: grey;
652
659
  }
653
660
  .el-tree-node__content {
@@ -742,12 +749,18 @@ fieldset.amb-design-item-selected {
742
749
  .amb-design-content::-webkit-scrollbar {
743
750
  width: 1px;
744
751
  }
752
+ .amb-design-content-center-header{
753
+ position: sticky;
754
+ z-index: 1;
755
+ top: 0;
756
+ height: 54px;
757
+ background-color: #f7f8fa;
758
+ padding-top: 14px
759
+ }
745
760
  .amb-design-tool {
746
761
  position: -webkit-sticky; /**Safari */
747
- position: sticky;
748
762
  z-index: 1;
749
763
  width: 100%;
750
- top: 14px;
751
764
  background: #ffffff;
752
765
  height: 40px;
753
766
  line-height: 40px;
@@ -888,9 +901,10 @@ fieldset.amb-design-item-selected {
888
901
  position: sticky;
889
902
  position: -webkit-sticky;
890
903
  top: 0px;
891
- z-index: 1;
904
+ z-index: 5;
892
905
  text-align: center;
893
- padding: 20px 0px 10px 0px;
906
+ padding: 20px 0px 10px 0px;
907
+ background-color: #FFFFFF;
894
908
  }
895
909
  .amb-design-attr-header-type {
896
910
  border-radius: 100px 100px 100px 100px;
@@ -1338,12 +1352,18 @@ fieldset.amb-design-item-selected {
1338
1352
  .amb-design-content::-webkit-scrollbar {
1339
1353
  width: 1px;
1340
1354
  }
1355
+ .amb-design-content-center-header{
1356
+ position: sticky;
1357
+ z-index: 1;
1358
+ top: 0;
1359
+ height: 54px;
1360
+ background-color: #f7f8fa;
1361
+ padding-top: 14px
1362
+ }
1341
1363
  .amb-design-tool {
1342
1364
  position: -webkit-sticky; /**Safari */
1343
- position: sticky;
1344
1365
  z-index: 1;
1345
1366
  width: 100%;
1346
- top: 14px;
1347
1367
  background: #ffffff;
1348
1368
  height: 40px;
1349
1369
  line-height: 40px;
@@ -1484,9 +1504,10 @@ fieldset.amb-design-item-selected {
1484
1504
  position: sticky;
1485
1505
  position: -webkit-sticky;
1486
1506
  top: 0px;
1487
- z-index: 1;
1507
+ z-index: 5;
1488
1508
  text-align: center;
1489
- padding: 20px 0px 10px 0px;
1509
+ padding: 20px 0px 10px 0px;
1510
+ background-color: #FFFFFF;
1490
1511
  }
1491
1512
  .amb-design-attr-header-type {
1492
1513
  border-radius: 100px 100px 100px 100px;
@@ -1934,12 +1955,18 @@ fieldset.amb-design-item-selected {
1934
1955
  .amb-design-content::-webkit-scrollbar {
1935
1956
  width: 1px;
1936
1957
  }
1958
+ .amb-design-content-center-header{
1959
+ position: sticky;
1960
+ z-index: 1;
1961
+ top: 0;
1962
+ height: 54px;
1963
+ background-color: #f7f8fa;
1964
+ padding-top: 14px
1965
+ }
1937
1966
  .amb-design-tool {
1938
1967
  position: -webkit-sticky; /**Safari */
1939
- position: sticky;
1940
1968
  z-index: 1;
1941
1969
  width: 100%;
1942
- top: 14px;
1943
1970
  background: #ffffff;
1944
1971
  height: 40px;
1945
1972
  line-height: 40px;
@@ -2080,9 +2107,10 @@ fieldset.amb-design-item-selected {
2080
2107
  position: sticky;
2081
2108
  position: -webkit-sticky;
2082
2109
  top: 0px;
2083
- z-index: 1;
2110
+ z-index: 5;
2084
2111
  text-align: center;
2085
- padding: 20px 0px 10px 0px;
2112
+ padding: 20px 0px 10px 0px;
2113
+ background-color: #FFFFFF;
2086
2114
  }
2087
2115
  .amb-design-attr-header-type {
2088
2116
  border-radius: 100px 100px 100px 100px;
@@ -2530,12 +2558,18 @@ fieldset.amb-design-item-selected {
2530
2558
  .amb-design-content::-webkit-scrollbar {
2531
2559
  width: 1px;
2532
2560
  }
2561
+ .amb-design-content-center-header{
2562
+ position: sticky;
2563
+ z-index: 1;
2564
+ top: 0;
2565
+ height: 54px;
2566
+ background-color: #f7f8fa;
2567
+ padding-top: 14px
2568
+ }
2533
2569
  .amb-design-tool {
2534
2570
  position: -webkit-sticky; /**Safari */
2535
- position: sticky;
2536
2571
  z-index: 1;
2537
2572
  width: 100%;
2538
- top: 14px;
2539
2573
  background: #ffffff;
2540
2574
  height: 40px;
2541
2575
  line-height: 40px;
@@ -2676,9 +2710,10 @@ fieldset.amb-design-item-selected {
2676
2710
  position: sticky;
2677
2711
  position: -webkit-sticky;
2678
2712
  top: 0px;
2679
- z-index: 1;
2713
+ z-index: 5;
2680
2714
  text-align: center;
2681
- padding: 20px 0px 10px 0px;
2715
+ padding: 20px 0px 10px 0px;
2716
+ background-color: #FFFFFF;
2682
2717
  }
2683
2718
  .amb-design-attr-header-type {
2684
2719
  border-radius: 100px 100px 100px 100px;
@@ -3126,12 +3161,18 @@ fieldset.amb-design-item-selected {
3126
3161
  .amb-design-content::-webkit-scrollbar {
3127
3162
  width: 1px;
3128
3163
  }
3164
+ .amb-design-content-center-header{
3165
+ position: sticky;
3166
+ z-index: 1;
3167
+ top: 0;
3168
+ height: 54px;
3169
+ background-color: #f7f8fa;
3170
+ padding-top: 14px
3171
+ }
3129
3172
  .amb-design-tool {
3130
3173
  position: -webkit-sticky; /**Safari */
3131
- position: sticky;
3132
3174
  z-index: 1;
3133
3175
  width: 100%;
3134
- top: 14px;
3135
3176
  background: #ffffff;
3136
3177
  height: 40px;
3137
3178
  line-height: 40px;
@@ -3272,9 +3313,10 @@ fieldset.amb-design-item-selected {
3272
3313
  position: sticky;
3273
3314
  position: -webkit-sticky;
3274
3315
  top: 0px;
3275
- z-index: 1;
3316
+ z-index: 5;
3276
3317
  text-align: center;
3277
- padding: 20px 0px 10px 0px;
3318
+ padding: 20px 0px 10px 0px;
3319
+ background-color: #FFFFFF;
3278
3320
  }
3279
3321
  .amb-design-attr-header-type {
3280
3322
  border-radius: 100px 100px 100px 100px;
@@ -3722,12 +3764,18 @@ fieldset.amb-design-item-selected {
3722
3764
  .amb-design-content::-webkit-scrollbar {
3723
3765
  width: 1px;
3724
3766
  }
3767
+ .amb-design-content-center-header{
3768
+ position: sticky;
3769
+ z-index: 1;
3770
+ top: 0;
3771
+ height: 54px;
3772
+ background-color: #f7f8fa;
3773
+ padding-top: 14px
3774
+ }
3725
3775
  .amb-design-tool {
3726
3776
  position: -webkit-sticky; /**Safari */
3727
- position: sticky;
3728
3777
  z-index: 1;
3729
3778
  width: 100%;
3730
- top: 14px;
3731
3779
  background: #ffffff;
3732
3780
  height: 40px;
3733
3781
  line-height: 40px;
@@ -3868,9 +3916,10 @@ fieldset.amb-design-item-selected {
3868
3916
  position: sticky;
3869
3917
  position: -webkit-sticky;
3870
3918
  top: 0px;
3871
- z-index: 1;
3919
+ z-index: 5;
3872
3920
  text-align: center;
3873
- padding: 20px 0px 10px 0px;
3921
+ padding: 20px 0px 10px 0px;
3922
+ background-color: #FFFFFF;
3874
3923
  }
3875
3924
  .amb-design-attr-header-type {
3876
3925
  border-radius: 100px 100px 100px 100px;
@@ -4318,12 +4367,18 @@ fieldset.amb-design-item-selected {
4318
4367
  .amb-design-content::-webkit-scrollbar {
4319
4368
  width: 1px;
4320
4369
  }
4370
+ .amb-design-content-center-header{
4371
+ position: sticky;
4372
+ z-index: 1;
4373
+ top: 0;
4374
+ height: 54px;
4375
+ background-color: #f7f8fa;
4376
+ padding-top: 14px
4377
+ }
4321
4378
  .amb-design-tool {
4322
4379
  position: -webkit-sticky; /**Safari */
4323
- position: sticky;
4324
4380
  z-index: 1;
4325
4381
  width: 100%;
4326
- top: 14px;
4327
4382
  background: #ffffff;
4328
4383
  height: 40px;
4329
4384
  line-height: 40px;
@@ -4464,9 +4519,10 @@ fieldset.amb-design-item-selected {
4464
4519
  position: sticky;
4465
4520
  position: -webkit-sticky;
4466
4521
  top: 0px;
4467
- z-index: 1;
4522
+ z-index: 5;
4468
4523
  text-align: center;
4469
- padding: 20px 0px 10px 0px;
4524
+ padding: 20px 0px 10px 0px;
4525
+ background-color: #FFFFFF;
4470
4526
  }
4471
4527
  .amb-design-attr-header-type {
4472
4528
  border-radius: 100px 100px 100px 100px;
@@ -4914,12 +4970,18 @@ fieldset.amb-design-item-selected {
4914
4970
  .amb-design-content::-webkit-scrollbar {
4915
4971
  width: 1px;
4916
4972
  }
4973
+ .amb-design-content-center-header{
4974
+ position: sticky;
4975
+ z-index: 1;
4976
+ top: 0;
4977
+ height: 54px;
4978
+ background-color: #f7f8fa;
4979
+ padding-top: 14px
4980
+ }
4917
4981
  .amb-design-tool {
4918
4982
  position: -webkit-sticky; /**Safari */
4919
- position: sticky;
4920
4983
  z-index: 1;
4921
4984
  width: 100%;
4922
- top: 14px;
4923
4985
  background: #ffffff;
4924
4986
  height: 40px;
4925
4987
  line-height: 40px;
@@ -5060,9 +5122,10 @@ fieldset.amb-design-item-selected {
5060
5122
  position: sticky;
5061
5123
  position: -webkit-sticky;
5062
5124
  top: 0px;
5063
- z-index: 1;
5125
+ z-index: 5;
5064
5126
  text-align: center;
5065
- padding: 20px 0px 10px 0px;
5127
+ padding: 20px 0px 10px 0px;
5128
+ background-color: #FFFFFF;
5066
5129
  }
5067
5130
  .amb-design-attr-header-type {
5068
5131
  border-radius: 100px 100px 100px 100px;
@@ -5510,12 +5573,18 @@ fieldset.amb-design-item-selected {
5510
5573
  .amb-design-content::-webkit-scrollbar {
5511
5574
  width: 1px;
5512
5575
  }
5576
+ .amb-design-content-center-header{
5577
+ position: sticky;
5578
+ z-index: 1;
5579
+ top: 0;
5580
+ height: 54px;
5581
+ background-color: #f7f8fa;
5582
+ padding-top: 14px
5583
+ }
5513
5584
  .amb-design-tool {
5514
5585
  position: -webkit-sticky; /**Safari */
5515
- position: sticky;
5516
5586
  z-index: 1;
5517
5587
  width: 100%;
5518
- top: 14px;
5519
5588
  background: #ffffff;
5520
5589
  height: 40px;
5521
5590
  line-height: 40px;
@@ -5656,9 +5725,10 @@ fieldset.amb-design-item-selected {
5656
5725
  position: sticky;
5657
5726
  position: -webkit-sticky;
5658
5727
  top: 0px;
5659
- z-index: 1;
5728
+ z-index: 5;
5660
5729
  text-align: center;
5661
- padding: 20px 0px 10px 0px;
5730
+ padding: 20px 0px 10px 0px;
5731
+ background-color: #FFFFFF;
5662
5732
  }
5663
5733
  .amb-design-attr-header-type {
5664
5734
  border-radius: 100px 100px 100px 100px;
@@ -6106,12 +6176,18 @@ fieldset.amb-design-item-selected {
6106
6176
  .amb-design-content::-webkit-scrollbar {
6107
6177
  width: 1px;
6108
6178
  }
6179
+ .amb-design-content-center-header{
6180
+ position: sticky;
6181
+ z-index: 1;
6182
+ top: 0;
6183
+ height: 54px;
6184
+ background-color: #f7f8fa;
6185
+ padding-top: 14px
6186
+ }
6109
6187
  .amb-design-tool {
6110
6188
  position: -webkit-sticky; /**Safari */
6111
- position: sticky;
6112
6189
  z-index: 1;
6113
6190
  width: 100%;
6114
- top: 14px;
6115
6191
  background: #ffffff;
6116
6192
  height: 40px;
6117
6193
  line-height: 40px;
@@ -6252,9 +6328,10 @@ fieldset.amb-design-item-selected {
6252
6328
  position: sticky;
6253
6329
  position: -webkit-sticky;
6254
6330
  top: 0px;
6255
- z-index: 1;
6331
+ z-index: 5;
6256
6332
  text-align: center;
6257
- padding: 20px 0px 10px 0px;
6333
+ padding: 20px 0px 10px 0px;
6334
+ background-color: #FFFFFF;
6258
6335
  }
6259
6336
  .amb-design-attr-header-type {
6260
6337
  border-radius: 100px 100px 100px 100px;
@@ -6702,12 +6779,18 @@ fieldset.amb-design-item-selected {
6702
6779
  .amb-design-content::-webkit-scrollbar {
6703
6780
  width: 1px;
6704
6781
  }
6782
+ .amb-design-content-center-header{
6783
+ position: sticky;
6784
+ z-index: 1;
6785
+ top: 0;
6786
+ height: 54px;
6787
+ background-color: #f7f8fa;
6788
+ padding-top: 14px
6789
+ }
6705
6790
  .amb-design-tool {
6706
6791
  position: -webkit-sticky; /**Safari */
6707
- position: sticky;
6708
6792
  z-index: 1;
6709
6793
  width: 100%;
6710
- top: 14px;
6711
6794
  background: #ffffff;
6712
6795
  height: 40px;
6713
6796
  line-height: 40px;
@@ -6848,9 +6931,10 @@ fieldset.amb-design-item-selected {
6848
6931
  position: sticky;
6849
6932
  position: -webkit-sticky;
6850
6933
  top: 0px;
6851
- z-index: 1;
6934
+ z-index: 5;
6852
6935
  text-align: center;
6853
- padding: 20px 0px 10px 0px;
6936
+ padding: 20px 0px 10px 0px;
6937
+ background-color: #FFFFFF;
6854
6938
  }
6855
6939
  .amb-design-attr-header-type {
6856
6940
  border-radius: 100px 100px 100px 100px;
@@ -7298,12 +7382,18 @@ fieldset.amb-design-item-selected {
7298
7382
  .amb-design-content::-webkit-scrollbar {
7299
7383
  width: 1px;
7300
7384
  }
7385
+ .amb-design-content-center-header{
7386
+ position: sticky;
7387
+ z-index: 1;
7388
+ top: 0;
7389
+ height: 54px;
7390
+ background-color: #f7f8fa;
7391
+ padding-top: 14px
7392
+ }
7301
7393
  .amb-design-tool {
7302
7394
  position: -webkit-sticky; /**Safari */
7303
- position: sticky;
7304
7395
  z-index: 1;
7305
7396
  width: 100%;
7306
- top: 14px;
7307
7397
  background: #ffffff;
7308
7398
  height: 40px;
7309
7399
  line-height: 40px;
@@ -7444,9 +7534,10 @@ fieldset.amb-design-item-selected {
7444
7534
  position: sticky;
7445
7535
  position: -webkit-sticky;
7446
7536
  top: 0px;
7447
- z-index: 1;
7537
+ z-index: 5;
7448
7538
  text-align: center;
7449
- padding: 20px 0px 10px 0px;
7539
+ padding: 20px 0px 10px 0px;
7540
+ background-color: #FFFFFF;
7450
7541
  }
7451
7542
  .amb-design-attr-header-type {
7452
7543
  border-radius: 100px 100px 100px 100px;
@@ -7894,12 +7985,18 @@ fieldset.amb-design-item-selected {
7894
7985
  .amb-design-content::-webkit-scrollbar {
7895
7986
  width: 1px;
7896
7987
  }
7988
+ .amb-design-content-center-header{
7989
+ position: sticky;
7990
+ z-index: 1;
7991
+ top: 0;
7992
+ height: 54px;
7993
+ background-color: #f7f8fa;
7994
+ padding-top: 14px
7995
+ }
7897
7996
  .amb-design-tool {
7898
7997
  position: -webkit-sticky; /**Safari */
7899
- position: sticky;
7900
7998
  z-index: 1;
7901
7999
  width: 100%;
7902
- top: 14px;
7903
8000
  background: #ffffff;
7904
8001
  height: 40px;
7905
8002
  line-height: 40px;
@@ -8040,9 +8137,10 @@ fieldset.amb-design-item-selected {
8040
8137
  position: sticky;
8041
8138
  position: -webkit-sticky;
8042
8139
  top: 0px;
8043
- z-index: 1;
8140
+ z-index: 5;
8044
8141
  text-align: center;
8045
- padding: 20px 0px 10px 0px;
8142
+ padding: 20px 0px 10px 0px;
8143
+ background-color: #FFFFFF;
8046
8144
  }
8047
8145
  .amb-design-attr-header-type {
8048
8146
  border-radius: 100px 100px 100px 100px;
@@ -8398,56 +8496,6 @@ fieldset.amb-design-item-selected {
8398
8496
  /* font-size: 14px; */
8399
8497
  margin-bottom: -8px;
8400
8498
  }
8401
-
8402
- /*不显示列样式*/
8403
- .hiddenBorder{
8404
- border-right: solid 1px #ebebeb !important;
8405
- border-left: solid 1px #ebebeb !important;
8406
- background-color: #ebebeb !important;
8407
- }
8408
- /*选中列样式*/
8409
- .addBorder{
8410
- border-right: solid 1px #5893ef !important;
8411
- border-left: solid 1px #5893ef !important;
8412
- background-color: #5893ef !important;
8413
- color: #FFFFFF;
8414
- }
8415
- .ghost {
8416
- opacity: 0.5;
8417
- background: #c8ebfb;
8418
- }
8419
-
8420
- li[data-v-ad624faf] {
8421
- color: #333;
8422
- }
8423
- .context-menu[data-v-ad624faf] {
8424
- position: fixed;
8425
- background: #fff;
8426
- z-index: 999;
8427
- padding: 5px;
8428
- margin: 0;
8429
- margin-top: 30px;
8430
- }
8431
- .context-menu li[data-v-ad624faf] {
8432
- min-width: 75px;
8433
- height: 28px;
8434
- line-height: 28px;
8435
- text-align: left;
8436
- color: #1a1a1a;
8437
- cursor: pointer;
8438
- }
8439
- .context-menu li[data-v-ad624faf]:hover {
8440
- background: #5893ef;
8441
- color: #fff;
8442
- }
8443
- .context-menu[data-v-ad624faf] {
8444
- border: 1px solid #eee;
8445
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
8446
- border-radius: 5px;
8447
- }
8448
- li[data-v-ad624faf] {
8449
- list-style-type: none;
8450
- }
8451
8499
  .el-tree-node__content {
8452
8500
  height: 34px !important;
8453
8501
  }
@@ -8540,12 +8588,18 @@ li[data-v-ad624faf] {
8540
8588
  .amb-design-content::-webkit-scrollbar {
8541
8589
  width: 1px;
8542
8590
  }
8591
+ .amb-design-content-center-header{
8592
+ position: sticky;
8593
+ z-index: 1;
8594
+ top: 0;
8595
+ height: 54px;
8596
+ background-color: #f7f8fa;
8597
+ padding-top: 14px
8598
+ }
8543
8599
  .amb-design-tool {
8544
8600
  position: -webkit-sticky; /**Safari */
8545
- position: sticky;
8546
8601
  z-index: 1;
8547
8602
  width: 100%;
8548
- top: 14px;
8549
8603
  background: #ffffff;
8550
8604
  height: 40px;
8551
8605
  line-height: 40px;
@@ -8686,9 +8740,10 @@ li[data-v-ad624faf] {
8686
8740
  position: sticky;
8687
8741
  position: -webkit-sticky;
8688
8742
  top: 0px;
8689
- z-index: 1;
8743
+ z-index: 5;
8690
8744
  text-align: center;
8691
- padding: 20px 0px 10px 0px;
8745
+ padding: 20px 0px 10px 0px;
8746
+ background-color: #FFFFFF;
8692
8747
  }
8693
8748
  .amb-design-attr-header-type {
8694
8749
  border-radius: 100px 100px 100px 100px;
@@ -9136,12 +9191,18 @@ fieldset.amb-design-item-selected {
9136
9191
  .amb-design-content::-webkit-scrollbar {
9137
9192
  width: 1px;
9138
9193
  }
9194
+ .amb-design-content-center-header{
9195
+ position: sticky;
9196
+ z-index: 1;
9197
+ top: 0;
9198
+ height: 54px;
9199
+ background-color: #f7f8fa;
9200
+ padding-top: 14px
9201
+ }
9139
9202
  .amb-design-tool {
9140
9203
  position: -webkit-sticky; /**Safari */
9141
- position: sticky;
9142
9204
  z-index: 1;
9143
9205
  width: 100%;
9144
- top: 14px;
9145
9206
  background: #ffffff;
9146
9207
  height: 40px;
9147
9208
  line-height: 40px;
@@ -9282,9 +9343,10 @@ fieldset.amb-design-item-selected {
9282
9343
  position: sticky;
9283
9344
  position: -webkit-sticky;
9284
9345
  top: 0px;
9285
- z-index: 1;
9346
+ z-index: 5;
9286
9347
  text-align: center;
9287
- padding: 20px 0px 10px 0px;
9348
+ padding: 20px 0px 10px 0px;
9349
+ background-color: #FFFFFF;
9288
9350
  }
9289
9351
  .amb-design-attr-header-type {
9290
9352
  border-radius: 100px 100px 100px 100px;
@@ -9640,6 +9702,56 @@ fieldset.amb-design-item-selected {
9640
9702
  /* font-size: 14px; */
9641
9703
  margin-bottom: -8px;
9642
9704
  }
9705
+
9706
+ /*不显示列样式*/
9707
+ .hiddenBorder{
9708
+ border-right: solid 1px #ebebeb !important;
9709
+ border-left: solid 1px #ebebeb !important;
9710
+ background-color: #ebebeb !important;
9711
+ }
9712
+ /*选中列样式*/
9713
+ .addBorder{
9714
+ border-right: solid 1px #5893ef !important;
9715
+ border-left: solid 1px #5893ef !important;
9716
+ background-color: #5893ef !important;
9717
+ color: #FFFFFF;
9718
+ }
9719
+ .ghost {
9720
+ opacity: 0.5;
9721
+ background: #c8ebfb;
9722
+ }
9723
+
9724
+ li[data-v-8f9a70b0] {
9725
+ color: #333;
9726
+ }
9727
+ .context-menu[data-v-8f9a70b0] {
9728
+ position: fixed;
9729
+ background: #fff;
9730
+ z-index: 999;
9731
+ padding: 5px;
9732
+ margin: 0;
9733
+ margin-top: 30px;
9734
+ }
9735
+ .context-menu li[data-v-8f9a70b0] {
9736
+ min-width: 75px;
9737
+ height: 28px;
9738
+ line-height: 28px;
9739
+ text-align: left;
9740
+ color: #1a1a1a;
9741
+ cursor: pointer;
9742
+ }
9743
+ .context-menu li[data-v-8f9a70b0]:hover {
9744
+ background: #5893ef;
9745
+ color: #fff;
9746
+ }
9747
+ .context-menu[data-v-8f9a70b0] {
9748
+ border: 1px solid #eee;
9749
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
9750
+ border-radius: 5px;
9751
+ }
9752
+ li[data-v-8f9a70b0] {
9753
+ list-style-type: none;
9754
+ }
9643
9755
  .el-tree-node__content {
9644
9756
  height: 34px !important;
9645
9757
  }
@@ -9732,12 +9844,18 @@ fieldset.amb-design-item-selected {
9732
9844
  .amb-design-content::-webkit-scrollbar {
9733
9845
  width: 1px;
9734
9846
  }
9847
+ .amb-design-content-center-header{
9848
+ position: sticky;
9849
+ z-index: 1;
9850
+ top: 0;
9851
+ height: 54px;
9852
+ background-color: #f7f8fa;
9853
+ padding-top: 14px
9854
+ }
9735
9855
  .amb-design-tool {
9736
9856
  position: -webkit-sticky; /**Safari */
9737
- position: sticky;
9738
9857
  z-index: 1;
9739
9858
  width: 100%;
9740
- top: 14px;
9741
9859
  background: #ffffff;
9742
9860
  height: 40px;
9743
9861
  line-height: 40px;
@@ -9878,9 +9996,10 @@ fieldset.amb-design-item-selected {
9878
9996
  position: sticky;
9879
9997
  position: -webkit-sticky;
9880
9998
  top: 0px;
9881
- z-index: 1;
9999
+ z-index: 5;
9882
10000
  text-align: center;
9883
- padding: 20px 0px 10px 0px;
10001
+ padding: 20px 0px 10px 0px;
10002
+ background-color: #FFFFFF;
9884
10003
  }
9885
10004
  .amb-design-attr-header-type {
9886
10005
  border-radius: 100px 100px 100px 100px;
@@ -10328,12 +10447,18 @@ fieldset.amb-design-item-selected {
10328
10447
  .amb-design-content::-webkit-scrollbar {
10329
10448
  width: 1px;
10330
10449
  }
10450
+ .amb-design-content-center-header{
10451
+ position: sticky;
10452
+ z-index: 1;
10453
+ top: 0;
10454
+ height: 54px;
10455
+ background-color: #f7f8fa;
10456
+ padding-top: 14px
10457
+ }
10331
10458
  .amb-design-tool {
10332
10459
  position: -webkit-sticky; /**Safari */
10333
- position: sticky;
10334
10460
  z-index: 1;
10335
10461
  width: 100%;
10336
- top: 14px;
10337
10462
  background: #ffffff;
10338
10463
  height: 40px;
10339
10464
  line-height: 40px;
@@ -10474,9 +10599,10 @@ fieldset.amb-design-item-selected {
10474
10599
  position: sticky;
10475
10600
  position: -webkit-sticky;
10476
10601
  top: 0px;
10477
- z-index: 1;
10602
+ z-index: 5;
10478
10603
  text-align: center;
10479
- padding: 20px 0px 10px 0px;
10604
+ padding: 20px 0px 10px 0px;
10605
+ background-color: #FFFFFF;
10480
10606
  }
10481
10607
  .amb-design-attr-header-type {
10482
10608
  border-radius: 100px 100px 100px 100px;
@@ -10924,12 +11050,18 @@ fieldset.amb-design-item-selected {
10924
11050
  .amb-design-content::-webkit-scrollbar {
10925
11051
  width: 1px;
10926
11052
  }
11053
+ .amb-design-content-center-header{
11054
+ position: sticky;
11055
+ z-index: 1;
11056
+ top: 0;
11057
+ height: 54px;
11058
+ background-color: #f7f8fa;
11059
+ padding-top: 14px
11060
+ }
10927
11061
  .amb-design-tool {
10928
11062
  position: -webkit-sticky; /**Safari */
10929
- position: sticky;
10930
11063
  z-index: 1;
10931
11064
  width: 100%;
10932
- top: 14px;
10933
11065
  background: #ffffff;
10934
11066
  height: 40px;
10935
11067
  line-height: 40px;
@@ -11070,9 +11202,10 @@ fieldset.amb-design-item-selected {
11070
11202
  position: sticky;
11071
11203
  position: -webkit-sticky;
11072
11204
  top: 0px;
11073
- z-index: 1;
11205
+ z-index: 5;
11074
11206
  text-align: center;
11075
- padding: 20px 0px 10px 0px;
11207
+ padding: 20px 0px 10px 0px;
11208
+ background-color: #FFFFFF;
11076
11209
  }
11077
11210
  .amb-design-attr-header-type {
11078
11211
  border-radius: 100px 100px 100px 100px;
@@ -11520,12 +11653,18 @@ fieldset.amb-design-item-selected {
11520
11653
  .amb-design-content::-webkit-scrollbar {
11521
11654
  width: 1px;
11522
11655
  }
11656
+ .amb-design-content-center-header{
11657
+ position: sticky;
11658
+ z-index: 1;
11659
+ top: 0;
11660
+ height: 54px;
11661
+ background-color: #f7f8fa;
11662
+ padding-top: 14px
11663
+ }
11523
11664
  .amb-design-tool {
11524
11665
  position: -webkit-sticky; /**Safari */
11525
- position: sticky;
11526
11666
  z-index: 1;
11527
11667
  width: 100%;
11528
- top: 14px;
11529
11668
  background: #ffffff;
11530
11669
  height: 40px;
11531
11670
  line-height: 40px;
@@ -11666,9 +11805,10 @@ fieldset.amb-design-item-selected {
11666
11805
  position: sticky;
11667
11806
  position: -webkit-sticky;
11668
11807
  top: 0px;
11669
- z-index: 1;
11808
+ z-index: 5;
11670
11809
  text-align: center;
11671
- padding: 20px 0px 10px 0px;
11810
+ padding: 20px 0px 10px 0px;
11811
+ background-color: #FFFFFF;
11672
11812
  }
11673
11813
  .amb-design-attr-header-type {
11674
11814
  border-radius: 100px 100px 100px 100px;
@@ -12116,12 +12256,18 @@ fieldset.amb-design-item-selected {
12116
12256
  .amb-design-content::-webkit-scrollbar {
12117
12257
  width: 1px;
12118
12258
  }
12259
+ .amb-design-content-center-header{
12260
+ position: sticky;
12261
+ z-index: 1;
12262
+ top: 0;
12263
+ height: 54px;
12264
+ background-color: #f7f8fa;
12265
+ padding-top: 14px
12266
+ }
12119
12267
  .amb-design-tool {
12120
12268
  position: -webkit-sticky; /**Safari */
12121
- position: sticky;
12122
12269
  z-index: 1;
12123
12270
  width: 100%;
12124
- top: 14px;
12125
12271
  background: #ffffff;
12126
12272
  height: 40px;
12127
12273
  line-height: 40px;
@@ -12262,9 +12408,10 @@ fieldset.amb-design-item-selected {
12262
12408
  position: sticky;
12263
12409
  position: -webkit-sticky;
12264
12410
  top: 0px;
12265
- z-index: 1;
12411
+ z-index: 5;
12266
12412
  text-align: center;
12267
- padding: 20px 0px 10px 0px;
12413
+ padding: 20px 0px 10px 0px;
12414
+ background-color: #FFFFFF;
12268
12415
  }
12269
12416
  .amb-design-attr-header-type {
12270
12417
  border-radius: 100px 100px 100px 100px;
@@ -12712,12 +12859,621 @@ fieldset.amb-design-item-selected {
12712
12859
  .amb-design-content::-webkit-scrollbar {
12713
12860
  width: 1px;
12714
12861
  }
12715
- .amb-design-tool {
12716
- position: -webkit-sticky; /**Safari */
12862
+ .amb-design-content-center-header{
12717
12863
  position: sticky;
12718
12864
  z-index: 1;
12865
+ top: 0;
12866
+ height: 54px;
12867
+ background-color: #f7f8fa;
12868
+ padding-top: 14px
12869
+ }
12870
+ .amb-design-tool {
12871
+ position: -webkit-sticky; /**Safari */
12872
+ z-index: 1;
12873
+ width: 100%;
12874
+ background: #ffffff;
12875
+ height: 40px;
12876
+ line-height: 40px;
12877
+ padding-top: 10px;
12878
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
12879
+ border-radius: 6px 6px 6px 6px;
12880
+ }
12881
+ .amb-page-type {
12882
+ padding-top: 11px;
12883
+ padding-left: 6px;
12884
+ padding-right: 6px;
12885
+ margin-left: 10px;
12886
+ border-radius: 4px 4px 4px 4px;
12887
+ cursor: pointer;
12888
+ }
12889
+ .amb-page-type:hover {
12890
+ background: rgba(11, 45, 101, 0.105);
12891
+ }
12892
+ .amb-page-type.selected {
12893
+ background: #5893ef;
12894
+ color: #ffffff;
12895
+ }
12896
+ .amb-page-type > label {
12897
+ font-size: 14px;
12898
+ padding-left: 6px;
12899
+ padding-right: 6px;
12900
+ padding-bottom: 15px;
12901
+ top: -5px;
12902
+ position: relative;
12903
+ cursor: pointer;
12904
+ }
12905
+ .amb-design-tool-split {
12906
+ height: 25px;
12907
+ margin-top: -12px;
12908
+ }
12909
+ .amb-design-board {
12910
+ margin: 0 auto;
12911
+ margin-top: 28px;
12912
+ overflow-y: hidden;
12913
+ overflow-x: auto;
12914
+ background: #ffffff;
12915
+ border-radius: 2px 2px 2px 2px;
12916
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
12917
+ padding-bottom: 100px;
12918
+ }
12919
+ .amb-item-ghost {
12920
+ background-color: #5893ef;
12921
+ height: 5px;
12922
+ line-height: 5px;
12923
+ overflow: hidden;
12924
+ }
12925
+ /* 将你的自定义样式添加到这里 */
12926
+ .draggable-placeholder {
12927
+ background-color: red;
12928
+ border: 1px dashed #ddd;
12929
+ margin: 5px;
12930
+ padding: 10px;
12931
+ }
12932
+ .amb-design-assembly-content {
12933
+ background: #ffffff;
12934
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
12935
+ height: 100%;
12936
+ padding-left: 10px;
12937
+ padding-right: 10px;
12938
+ overflow: auto;
12939
+ }
12940
+ /*控制滚动条宽度*/
12941
+ .amb-design-assembly-content::-webkit-scrollbar {
12942
+ width: 1px;
12943
+ }
12944
+ .amb-assembly-header {
12945
+ position: absolute;
12946
+ width: 260px;
12947
+ text-align: center;
12948
+ padding: 18px 0px 10px 0px;
12949
+ padding-bottom: 14px;
12950
+ background-color: #ffffff;
12951
+ z-index: 1;
12952
+ }
12953
+ .amb-assembly-header-type {
12954
+ border-radius: 100px 100px 100px 100px;
12955
+ background: #ffffff;
12956
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
12957
+ padding: 10px;
12958
+ padding-bottom: 12px;
12959
+ }
12960
+ .amb-assembly-header-type > label {
12961
+ padding: 4px 14px;
12962
+ cursor: pointer;
12963
+ font-size: 14px;
12964
+ }
12965
+ .amb-assembly-header-type > label.selected {
12966
+ border-radius: 100px 100px 100px 100px;
12967
+ background: #5893ef;
12968
+ color: #ffffff;
12969
+ }
12970
+ .amb-design-assembly-list {
12971
+ padding-top: 80px;
12972
+ }
12973
+ .amb-design-attr-item {
12974
+ margin-bottom: 8px;
12975
+ }
12976
+ .amb-design-attr-item-linefeed-two {
12977
+ margin-bottom: 30px;
12978
+ }
12979
+ .amb-design-attr-item-inline {
12980
+ display: flex;
12981
+ width: 100%;
12982
+ align-items: center;
12983
+ }
12984
+ .amb-design-attr-group-header > button {
12985
+ background: #f5f6f8;
12986
+ padding-left: 10px;
12987
+ font-size: 14px;
12988
+ height: 42px;
12989
+ }
12990
+ .amb-design-attr-content {
12991
+ background: #ffffff;
12992
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
12993
+ height: 100%;
12994
+ padding-left: 10px;
12995
+ padding-right: 10px;
12996
+ overflow: auto;
12997
+ position: relative;
12998
+ }
12999
+ /*控制滚动条宽度*/
13000
+ .amb-design-attr-content::-webkit-scrollbar {
13001
+ width: 1px;
13002
+ }
13003
+ .amb-design-attr-header-search {
13004
+ margin-top: 16px;
13005
+ }
13006
+ .amb-design-attr-header-select {
13007
+ width: 90px;
13008
+ height: 36px;
13009
+ }
13010
+ .amb-design-attr-header {
13011
+ position: sticky;
13012
+ position: -webkit-sticky;
13013
+ top: 0px;
13014
+ z-index: 5;
13015
+ text-align: center;
13016
+ padding: 20px 0px 10px 0px;
13017
+ background-color: #FFFFFF;
13018
+ }
13019
+ .amb-design-attr-header-type {
13020
+ border-radius: 100px 100px 100px 100px;
13021
+ background: #ffffff;
13022
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
13023
+ padding: 10px;
13024
+ padding-bottom: 10px;
13025
+ }
13026
+ .amb-design-attr-header-type > label {
13027
+ padding: 4px 10px;
13028
+ cursor: pointer;
13029
+ font-size: 14px;
13030
+ }
13031
+ .amb-design-attr-header-type > label.selected {
13032
+ border-radius: 100px 100px 100px 100px;
13033
+ background: #5893ef;
13034
+ color: #ffffff;
13035
+ }
13036
+ .amb-assembly-item {
13037
+ background: rgba(88, 147, 239, 0.06);
13038
+ border: 1px dashed rgba(88, 147, 239, 0.06);
13039
+ border-radius: 4px 4px 4px 4px;
13040
+ text-align: center;
13041
+ margin-top: 12px;
13042
+ padding: 10px;
13043
+ font-size: 12px;
13044
+ cursor: pointer;
13045
+ height: 40px;
13046
+ overflow: hidden;
13047
+ text-overflow: ellipsis;
13048
+ white-space: nowrap;
13049
+ user-select: none; /* 防止文字被选中 */
13050
+ -webkit-user-drag: none; /* 防止文字被拖动选中 */
13051
+ }
13052
+ .amb-assembly-item:hover {
13053
+ background: rgba(11, 45, 101, 0.105);
13054
+ border: 1px dashed rgba(11, 45, 101, 0.227);
13055
+ }
13056
+ .amb-assembly-item-drag {
13057
+ opacity: 1 !important;
13058
+ }
13059
+ .amb-design-page-param-row {
13060
+ height: 34px;
13061
+ }
13062
+ .amb-design-attr-group-header > button {
13063
+ background: #f5f6f8;
13064
+ padding-left: 10px;
13065
+ font-size: 14px;
13066
+ height: 42px;
13067
+ }
13068
+ .amb-design-page-param-row {
13069
+ height: 34px;
13070
+ }
13071
+ .el-table__cell > .cell {
13072
+ white-space: nowrap !important;
13073
+ }
13074
+ .amb-widget-container-iframe {
13075
+ height: 100%;
13076
+ width: 100%;
13077
+ border: 0px;
13078
+ }
13079
+ .amb-widget-container-iframe-mask {
13080
+ position: absolute;
13081
+ border: 1px dashed #c0c4cc;
13082
+ color: #c0c4cc;
13083
+ top: 0px;
13084
+ left: -2px;
13085
+ width: 100%;
13086
+ height: 100%;
13087
+ }
13088
+ .amb-design-attr-depttree-relevance-ul {
13089
+ padding: 0;
13090
+ }
13091
+ .amb-design-attr-depttree-relevance-li {
13092
+ list-style: none;
13093
+ display: flex;
13094
+ align-items: center;
13095
+ margin-bottom: 15px;
13096
+ }
13097
+ .amb-design-attr-depttree-relevance-tittle {
13098
+ width: 50%;
13099
+ text-align: center;
13100
+ }
13101
+ .amb-design-attr-datepicker-default {
13102
+ display: flex;
13103
+ justify-content: space-between;
13104
+ width: 100%;
13105
+ }
13106
+ .amb-design-attr-datepicker-default-select {
13107
+ width: 120px;
13108
+ margin-right: 5px;
13109
+ }
13110
+ /*占位符组件样式*/
13111
+ .amb-design-attr-datepicker-placeholder-subassembly {
13112
+ background-color: rgba(88, 147, 239, 0.8);
13113
+ color: #ffffff;
13114
+ border-radius: 10px;
13115
+ width: 100%;
13116
+ min-height: 34px;
13117
+ display: flex;
13118
+ align-items: center;
13119
+ justify-content: center;
13120
+ margin: 5px 0;
13121
+ }
13122
+ .amb-widget-container-title {
13123
+ line-height: 40px;
13124
+ height: 40px;
13125
+ padding: 10px;
13126
+ position: absolute;
13127
+ left: 10px;
13128
+ top: 0px;
13129
+ font-size: 14px;
13130
+ }
13131
+ /* 用于占位 */
13132
+ .amb-widget-tools-parent {
13133
+ width: 100%;
13134
+ height: 58px;
13135
+ margin-bottom: 18px;
13136
+ }
13137
+ .amb-widget-tools {
13138
+ display: flex;
13139
+ /* 垂直居中 */
13140
+ align-items: center;
13141
+ background: #fafafa;
13142
+ /* background:#FAFAFA; */
13143
+ /* background-color: var(--el-card-bg-color); */
13144
+ /* border:1px solid #e4e7ed; */
13145
+ height: 58px;
13146
+ border-radius: 4px;
13147
+ width: transparent;
13148
+ padding-left: 20px;
13149
+ padding-right: 20px;
13150
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
13151
+ /* --el-card-border-color: var(--el-border-color-light);
13152
+ --el-card-border-radius: 4px;
13153
+ --el-card-bg-color: var(--el-fill-color-blank);
13154
+ background-color: var(--el-card-bg-color);
13155
+ border: 1px solid var(--el-card-border-color);
13156
+ border-radius: var(--el-card-border-radius);
13157
+ color: var(--el-text-color-primary);
13158
+ overflow: hidden;
13159
+ transition: var(--el-transition-duration); */
13160
+ }
13161
+ .amb-design-item-default {
13162
+ border: 1px dashed #c0c4cc !important;
13163
+ /* border: 2px dashed transparent !important; */
13164
+ color: #c0c4cc;
13165
+ position: relative !important;
13166
+ }
13167
+ .amb-design-item-default:hover {
13168
+ cursor: pointer;
13169
+ border: 1px solid #e6a23c !important;
13170
+ /* background-color: rgba(205, 210, 216, 0.105); */
13171
+ }
13172
+ .amb-design-attr-group-header > button {
13173
+ background: #f5f6f8;
13174
+ padding-left: 10px;
13175
+ font-size: 14px;
13176
+ height: 36px;
13177
+ }
13178
+ .amb-design-page-param-row {
13179
+ height: 34px;
13180
+ }
13181
+ .el-table__cell > .cell {
13182
+ white-space: nowrap !important;
13183
+ }
13184
+ .amb-design-item {
13185
+ border: 1px solid #ffffff;
13186
+ }
13187
+ .amb-design-item-selected {
13188
+ border: 1px solid #e6a23c !important;
13189
+ }
13190
+ fieldset.amb-design-item-selected {
13191
+ color: #e6a23c !important;
13192
+ }
13193
+ /*组件库分组图标*/
13194
+ .amb-assembly-group-img {
13195
+ width: 16px;
13196
+ height: 16px;
13197
+ }
13198
+ /*组件库组件项目图标*/
13199
+ .amb-assembly-item-img {
13200
+ width: 16px;
13201
+ height: 16px;
13202
+ }
13203
+ .amb-design-chart-series {
13204
+ background-color: #e6a23c;
13205
+ border: 1px dashed #e6a23c;
13206
+ padding: 0px 6px 8px 6px;
13207
+ color: #ffffff;
13208
+ cursor: pointer;
13209
+ border-radius: 0px 0px 4px 4px;
13210
+ margin-right: 4px;
13211
+ }
13212
+ .amb-design-chart-series-selected {
13213
+ background-color: #5893ef;
13214
+ }
13215
+ .amb-widget-item-tool {
13216
+ background-color: #e6a23c;
13217
+ color: white;
13218
+ position: absolute;
13219
+ height: 22px;
13220
+ line-height: 22px;
13221
+ right: 0;
13222
+ top: 0;
13223
+ z-index: 1;
13224
+ padding: 6px;
13225
+ padding-top: 6px;
13226
+ padding-left: 0px;
13227
+ }
13228
+ .amb-widget-item-tool > i {
13229
+ cursor: pointer;
13230
+ }
13231
+ .avatar-uploader .el-upload {
13232
+ border: 1px dashed var(--el-border-color);
13233
+ border-radius: 6px;
13234
+ cursor: pointer;
13235
+ position: relative;
13236
+ overflow: hidden;
13237
+ transition: var(--el-transition-duration-fast);
13238
+ }
13239
+ .avatar-uploader .el-upload:hover {
13240
+ border-color: var(--el-color-primary);
13241
+ }
13242
+ .el-icon.avatar-uploader-icon {
13243
+ font-size: 28px;
13244
+ color: #8c939d;
13245
+ width: 60px;
13246
+ height: 60px;
13247
+ text-align: center;
13248
+ }
13249
+ .avatar-uploader .avatar {
13250
+ width: 60px;
13251
+ height: 60px;
13252
+ display: block;
13253
+ }
13254
+ /*缩略图-图片源*/
13255
+ .amb-design-attr-image-thumbnail-search {
13256
+ display: flex;
13257
+ align-items: center;
13258
+ margin-bottom: 8px;
13259
+ }
13260
+ .amb-design-attr-image-thumbnail-search > .search-input {
13261
+ width: 80%;
13262
+ }
13263
+ .amb-design-attr-image-thumbnail-search > .search-icon {
13264
+ margin-left: 10px;
13265
+ }
13266
+ /* 统计图组件 */
13267
+ .amb-widget-chart {
13268
+ --el-card-border-color: var(--el-border-color-light);
13269
+ --el-card-border-radius: 4px;
13270
+ --el-card-padding: 20px;
13271
+ --el-card-bg-color: var(--el-fill-color-blank);
13272
+ background-color: var(--el-card-bg-color);
13273
+ border: 1px solid var(--el-card-border-color);
13274
+ border-radius: var(--el-card-border-radius);
13275
+ color: var(--el-text-color-primary);
13276
+ overflow: hidden;
13277
+ transition: var(--el-transition-duration);
13278
+ box-shadow: var(--el-box-shadow-light);
13279
+
13280
+ margin-bottom: 18px;
13281
+ }
13282
+ .amb-widget-chart-header {
13283
+ border-bottom: 1px solid var(--el-card-border-color);
13284
+ padding: 6px 10px;
13285
+ display: flex;
13286
+ min-height: 36px;
13287
+ }
13288
+ .amb-widget-chart-header-item {
13289
+ display: flex;
13290
+ align-items: center;
13291
+ }
13292
+ .amb-widget-chart-header-center {
13293
+ flex-grow: 1;
13294
+ text-align: center;
13295
+ vertical-align: middle;
13296
+ justify-content: center;
13297
+ }
13298
+ .el-card {
13299
+ margin-bottom: 18px;
13300
+ }
13301
+ .el-collapse {
13302
+ margin-bottom: 18px;
13303
+ }
13304
+ .el-tabs {
13305
+ margin-bottom: 18px;
13306
+ }
13307
+ .amb-widget-richtext-single {
13308
+ margin-bottom: 18px;
13309
+ }
13310
+ .el-button-group + .el-button {
13311
+ margin-left: 12px;
13312
+ }
13313
+ .el-button + .el-button-group {
13314
+ margin-left: 12px;
13315
+ }
13316
+ .el-button-group + .el-button-group {
13317
+ margin-left: 12px;
13318
+ }
13319
+ /* 按钮组中时无间距 */
13320
+ .el-button-group > div > .el-button {
13321
+ margin-right: 0px;
13322
+ }
13323
+ .el-button-group > .el-button {
13324
+ margin-right: 0px;
13325
+ }
13326
+ .el-form-item > .el-form-item__content {
13327
+ padding-right: 18px;
13328
+ }
13329
+ /* 设计时样式 */
13330
+ .amb-design-item > .el-dropdown > .el-button-group {
13331
+ display: flex;
13332
+ }
13333
+ .el-table td.el-table__cell .cell {
13334
+ padding: 1px;
13335
+ }
13336
+ /*去除表单组件 el-item label留白*/
13337
+ .remove-formLabel-formContent-blankStyle > .el-form-item__label {
13338
+ padding: 0;
13339
+ }
13340
+ /*去除表单组件 el-item content留白*/
13341
+ .remove-formLabel-formContent-blankStyle > .el-form-item__content {
13342
+ padding-right: 0 !important;
13343
+ }
13344
+ /* 分隔组件 */
13345
+ .amb-widget-separatelabel {
13346
+ --el-card-border-color: var(--el-border-color-light);
13347
+ --el-card-border-radius: 4px;
13348
+ --el-card-padding: 20px;
13349
+ --el-card-bg-color: var(--el-fill-color-blank);
13350
+ background-color: var(--el-card-bg-color);
13351
+ /* border: 1px solid var(--el-card-border-color); */
13352
+ border-bottom: 1px solid var(--el-card-border-color);
13353
+ border-radius: var(--el-card-border-radius);
13354
+ color: var(--el-text-color-primary);
13355
+ overflow: hidden;
13356
+ transition: var(--el-transition-duration);
13357
+ /* box-shadow: var(--el-box-shadow-light); */
13358
+ padding: 10px;
13359
+ padding-left: 0px;
13360
+ margin-bottom: 18px;
13361
+ }
13362
+ .amb-widget-separatelabel > .label {
13363
+ /* border-left: 4px solid #5893ef; */
13364
+ border-bottom: 2px solid #5893ef;
13365
+ color: #5893ef;
13366
+ display: inline-block;
13367
+ padding-left: 6px;
13368
+ padding-right: 6px;
13369
+ padding-bottom: 10px;
13370
+ /* font-size: 14px; */
13371
+ margin-bottom: -8px;
13372
+ }
13373
+ .el-tree-node__content {
13374
+ height: 34px !important;
13375
+ }
13376
+ .amb-page-container-header {
13377
+ height: 60px;
13378
+ line-height: 60px;
13379
+ background-color: #ffffff;
13380
+ box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
13381
+ text-align: center;
13382
+ }
13383
+ .amb-page-container-header-page {
13384
+ position: fixed;
13385
+ width: 450px;
13386
+ }
13387
+ .amb-page-container-header-page-item {
13388
+ font-size: 16px;
13389
+ font-weight: 600;
13390
+ }
13391
+ .amb-page-container-header-type {
13392
+ display: inline;
13393
+ border-radius: 100px 100px 100px 100px;
13394
+ background: #ffffff;
13395
+ box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
13396
+ padding: 8px 4px 12px;
13397
+ }
13398
+ .amb-page-container-header-type > label {
13399
+ padding: 4px 14px 6px;
13400
+ cursor: pointer;
13401
+ font-size: 14px;
13402
+ }
13403
+ .amb-page-container-header-type > label.selected {
13404
+ border-radius: 100px 100px 100px 100px;
13405
+ background: #5893ef;
13406
+ color: #ffffff;
13407
+ }
13408
+ .amb-page-container-main {
13409
+ position: relative;
13410
+ overflow: auto;
13411
+ }
13412
+ .amb-container-left {
13413
+ padding-right: 20px;
13414
+ overflow-y: auto;
13415
+ }
13416
+ .amb-container-main {
13417
+ padding: 0px !important;
13418
+ }
13419
+ .amb-container-main::-webkit-scrollbar {
13420
+ width: 1px;
13421
+ }
13422
+ .amb-container-attr {
13423
+ width: 300px;
13424
+ padding-left: 20px;
13425
+ }
13426
+ .amb-design-attr-base-content {
13427
+ background: #ffffff;
13428
+ box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
13429
+ height: 100%;
13430
+ padding-left: 10px;
13431
+ padding-right: 10px;
13432
+ overflow: auto;
13433
+ }
13434
+ .amb-assembly-header-search {
13435
+ position: absolute;
13436
+ width: 260px;
13437
+ top: 75px;
13438
+ background-color: #ffffff;
13439
+ z-index: 15;
13440
+ padding-bottom: 10px;
13441
+ }
13442
+ .amb-assembly-search-select {
13443
+ width: 90px;
13444
+ height: 36px;
13445
+ }
13446
+ .amb-assembly-collapse-header > button {
13447
+ background: #f5f6f8;
13448
+ padding-left: 10px;
13449
+ font-size: 14px;
13450
+ height: 36px;
13451
+ }
13452
+ .amb-assembly-search-select > .el-select__wrapper {
13453
+ height: 36px;
13454
+ }
13455
+ .amb-design-content {
13456
+ overflow: auto;
13457
+ display: block;
13458
+ flex: none;
13459
+ position: relative;
13460
+ width: 100%;
13461
+ }
13462
+ .amb-design-content::-webkit-scrollbar {
13463
+ width: 1px;
13464
+ }
13465
+ .amb-design-content-center-header{
13466
+ position: sticky;
13467
+ z-index: 1;
13468
+ top: 0;
13469
+ height: 54px;
13470
+ background-color: #f7f8fa;
13471
+ padding-top: 14px
13472
+ }
13473
+ .amb-design-tool {
13474
+ position: -webkit-sticky; /**Safari */
13475
+ z-index: 1;
12719
13476
  width: 100%;
12720
- top: 14px;
12721
13477
  background: #ffffff;
12722
13478
  height: 40px;
12723
13479
  line-height: 40px;
@@ -12858,9 +13614,10 @@ fieldset.amb-design-item-selected {
12858
13614
  position: sticky;
12859
13615
  position: -webkit-sticky;
12860
13616
  top: 0px;
12861
- z-index: 1;
13617
+ z-index: 5;
12862
13618
  text-align: center;
12863
- padding: 20px 0px 10px 0px;
13619
+ padding: 20px 0px 10px 0px;
13620
+ background-color: #FFFFFF;
12864
13621
  }
12865
13622
  .amb-design-attr-header-type {
12866
13623
  border-radius: 100px 100px 100px 100px;
@@ -13308,12 +14065,18 @@ fieldset.amb-design-item-selected {
13308
14065
  .amb-design-content::-webkit-scrollbar {
13309
14066
  width: 1px;
13310
14067
  }
14068
+ .amb-design-content-center-header{
14069
+ position: sticky;
14070
+ z-index: 1;
14071
+ top: 0;
14072
+ height: 54px;
14073
+ background-color: #f7f8fa;
14074
+ padding-top: 14px
14075
+ }
13311
14076
  .amb-design-tool {
13312
14077
  position: -webkit-sticky; /**Safari */
13313
- position: sticky;
13314
14078
  z-index: 1;
13315
14079
  width: 100%;
13316
- top: 14px;
13317
14080
  background: #ffffff;
13318
14081
  height: 40px;
13319
14082
  line-height: 40px;
@@ -13454,9 +14217,10 @@ fieldset.amb-design-item-selected {
13454
14217
  position: sticky;
13455
14218
  position: -webkit-sticky;
13456
14219
  top: 0px;
13457
- z-index: 1;
14220
+ z-index: 5;
13458
14221
  text-align: center;
13459
- padding: 20px 0px 10px 0px;
14222
+ padding: 20px 0px 10px 0px;
14223
+ background-color: #FFFFFF;
13460
14224
  }
13461
14225
  .amb-design-attr-header-type {
13462
14226
  border-radius: 100px 100px 100px 100px;
@@ -13904,12 +14668,18 @@ fieldset.amb-design-item-selected {
13904
14668
  .amb-design-content::-webkit-scrollbar {
13905
14669
  width: 1px;
13906
14670
  }
14671
+ .amb-design-content-center-header{
14672
+ position: sticky;
14673
+ z-index: 1;
14674
+ top: 0;
14675
+ height: 54px;
14676
+ background-color: #f7f8fa;
14677
+ padding-top: 14px
14678
+ }
13907
14679
  .amb-design-tool {
13908
14680
  position: -webkit-sticky; /**Safari */
13909
- position: sticky;
13910
14681
  z-index: 1;
13911
14682
  width: 100%;
13912
- top: 14px;
13913
14683
  background: #ffffff;
13914
14684
  height: 40px;
13915
14685
  line-height: 40px;
@@ -14050,9 +14820,10 @@ fieldset.amb-design-item-selected {
14050
14820
  position: sticky;
14051
14821
  position: -webkit-sticky;
14052
14822
  top: 0px;
14053
- z-index: 1;
14823
+ z-index: 5;
14054
14824
  text-align: center;
14055
- padding: 20px 0px 10px 0px;
14825
+ padding: 20px 0px 10px 0px;
14826
+ background-color: #FFFFFF;
14056
14827
  }
14057
14828
  .amb-design-attr-header-type {
14058
14829
  border-radius: 100px 100px 100px 100px;
@@ -14500,12 +15271,18 @@ fieldset.amb-design-item-selected {
14500
15271
  .amb-design-content::-webkit-scrollbar {
14501
15272
  width: 1px;
14502
15273
  }
15274
+ .amb-design-content-center-header{
15275
+ position: sticky;
15276
+ z-index: 1;
15277
+ top: 0;
15278
+ height: 54px;
15279
+ background-color: #f7f8fa;
15280
+ padding-top: 14px
15281
+ }
14503
15282
  .amb-design-tool {
14504
15283
  position: -webkit-sticky; /**Safari */
14505
- position: sticky;
14506
15284
  z-index: 1;
14507
15285
  width: 100%;
14508
- top: 14px;
14509
15286
  background: #ffffff;
14510
15287
  height: 40px;
14511
15288
  line-height: 40px;
@@ -14646,9 +15423,10 @@ fieldset.amb-design-item-selected {
14646
15423
  position: sticky;
14647
15424
  position: -webkit-sticky;
14648
15425
  top: 0px;
14649
- z-index: 1;
15426
+ z-index: 5;
14650
15427
  text-align: center;
14651
- padding: 20px 0px 10px 0px;
15428
+ padding: 20px 0px 10px 0px;
15429
+ background-color: #FFFFFF;
14652
15430
  }
14653
15431
  .amb-design-attr-header-type {
14654
15432
  border-radius: 100px 100px 100px 100px;
@@ -15009,7 +15787,7 @@ fieldset.amb-design-item-selected {
15009
15787
  padding: 0;
15010
15788
  }
15011
15789
 
15012
- .amb-design-attr-header[data-v-228a52e4] {
15790
+ .amb-design-attr-header[data-v-226997f7] {
15013
15791
  position: sticky;
15014
15792
  position: -webkit-sticky;
15015
15793
  top: 0px;
@@ -15017,24 +15795,28 @@ fieldset.amb-design-item-selected {
15017
15795
  text-align: center;
15018
15796
  padding: 20px 0px 10px 0px;
15019
15797
  }
15020
- .amb-design-attr-header-type[data-v-228a52e4] {
15798
+ .amb-design-attr-header-type[data-v-226997f7] {
15021
15799
  border-radius: 100px 100px 100px 100px;
15022
15800
  background: #ffffff;
15023
15801
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
15024
15802
  padding: 10px;
15025
15803
  padding-bottom: 12px;
15026
15804
  }
15027
- .amb-design-attr-header-type > label[data-v-228a52e4] {
15805
+ .amb-design-attr-header-type > label[data-v-226997f7] {
15028
15806
  padding: 4px 14px;
15029
15807
  cursor: pointer;
15030
15808
  font-size: 14px;
15031
15809
  }
15032
- .amb-design-attr-header-type > label.selected[data-v-228a52e4] {
15810
+ .amb-design-attr-header-type > label.selected[data-v-226997f7] {
15033
15811
  border-radius: 100px 100px 100px 100px;
15034
15812
  background: #5893ef;
15035
15813
  color: #ffffff;
15036
15814
  }
15037
15815
 
15816
+ .amb-design-event-content[data-v-524242a9] {
15817
+ padding: 10px;
15818
+ }
15819
+
15038
15820
  .amb-design-attr-header[data-v-5458d957] {
15039
15821
  position: sticky;
15040
15822
  position: -webkit-sticky;
@@ -15073,26 +15855,35 @@ fieldset.amb-design-item-selected {
15073
15855
  color: #ffffff;
15074
15856
  }
15075
15857
 
15076
- .event-item[data-v-9e57d945] {
15077
- font-size:12px;
15078
- border-bottom:2px dashed #F5F6F8;
15079
- padding-top:5px;
15080
- padding-bottom:5px;
15858
+ .event-item[data-v-c7ab7527] {
15859
+ font-size: 12px;
15860
+ border-bottom: 2px dashed #f5f6f8;
15861
+ padding-top: 5px;
15862
+ padding-bottom: 5px;
15081
15863
  }
15082
15864
 
15083
15865
  [data-v-ea40d1e1] .el-cascader-menu {
15084
15866
  min-width: 120px !important;
15085
15867
  }
15086
15868
 
15087
- .amb-design-event-content[data-v-382285e3] {
15088
- padding: 10px;
15089
- }
15090
-
15091
- .seleteSort[data-v-fc4b8f88] {
15869
+ .seleteSort[data-v-9e39da6a] {
15092
15870
  border-radius: 5px;
15093
15871
  border: 1px solid rgba(88, 147, 239);
15094
15872
  }
15095
15873
 
15874
+ .editorTool[data-v-26f79956] {
15875
+ margin-left: auto;
15876
+ }
15877
+ .editorOption[data-v-26f79956] {
15878
+ margin-right: 10px;
15879
+ cursor: pointer;
15880
+ }
15881
+ .pppp[data-v-26f79956] {
15882
+ display: flex; /* 使用Flex布局 */
15883
+ justify-content: flex-start;
15884
+ align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
15885
+ }
15886
+
15096
15887
  .icon-set-center-body[data-v-4aa5ce08]{
15097
15888
  display: grid;
15098
15889
  grid-template-columns:repeat(5,1fr);
@@ -15130,15 +15921,32 @@ fieldset.amb-design-item-selected {
15130
15921
  margin-bottom: 20px;
15131
15922
  }
15132
15923
 
15133
- .seleteSort[data-v-2b7f85ce]{
15924
+ .row-backgroud-header-tittle[data-v-b203475d]{
15925
+ display: flex;
15926
+ justify-content: space-between;
15927
+ text-align: center
15928
+ }
15929
+ .row-backgroud-header-tittle > div[data-v-b203475d]{
15930
+ width: 100%
15931
+ }
15932
+
15933
+ .seleteSort[data-v-27cba854] {
15934
+ border-radius: 5px;
15935
+ border: 1px solid rgba(88, 147, 239);
15936
+ }
15937
+
15938
+ .seleteSort[data-v-97438be5] {
15134
15939
  border-radius: 5px;
15135
15940
  border: 1px solid rgba(88, 147, 239);
15941
+ }
15942
+ [data-v-97438be5] .el-select__selection{
15943
+ display: inline-block;
15136
15944
  }
15137
15945
 
15138
- li[data-v-73667c88] {
15946
+ li[data-v-690ad0d7] {
15139
15947
  color: #333;
15140
15948
  }
15141
- .context-menu[data-v-73667c88] {
15949
+ .context-menu[data-v-690ad0d7] {
15142
15950
  position: fixed;
15143
15951
  background: #fff;
15144
15952
  z-index: 999;
@@ -15146,7 +15954,7 @@ li[data-v-73667c88] {
15146
15954
  margin: 0;
15147
15955
  margin-top: 30px;
15148
15956
  }
15149
- .context-menu li[data-v-73667c88] {
15957
+ .context-menu li[data-v-690ad0d7] {
15150
15958
  min-width: 75px;
15151
15959
  height: 28px;
15152
15960
  line-height: 28px;
@@ -15159,16 +15967,16 @@ li[data-v-73667c88] {
15159
15967
  /* background: #5893ef;*/
15160
15968
  /* color: #fff;*/
15161
15969
  /*}*/
15162
- .context-menuLi[data-v-73667c88]:hover{
15163
- background: #5893ef;
15164
- color: #fff;
15970
+ .context-menuLi[data-v-690ad0d7]:hover {
15971
+ background: #5893ef;
15972
+ color: #fff;
15165
15973
  }
15166
- .context-menu[data-v-73667c88] {
15974
+ .context-menu[data-v-690ad0d7] {
15167
15975
  border: 1px solid #eee;
15168
15976
  box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
15169
15977
  border-radius: 5px;
15170
15978
  }
15171
- li[data-v-73667c88] {
15979
+ li[data-v-690ad0d7] {
15172
15980
  list-style-type: none;
15173
15981
  }
15174
15982
 
@@ -15180,36 +15988,10 @@ li[data-v-73667c88] {
15180
15988
  color: #7b7b7b;
15181
15989
  }
15182
15990
 
15183
- .input-with-select .el-input-group__append {
15184
- background-color: var(--el-fill-color-blank);
15185
- }
15186
-
15187
15991
  .el-tag[data-v-665d3bf4]{
15188
15992
  margin-left: 10px;
15189
15993
  }
15190
15994
 
15191
- .row-backgroud-header-tittle[data-v-b203475d]{
15192
- display: flex;
15193
- justify-content: space-between;
15194
- text-align: center
15195
- }
15196
- .row-backgroud-header-tittle > div[data-v-b203475d]{
15197
- width: 100%
15198
- }
15199
-
15200
- [data-v-4aea180c] .el-select__selection{
15201
- display: inline-block;
15202
- }
15203
-
15204
- .editorTool[data-v-24e5130d] {
15205
- margin-left: auto;
15206
- }
15207
- .editorOption[data-v-24e5130d] {
15208
- margin-right: 10px;
15209
- cursor: pointer;
15210
- }
15211
- .pppp[data-v-24e5130d] {
15212
- display: flex; /* 使用Flex布局 */
15213
- justify-content: flex-start;
15214
- align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
15995
+ .input-with-select .el-input-group__append {
15996
+ background-color: var(--el-fill-color-blank);
15215
15997
  }