super-page-designer 2.0.26 → 2.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/assets/images/data/barcode.png.js +4 -0
- package/dist/es/assets/images/workflow/workflow-history-img.png.js +4 -0
- package/dist/es/components/design/utils/assemblys-config.js +132 -19
- package/dist/es/components/design/utils/data-table-util.js +14 -5
- package/dist/es/components/design/utils/form-design-util.js +3 -2
- package/dist/es/components/design/utils/page-design-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-design-util.js +6 -13
- package/dist/es/components/design/utils/page-event-util.js +21 -0
- package/dist/es/components/design/utils/page-explore-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-explore-util.js +5 -17
- package/dist/es/components/design/utils/page-table-util.js +61 -32
- package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +19 -4
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +3 -1
- package/dist/es/components/design/views/assemblys/button/button/button-attr.vue2.js +4 -1
- package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +11 -4
- package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +6 -6
- package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +52 -66
- package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue.js +188 -0
- package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +228 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +706 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue.js +33 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue.js +50 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue2.js +80 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue2.js +91 -0
- package/dist/es/components/design/views/assemblys/common/common-select-table.vue.d.ts +16 -9
- package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +7 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +3 -3
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -487
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +686 -1
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +19 -92
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +8 -22
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +449 -146
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +34 -27
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +260 -225
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +2 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +13 -5
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +10 -3
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +557 -132
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-event.vue.js +5 -5
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +45 -58
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr.vue2.js +12 -2
- package/dist/es/components/design/views/assemblys/data/tree/tree-design.vue2.js +17 -18
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue2.js +12 -7
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue2.js +5 -1
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/linkpage-page-callback.vue.js +12 -12
- package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +28 -2
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +132 -56
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +28 -113
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +20 -14
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-autoset.vue.js +57 -46
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +47 -9
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +44 -23
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +21 -13
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +13 -7
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +18 -23
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-base.vue.js +8 -3
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +25 -15
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +6 -2
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +7 -5
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +5 -3
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -3
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.d.ts +0 -9
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +2 -10
- package/dist/es/components/design/views/design/page-design.vue.js +35 -47
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
- package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +1 -8
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue2.js +3 -2
- package/dist/es/components/design/views/design/view/attr-container.vue.js +23 -1
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.d.ts +2 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +4 -1
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +101 -98
- package/dist/es/components/design/views/design/view/view-design-preview.vue.js +1 -2
- package/dist/es/stores/page-store.js +2 -1
- package/dist/es/style.css +984 -202
- package/package.json +5 -5
- package/dist/es/assets/images/workflow/workflow-history.png.js +0 -4
- package/dist/es/components/design/utils/system.d.ts +0 -6
- package/dist/es/components/design/utils/system.js +0 -26
- package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue.js +0 -121
- package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue2.js +0 -4
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue2.js +0 -75
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue3.js +0 -5
- package/dist/es/components/design/views/assemblys/form/common/linkage.vue.js +0 -54
- 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:
|
|
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-
|
|
645
|
+
[data-v-a7c905da]::-webkit-scrollbar {
|
|
639
646
|
height: 6px;
|
|
640
647
|
width: 6px; /* 宽度 */
|
|
641
648
|
}
|
|
642
649
|
|
|
643
650
|
/* 定义滑块 */
|
|
644
|
-
[data-v-
|
|
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-
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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;
|
|
@@ -8490,12 +8588,18 @@ fieldset.amb-design-item-selected {
|
|
|
8490
8588
|
.amb-design-content::-webkit-scrollbar {
|
|
8491
8589
|
width: 1px;
|
|
8492
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
|
+
}
|
|
8493
8599
|
.amb-design-tool {
|
|
8494
8600
|
position: -webkit-sticky; /**Safari */
|
|
8495
|
-
position: sticky;
|
|
8496
8601
|
z-index: 1;
|
|
8497
8602
|
width: 100%;
|
|
8498
|
-
top: 14px;
|
|
8499
8603
|
background: #ffffff;
|
|
8500
8604
|
height: 40px;
|
|
8501
8605
|
line-height: 40px;
|
|
@@ -8636,9 +8740,10 @@ fieldset.amb-design-item-selected {
|
|
|
8636
8740
|
position: sticky;
|
|
8637
8741
|
position: -webkit-sticky;
|
|
8638
8742
|
top: 0px;
|
|
8639
|
-
z-index:
|
|
8743
|
+
z-index: 5;
|
|
8640
8744
|
text-align: center;
|
|
8641
|
-
padding: 20px 0px 10px 0px;
|
|
8745
|
+
padding: 20px 0px 10px 0px;
|
|
8746
|
+
background-color: #FFFFFF;
|
|
8642
8747
|
}
|
|
8643
8748
|
.amb-design-attr-header-type {
|
|
8644
8749
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -9013,10 +9118,10 @@ fieldset.amb-design-item-selected {
|
|
|
9013
9118
|
background: #c8ebfb;
|
|
9014
9119
|
}
|
|
9015
9120
|
|
|
9016
|
-
li[data-v-
|
|
9121
|
+
li[data-v-8f9a70b0] {
|
|
9017
9122
|
color: #333;
|
|
9018
9123
|
}
|
|
9019
|
-
.context-menu[data-v-
|
|
9124
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9020
9125
|
position: fixed;
|
|
9021
9126
|
background: #fff;
|
|
9022
9127
|
z-index: 999;
|
|
@@ -9024,7 +9129,7 @@ li[data-v-2bfabc94] {
|
|
|
9024
9129
|
margin: 0;
|
|
9025
9130
|
margin-top: 30px;
|
|
9026
9131
|
}
|
|
9027
|
-
.context-menu li[data-v-
|
|
9132
|
+
.context-menu li[data-v-8f9a70b0] {
|
|
9028
9133
|
min-width: 75px;
|
|
9029
9134
|
height: 28px;
|
|
9030
9135
|
line-height: 28px;
|
|
@@ -9032,16 +9137,16 @@ li[data-v-2bfabc94] {
|
|
|
9032
9137
|
color: #1a1a1a;
|
|
9033
9138
|
cursor: pointer;
|
|
9034
9139
|
}
|
|
9035
|
-
.context-menu li[data-v-
|
|
9140
|
+
.context-menu li[data-v-8f9a70b0]:hover {
|
|
9036
9141
|
background: #5893ef;
|
|
9037
9142
|
color: #fff;
|
|
9038
9143
|
}
|
|
9039
|
-
.context-menu[data-v-
|
|
9144
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9040
9145
|
border: 1px solid #eee;
|
|
9041
9146
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9042
9147
|
border-radius: 5px;
|
|
9043
9148
|
}
|
|
9044
|
-
li[data-v-
|
|
9149
|
+
li[data-v-8f9a70b0] {
|
|
9045
9150
|
list-style-type: none;
|
|
9046
9151
|
}
|
|
9047
9152
|
.el-tree-node__content {
|
|
@@ -9136,12 +9241,18 @@ li[data-v-2bfabc94] {
|
|
|
9136
9241
|
.amb-design-content::-webkit-scrollbar {
|
|
9137
9242
|
width: 1px;
|
|
9138
9243
|
}
|
|
9244
|
+
.amb-design-content-center-header{
|
|
9245
|
+
position: sticky;
|
|
9246
|
+
z-index: 1;
|
|
9247
|
+
top: 0;
|
|
9248
|
+
height: 54px;
|
|
9249
|
+
background-color: #f7f8fa;
|
|
9250
|
+
padding-top: 14px
|
|
9251
|
+
}
|
|
9139
9252
|
.amb-design-tool {
|
|
9140
9253
|
position: -webkit-sticky; /**Safari */
|
|
9141
|
-
position: sticky;
|
|
9142
9254
|
z-index: 1;
|
|
9143
9255
|
width: 100%;
|
|
9144
|
-
top: 14px;
|
|
9145
9256
|
background: #ffffff;
|
|
9146
9257
|
height: 40px;
|
|
9147
9258
|
line-height: 40px;
|
|
@@ -9282,9 +9393,10 @@ li[data-v-2bfabc94] {
|
|
|
9282
9393
|
position: sticky;
|
|
9283
9394
|
position: -webkit-sticky;
|
|
9284
9395
|
top: 0px;
|
|
9285
|
-
z-index:
|
|
9396
|
+
z-index: 5;
|
|
9286
9397
|
text-align: center;
|
|
9287
|
-
padding: 20px 0px 10px 0px;
|
|
9398
|
+
padding: 20px 0px 10px 0px;
|
|
9399
|
+
background-color: #FFFFFF;
|
|
9288
9400
|
}
|
|
9289
9401
|
.amb-design-attr-header-type {
|
|
9290
9402
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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,18 @@ fieldset.amb-design-item-selected {
|
|
|
12712
12859
|
.amb-design-content::-webkit-scrollbar {
|
|
12713
12860
|
width: 1px;
|
|
12714
12861
|
}
|
|
12862
|
+
.amb-design-content-center-header{
|
|
12863
|
+
position: sticky;
|
|
12864
|
+
z-index: 1;
|
|
12865
|
+
top: 0;
|
|
12866
|
+
height: 54px;
|
|
12867
|
+
background-color: #f7f8fa;
|
|
12868
|
+
padding-top: 14px
|
|
12869
|
+
}
|
|
12715
12870
|
.amb-design-tool {
|
|
12716
12871
|
position: -webkit-sticky; /**Safari */
|
|
12717
|
-
position: sticky;
|
|
12718
12872
|
z-index: 1;
|
|
12719
12873
|
width: 100%;
|
|
12720
|
-
top: 14px;
|
|
12721
12874
|
background: #ffffff;
|
|
12722
12875
|
height: 40px;
|
|
12723
12876
|
line-height: 40px;
|
|
@@ -12858,9 +13011,10 @@ fieldset.amb-design-item-selected {
|
|
|
12858
13011
|
position: sticky;
|
|
12859
13012
|
position: -webkit-sticky;
|
|
12860
13013
|
top: 0px;
|
|
12861
|
-
z-index:
|
|
13014
|
+
z-index: 5;
|
|
12862
13015
|
text-align: center;
|
|
12863
|
-
padding: 20px 0px 10px 0px;
|
|
13016
|
+
padding: 20px 0px 10px 0px;
|
|
13017
|
+
background-color: #FFFFFF;
|
|
12864
13018
|
}
|
|
12865
13019
|
.amb-design-attr-header-type {
|
|
12866
13020
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -13308,12 +13462,18 @@ fieldset.amb-design-item-selected {
|
|
|
13308
13462
|
.amb-design-content::-webkit-scrollbar {
|
|
13309
13463
|
width: 1px;
|
|
13310
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
|
+
}
|
|
13311
13473
|
.amb-design-tool {
|
|
13312
13474
|
position: -webkit-sticky; /**Safari */
|
|
13313
|
-
position: sticky;
|
|
13314
13475
|
z-index: 1;
|
|
13315
13476
|
width: 100%;
|
|
13316
|
-
top: 14px;
|
|
13317
13477
|
background: #ffffff;
|
|
13318
13478
|
height: 40px;
|
|
13319
13479
|
line-height: 40px;
|
|
@@ -13454,9 +13614,10 @@ fieldset.amb-design-item-selected {
|
|
|
13454
13614
|
position: sticky;
|
|
13455
13615
|
position: -webkit-sticky;
|
|
13456
13616
|
top: 0px;
|
|
13457
|
-
z-index:
|
|
13617
|
+
z-index: 5;
|
|
13458
13618
|
text-align: center;
|
|
13459
|
-
padding: 20px 0px 10px 0px;
|
|
13619
|
+
padding: 20px 0px 10px 0px;
|
|
13620
|
+
background-color: #FFFFFF;
|
|
13460
13621
|
}
|
|
13461
13622
|
.amb-design-attr-header-type {
|
|
13462
13623
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -13904,12 +14065,18 @@ fieldset.amb-design-item-selected {
|
|
|
13904
14065
|
.amb-design-content::-webkit-scrollbar {
|
|
13905
14066
|
width: 1px;
|
|
13906
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
|
+
}
|
|
13907
14076
|
.amb-design-tool {
|
|
13908
14077
|
position: -webkit-sticky; /**Safari */
|
|
13909
|
-
position: sticky;
|
|
13910
14078
|
z-index: 1;
|
|
13911
14079
|
width: 100%;
|
|
13912
|
-
top: 14px;
|
|
13913
14080
|
background: #ffffff;
|
|
13914
14081
|
height: 40px;
|
|
13915
14082
|
line-height: 40px;
|
|
@@ -14050,9 +14217,10 @@ fieldset.amb-design-item-selected {
|
|
|
14050
14217
|
position: sticky;
|
|
14051
14218
|
position: -webkit-sticky;
|
|
14052
14219
|
top: 0px;
|
|
14053
|
-
z-index:
|
|
14220
|
+
z-index: 5;
|
|
14054
14221
|
text-align: center;
|
|
14055
|
-
padding: 20px 0px 10px 0px;
|
|
14222
|
+
padding: 20px 0px 10px 0px;
|
|
14223
|
+
background-color: #FFFFFF;
|
|
14056
14224
|
}
|
|
14057
14225
|
.amb-design-attr-header-type {
|
|
14058
14226
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -14408,10 +14576,6 @@ fieldset.amb-design-item-selected {
|
|
|
14408
14576
|
/* font-size: 14px; */
|
|
14409
14577
|
margin-bottom: -8px;
|
|
14410
14578
|
}
|
|
14411
|
-
|
|
14412
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
14413
|
-
padding: 0;
|
|
14414
|
-
}
|
|
14415
14579
|
.el-tree-node__content {
|
|
14416
14580
|
height: 34px !important;
|
|
14417
14581
|
}
|
|
@@ -14504,12 +14668,18 @@ fieldset.amb-design-item-selected {
|
|
|
14504
14668
|
.amb-design-content::-webkit-scrollbar {
|
|
14505
14669
|
width: 1px;
|
|
14506
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
|
+
}
|
|
14507
14679
|
.amb-design-tool {
|
|
14508
14680
|
position: -webkit-sticky; /**Safari */
|
|
14509
|
-
position: sticky;
|
|
14510
14681
|
z-index: 1;
|
|
14511
14682
|
width: 100%;
|
|
14512
|
-
top: 14px;
|
|
14513
14683
|
background: #ffffff;
|
|
14514
14684
|
height: 40px;
|
|
14515
14685
|
line-height: 40px;
|
|
@@ -14650,9 +14820,10 @@ fieldset.amb-design-item-selected {
|
|
|
14650
14820
|
position: sticky;
|
|
14651
14821
|
position: -webkit-sticky;
|
|
14652
14822
|
top: 0px;
|
|
14653
|
-
z-index:
|
|
14823
|
+
z-index: 5;
|
|
14654
14824
|
text-align: center;
|
|
14655
|
-
padding: 20px 0px 10px 0px;
|
|
14825
|
+
padding: 20px 0px 10px 0px;
|
|
14826
|
+
background-color: #FFFFFF;
|
|
14656
14827
|
}
|
|
14657
14828
|
.amb-design-attr-header-type {
|
|
14658
14829
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -15008,54 +15179,657 @@ fieldset.amb-design-item-selected {
|
|
|
15008
15179
|
/* font-size: 14px; */
|
|
15009
15180
|
margin-bottom: -8px;
|
|
15010
15181
|
}
|
|
15011
|
-
|
|
15012
|
-
|
|
15013
|
-
|
|
15014
|
-
|
|
15015
|
-
|
|
15016
|
-
|
|
15017
|
-
|
|
15018
|
-
|
|
15182
|
+
.el-tree-node__content {
|
|
15183
|
+
height: 34px !important;
|
|
15184
|
+
}
|
|
15185
|
+
.amb-page-container-header {
|
|
15186
|
+
height: 60px;
|
|
15187
|
+
line-height: 60px;
|
|
15188
|
+
background-color: #ffffff;
|
|
15189
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
|
|
15190
|
+
text-align: center;
|
|
15191
|
+
}
|
|
15192
|
+
.amb-page-container-header-page {
|
|
15193
|
+
position: fixed;
|
|
15194
|
+
width: 450px;
|
|
15195
|
+
}
|
|
15196
|
+
.amb-page-container-header-page-item {
|
|
15197
|
+
font-size: 16px;
|
|
15198
|
+
font-weight: 600;
|
|
15019
15199
|
}
|
|
15020
|
-
.amb-
|
|
15200
|
+
.amb-page-container-header-type {
|
|
15201
|
+
display: inline;
|
|
15021
15202
|
border-radius: 100px 100px 100px 100px;
|
|
15022
15203
|
background: #ffffff;
|
|
15023
15204
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15024
|
-
padding:
|
|
15025
|
-
padding-bottom: 12px;
|
|
15205
|
+
padding: 8px 4px 12px;
|
|
15026
15206
|
}
|
|
15027
|
-
.amb-
|
|
15028
|
-
padding: 4px 14px;
|
|
15207
|
+
.amb-page-container-header-type > label {
|
|
15208
|
+
padding: 4px 14px 6px;
|
|
15029
15209
|
cursor: pointer;
|
|
15030
15210
|
font-size: 14px;
|
|
15031
15211
|
}
|
|
15032
|
-
.amb-
|
|
15212
|
+
.amb-page-container-header-type > label.selected {
|
|
15033
15213
|
border-radius: 100px 100px 100px 100px;
|
|
15034
15214
|
background: #5893ef;
|
|
15035
15215
|
color: #ffffff;
|
|
15036
|
-
}
|
|
15037
|
-
|
|
15038
|
-
.amb-design-event-content[data-v-d18b7392] {
|
|
15039
|
-
padding: 10px;
|
|
15040
|
-
}
|
|
15041
|
-
|
|
15042
|
-
.amb-design-attr-header[data-v-5458d957] {
|
|
15043
|
-
position: sticky;
|
|
15044
|
-
position: -webkit-sticky;
|
|
15045
|
-
top: 0px;
|
|
15046
|
-
z-index: 1;
|
|
15047
|
-
text-align: center;
|
|
15048
|
-
padding: 20px 0px 10px 0px;
|
|
15049
15216
|
}
|
|
15050
|
-
.amb-
|
|
15051
|
-
|
|
15052
|
-
|
|
15053
|
-
|
|
15054
|
-
|
|
15055
|
-
padding-
|
|
15056
|
-
|
|
15057
|
-
|
|
15058
|
-
|
|
15217
|
+
.amb-page-container-main {
|
|
15218
|
+
position: relative;
|
|
15219
|
+
overflow: auto;
|
|
15220
|
+
}
|
|
15221
|
+
.amb-container-left {
|
|
15222
|
+
padding-right: 20px;
|
|
15223
|
+
overflow-y: auto;
|
|
15224
|
+
}
|
|
15225
|
+
.amb-container-main {
|
|
15226
|
+
padding: 0px !important;
|
|
15227
|
+
}
|
|
15228
|
+
.amb-container-main::-webkit-scrollbar {
|
|
15229
|
+
width: 1px;
|
|
15230
|
+
}
|
|
15231
|
+
.amb-container-attr {
|
|
15232
|
+
width: 300px;
|
|
15233
|
+
padding-left: 20px;
|
|
15234
|
+
}
|
|
15235
|
+
.amb-design-attr-base-content {
|
|
15236
|
+
background: #ffffff;
|
|
15237
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
15238
|
+
height: 100%;
|
|
15239
|
+
padding-left: 10px;
|
|
15240
|
+
padding-right: 10px;
|
|
15241
|
+
overflow: auto;
|
|
15242
|
+
}
|
|
15243
|
+
.amb-assembly-header-search {
|
|
15244
|
+
position: absolute;
|
|
15245
|
+
width: 260px;
|
|
15246
|
+
top: 75px;
|
|
15247
|
+
background-color: #ffffff;
|
|
15248
|
+
z-index: 15;
|
|
15249
|
+
padding-bottom: 10px;
|
|
15250
|
+
}
|
|
15251
|
+
.amb-assembly-search-select {
|
|
15252
|
+
width: 90px;
|
|
15253
|
+
height: 36px;
|
|
15254
|
+
}
|
|
15255
|
+
.amb-assembly-collapse-header > button {
|
|
15256
|
+
background: #f5f6f8;
|
|
15257
|
+
padding-left: 10px;
|
|
15258
|
+
font-size: 14px;
|
|
15259
|
+
height: 36px;
|
|
15260
|
+
}
|
|
15261
|
+
.amb-assembly-search-select > .el-select__wrapper {
|
|
15262
|
+
height: 36px;
|
|
15263
|
+
}
|
|
15264
|
+
.amb-design-content {
|
|
15265
|
+
overflow: auto;
|
|
15266
|
+
display: block;
|
|
15267
|
+
flex: none;
|
|
15268
|
+
position: relative;
|
|
15269
|
+
width: 100%;
|
|
15270
|
+
}
|
|
15271
|
+
.amb-design-content::-webkit-scrollbar {
|
|
15272
|
+
width: 1px;
|
|
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
|
+
}
|
|
15282
|
+
.amb-design-tool {
|
|
15283
|
+
position: -webkit-sticky; /**Safari */
|
|
15284
|
+
z-index: 1;
|
|
15285
|
+
width: 100%;
|
|
15286
|
+
background: #ffffff;
|
|
15287
|
+
height: 40px;
|
|
15288
|
+
line-height: 40px;
|
|
15289
|
+
padding-top: 10px;
|
|
15290
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15291
|
+
border-radius: 6px 6px 6px 6px;
|
|
15292
|
+
}
|
|
15293
|
+
.amb-page-type {
|
|
15294
|
+
padding-top: 11px;
|
|
15295
|
+
padding-left: 6px;
|
|
15296
|
+
padding-right: 6px;
|
|
15297
|
+
margin-left: 10px;
|
|
15298
|
+
border-radius: 4px 4px 4px 4px;
|
|
15299
|
+
cursor: pointer;
|
|
15300
|
+
}
|
|
15301
|
+
.amb-page-type:hover {
|
|
15302
|
+
background: rgba(11, 45, 101, 0.105);
|
|
15303
|
+
}
|
|
15304
|
+
.amb-page-type.selected {
|
|
15305
|
+
background: #5893ef;
|
|
15306
|
+
color: #ffffff;
|
|
15307
|
+
}
|
|
15308
|
+
.amb-page-type > label {
|
|
15309
|
+
font-size: 14px;
|
|
15310
|
+
padding-left: 6px;
|
|
15311
|
+
padding-right: 6px;
|
|
15312
|
+
padding-bottom: 15px;
|
|
15313
|
+
top: -5px;
|
|
15314
|
+
position: relative;
|
|
15315
|
+
cursor: pointer;
|
|
15316
|
+
}
|
|
15317
|
+
.amb-design-tool-split {
|
|
15318
|
+
height: 25px;
|
|
15319
|
+
margin-top: -12px;
|
|
15320
|
+
}
|
|
15321
|
+
.amb-design-board {
|
|
15322
|
+
margin: 0 auto;
|
|
15323
|
+
margin-top: 28px;
|
|
15324
|
+
overflow-y: hidden;
|
|
15325
|
+
overflow-x: auto;
|
|
15326
|
+
background: #ffffff;
|
|
15327
|
+
border-radius: 2px 2px 2px 2px;
|
|
15328
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15329
|
+
padding-bottom: 100px;
|
|
15330
|
+
}
|
|
15331
|
+
.amb-item-ghost {
|
|
15332
|
+
background-color: #5893ef;
|
|
15333
|
+
height: 5px;
|
|
15334
|
+
line-height: 5px;
|
|
15335
|
+
overflow: hidden;
|
|
15336
|
+
}
|
|
15337
|
+
/* 将你的自定义样式添加到这里 */
|
|
15338
|
+
.draggable-placeholder {
|
|
15339
|
+
background-color: red;
|
|
15340
|
+
border: 1px dashed #ddd;
|
|
15341
|
+
margin: 5px;
|
|
15342
|
+
padding: 10px;
|
|
15343
|
+
}
|
|
15344
|
+
.amb-design-assembly-content {
|
|
15345
|
+
background: #ffffff;
|
|
15346
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
15347
|
+
height: 100%;
|
|
15348
|
+
padding-left: 10px;
|
|
15349
|
+
padding-right: 10px;
|
|
15350
|
+
overflow: auto;
|
|
15351
|
+
}
|
|
15352
|
+
/*控制滚动条宽度*/
|
|
15353
|
+
.amb-design-assembly-content::-webkit-scrollbar {
|
|
15354
|
+
width: 1px;
|
|
15355
|
+
}
|
|
15356
|
+
.amb-assembly-header {
|
|
15357
|
+
position: absolute;
|
|
15358
|
+
width: 260px;
|
|
15359
|
+
text-align: center;
|
|
15360
|
+
padding: 18px 0px 10px 0px;
|
|
15361
|
+
padding-bottom: 14px;
|
|
15362
|
+
background-color: #ffffff;
|
|
15363
|
+
z-index: 1;
|
|
15364
|
+
}
|
|
15365
|
+
.amb-assembly-header-type {
|
|
15366
|
+
border-radius: 100px 100px 100px 100px;
|
|
15367
|
+
background: #ffffff;
|
|
15368
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15369
|
+
padding: 10px;
|
|
15370
|
+
padding-bottom: 12px;
|
|
15371
|
+
}
|
|
15372
|
+
.amb-assembly-header-type > label {
|
|
15373
|
+
padding: 4px 14px;
|
|
15374
|
+
cursor: pointer;
|
|
15375
|
+
font-size: 14px;
|
|
15376
|
+
}
|
|
15377
|
+
.amb-assembly-header-type > label.selected {
|
|
15378
|
+
border-radius: 100px 100px 100px 100px;
|
|
15379
|
+
background: #5893ef;
|
|
15380
|
+
color: #ffffff;
|
|
15381
|
+
}
|
|
15382
|
+
.amb-design-assembly-list {
|
|
15383
|
+
padding-top: 80px;
|
|
15384
|
+
}
|
|
15385
|
+
.amb-design-attr-item {
|
|
15386
|
+
margin-bottom: 8px;
|
|
15387
|
+
}
|
|
15388
|
+
.amb-design-attr-item-linefeed-two {
|
|
15389
|
+
margin-bottom: 30px;
|
|
15390
|
+
}
|
|
15391
|
+
.amb-design-attr-item-inline {
|
|
15392
|
+
display: flex;
|
|
15393
|
+
width: 100%;
|
|
15394
|
+
align-items: center;
|
|
15395
|
+
}
|
|
15396
|
+
.amb-design-attr-group-header > button {
|
|
15397
|
+
background: #f5f6f8;
|
|
15398
|
+
padding-left: 10px;
|
|
15399
|
+
font-size: 14px;
|
|
15400
|
+
height: 42px;
|
|
15401
|
+
}
|
|
15402
|
+
.amb-design-attr-content {
|
|
15403
|
+
background: #ffffff;
|
|
15404
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
15405
|
+
height: 100%;
|
|
15406
|
+
padding-left: 10px;
|
|
15407
|
+
padding-right: 10px;
|
|
15408
|
+
overflow: auto;
|
|
15409
|
+
position: relative;
|
|
15410
|
+
}
|
|
15411
|
+
/*控制滚动条宽度*/
|
|
15412
|
+
.amb-design-attr-content::-webkit-scrollbar {
|
|
15413
|
+
width: 1px;
|
|
15414
|
+
}
|
|
15415
|
+
.amb-design-attr-header-search {
|
|
15416
|
+
margin-top: 16px;
|
|
15417
|
+
}
|
|
15418
|
+
.amb-design-attr-header-select {
|
|
15419
|
+
width: 90px;
|
|
15420
|
+
height: 36px;
|
|
15421
|
+
}
|
|
15422
|
+
.amb-design-attr-header {
|
|
15423
|
+
position: sticky;
|
|
15424
|
+
position: -webkit-sticky;
|
|
15425
|
+
top: 0px;
|
|
15426
|
+
z-index: 5;
|
|
15427
|
+
text-align: center;
|
|
15428
|
+
padding: 20px 0px 10px 0px;
|
|
15429
|
+
background-color: #FFFFFF;
|
|
15430
|
+
}
|
|
15431
|
+
.amb-design-attr-header-type {
|
|
15432
|
+
border-radius: 100px 100px 100px 100px;
|
|
15433
|
+
background: #ffffff;
|
|
15434
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15435
|
+
padding: 10px;
|
|
15436
|
+
padding-bottom: 10px;
|
|
15437
|
+
}
|
|
15438
|
+
.amb-design-attr-header-type > label {
|
|
15439
|
+
padding: 4px 10px;
|
|
15440
|
+
cursor: pointer;
|
|
15441
|
+
font-size: 14px;
|
|
15442
|
+
}
|
|
15443
|
+
.amb-design-attr-header-type > label.selected {
|
|
15444
|
+
border-radius: 100px 100px 100px 100px;
|
|
15445
|
+
background: #5893ef;
|
|
15446
|
+
color: #ffffff;
|
|
15447
|
+
}
|
|
15448
|
+
.amb-assembly-item {
|
|
15449
|
+
background: rgba(88, 147, 239, 0.06);
|
|
15450
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
15451
|
+
border-radius: 4px 4px 4px 4px;
|
|
15452
|
+
text-align: center;
|
|
15453
|
+
margin-top: 12px;
|
|
15454
|
+
padding: 10px;
|
|
15455
|
+
font-size: 12px;
|
|
15456
|
+
cursor: pointer;
|
|
15457
|
+
height: 40px;
|
|
15458
|
+
overflow: hidden;
|
|
15459
|
+
text-overflow: ellipsis;
|
|
15460
|
+
white-space: nowrap;
|
|
15461
|
+
user-select: none; /* 防止文字被选中 */
|
|
15462
|
+
-webkit-user-drag: none; /* 防止文字被拖动选中 */
|
|
15463
|
+
}
|
|
15464
|
+
.amb-assembly-item:hover {
|
|
15465
|
+
background: rgba(11, 45, 101, 0.105);
|
|
15466
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
15467
|
+
}
|
|
15468
|
+
.amb-assembly-item-drag {
|
|
15469
|
+
opacity: 1 !important;
|
|
15470
|
+
}
|
|
15471
|
+
.amb-design-page-param-row {
|
|
15472
|
+
height: 34px;
|
|
15473
|
+
}
|
|
15474
|
+
.amb-design-attr-group-header > button {
|
|
15475
|
+
background: #f5f6f8;
|
|
15476
|
+
padding-left: 10px;
|
|
15477
|
+
font-size: 14px;
|
|
15478
|
+
height: 42px;
|
|
15479
|
+
}
|
|
15480
|
+
.amb-design-page-param-row {
|
|
15481
|
+
height: 34px;
|
|
15482
|
+
}
|
|
15483
|
+
.el-table__cell > .cell {
|
|
15484
|
+
white-space: nowrap !important;
|
|
15485
|
+
}
|
|
15486
|
+
.amb-widget-container-iframe {
|
|
15487
|
+
height: 100%;
|
|
15488
|
+
width: 100%;
|
|
15489
|
+
border: 0px;
|
|
15490
|
+
}
|
|
15491
|
+
.amb-widget-container-iframe-mask {
|
|
15492
|
+
position: absolute;
|
|
15493
|
+
border: 1px dashed #c0c4cc;
|
|
15494
|
+
color: #c0c4cc;
|
|
15495
|
+
top: 0px;
|
|
15496
|
+
left: -2px;
|
|
15497
|
+
width: 100%;
|
|
15498
|
+
height: 100%;
|
|
15499
|
+
}
|
|
15500
|
+
.amb-design-attr-depttree-relevance-ul {
|
|
15501
|
+
padding: 0;
|
|
15502
|
+
}
|
|
15503
|
+
.amb-design-attr-depttree-relevance-li {
|
|
15504
|
+
list-style: none;
|
|
15505
|
+
display: flex;
|
|
15506
|
+
align-items: center;
|
|
15507
|
+
margin-bottom: 15px;
|
|
15508
|
+
}
|
|
15509
|
+
.amb-design-attr-depttree-relevance-tittle {
|
|
15510
|
+
width: 50%;
|
|
15511
|
+
text-align: center;
|
|
15512
|
+
}
|
|
15513
|
+
.amb-design-attr-datepicker-default {
|
|
15514
|
+
display: flex;
|
|
15515
|
+
justify-content: space-between;
|
|
15516
|
+
width: 100%;
|
|
15517
|
+
}
|
|
15518
|
+
.amb-design-attr-datepicker-default-select {
|
|
15519
|
+
width: 120px;
|
|
15520
|
+
margin-right: 5px;
|
|
15521
|
+
}
|
|
15522
|
+
/*占位符组件样式*/
|
|
15523
|
+
.amb-design-attr-datepicker-placeholder-subassembly {
|
|
15524
|
+
background-color: rgba(88, 147, 239, 0.8);
|
|
15525
|
+
color: #ffffff;
|
|
15526
|
+
border-radius: 10px;
|
|
15527
|
+
width: 100%;
|
|
15528
|
+
min-height: 34px;
|
|
15529
|
+
display: flex;
|
|
15530
|
+
align-items: center;
|
|
15531
|
+
justify-content: center;
|
|
15532
|
+
margin: 5px 0;
|
|
15533
|
+
}
|
|
15534
|
+
.amb-widget-container-title {
|
|
15535
|
+
line-height: 40px;
|
|
15536
|
+
height: 40px;
|
|
15537
|
+
padding: 10px;
|
|
15538
|
+
position: absolute;
|
|
15539
|
+
left: 10px;
|
|
15540
|
+
top: 0px;
|
|
15541
|
+
font-size: 14px;
|
|
15542
|
+
}
|
|
15543
|
+
/* 用于占位 */
|
|
15544
|
+
.amb-widget-tools-parent {
|
|
15545
|
+
width: 100%;
|
|
15546
|
+
height: 58px;
|
|
15547
|
+
margin-bottom: 18px;
|
|
15548
|
+
}
|
|
15549
|
+
.amb-widget-tools {
|
|
15550
|
+
display: flex;
|
|
15551
|
+
/* 垂直居中 */
|
|
15552
|
+
align-items: center;
|
|
15553
|
+
background: #fafafa;
|
|
15554
|
+
/* background:#FAFAFA; */
|
|
15555
|
+
/* background-color: var(--el-card-bg-color); */
|
|
15556
|
+
/* border:1px solid #e4e7ed; */
|
|
15557
|
+
height: 58px;
|
|
15558
|
+
border-radius: 4px;
|
|
15559
|
+
width: transparent;
|
|
15560
|
+
padding-left: 20px;
|
|
15561
|
+
padding-right: 20px;
|
|
15562
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
15563
|
+
/* --el-card-border-color: var(--el-border-color-light);
|
|
15564
|
+
--el-card-border-radius: 4px;
|
|
15565
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
15566
|
+
background-color: var(--el-card-bg-color);
|
|
15567
|
+
border: 1px solid var(--el-card-border-color);
|
|
15568
|
+
border-radius: var(--el-card-border-radius);
|
|
15569
|
+
color: var(--el-text-color-primary);
|
|
15570
|
+
overflow: hidden;
|
|
15571
|
+
transition: var(--el-transition-duration); */
|
|
15572
|
+
}
|
|
15573
|
+
.amb-design-item-default {
|
|
15574
|
+
border: 1px dashed #c0c4cc !important;
|
|
15575
|
+
/* border: 2px dashed transparent !important; */
|
|
15576
|
+
color: #c0c4cc;
|
|
15577
|
+
position: relative !important;
|
|
15578
|
+
}
|
|
15579
|
+
.amb-design-item-default:hover {
|
|
15580
|
+
cursor: pointer;
|
|
15581
|
+
border: 1px solid #e6a23c !important;
|
|
15582
|
+
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
15583
|
+
}
|
|
15584
|
+
.amb-design-attr-group-header > button {
|
|
15585
|
+
background: #f5f6f8;
|
|
15586
|
+
padding-left: 10px;
|
|
15587
|
+
font-size: 14px;
|
|
15588
|
+
height: 36px;
|
|
15589
|
+
}
|
|
15590
|
+
.amb-design-page-param-row {
|
|
15591
|
+
height: 34px;
|
|
15592
|
+
}
|
|
15593
|
+
.el-table__cell > .cell {
|
|
15594
|
+
white-space: nowrap !important;
|
|
15595
|
+
}
|
|
15596
|
+
.amb-design-item {
|
|
15597
|
+
border: 1px solid #ffffff;
|
|
15598
|
+
}
|
|
15599
|
+
.amb-design-item-selected {
|
|
15600
|
+
border: 1px solid #e6a23c !important;
|
|
15601
|
+
}
|
|
15602
|
+
fieldset.amb-design-item-selected {
|
|
15603
|
+
color: #e6a23c !important;
|
|
15604
|
+
}
|
|
15605
|
+
/*组件库分组图标*/
|
|
15606
|
+
.amb-assembly-group-img {
|
|
15607
|
+
width: 16px;
|
|
15608
|
+
height: 16px;
|
|
15609
|
+
}
|
|
15610
|
+
/*组件库组件项目图标*/
|
|
15611
|
+
.amb-assembly-item-img {
|
|
15612
|
+
width: 16px;
|
|
15613
|
+
height: 16px;
|
|
15614
|
+
}
|
|
15615
|
+
.amb-design-chart-series {
|
|
15616
|
+
background-color: #e6a23c;
|
|
15617
|
+
border: 1px dashed #e6a23c;
|
|
15618
|
+
padding: 0px 6px 8px 6px;
|
|
15619
|
+
color: #ffffff;
|
|
15620
|
+
cursor: pointer;
|
|
15621
|
+
border-radius: 0px 0px 4px 4px;
|
|
15622
|
+
margin-right: 4px;
|
|
15623
|
+
}
|
|
15624
|
+
.amb-design-chart-series-selected {
|
|
15625
|
+
background-color: #5893ef;
|
|
15626
|
+
}
|
|
15627
|
+
.amb-widget-item-tool {
|
|
15628
|
+
background-color: #e6a23c;
|
|
15629
|
+
color: white;
|
|
15630
|
+
position: absolute;
|
|
15631
|
+
height: 22px;
|
|
15632
|
+
line-height: 22px;
|
|
15633
|
+
right: 0;
|
|
15634
|
+
top: 0;
|
|
15635
|
+
z-index: 1;
|
|
15636
|
+
padding: 6px;
|
|
15637
|
+
padding-top: 6px;
|
|
15638
|
+
padding-left: 0px;
|
|
15639
|
+
}
|
|
15640
|
+
.amb-widget-item-tool > i {
|
|
15641
|
+
cursor: pointer;
|
|
15642
|
+
}
|
|
15643
|
+
.avatar-uploader .el-upload {
|
|
15644
|
+
border: 1px dashed var(--el-border-color);
|
|
15645
|
+
border-radius: 6px;
|
|
15646
|
+
cursor: pointer;
|
|
15647
|
+
position: relative;
|
|
15648
|
+
overflow: hidden;
|
|
15649
|
+
transition: var(--el-transition-duration-fast);
|
|
15650
|
+
}
|
|
15651
|
+
.avatar-uploader .el-upload:hover {
|
|
15652
|
+
border-color: var(--el-color-primary);
|
|
15653
|
+
}
|
|
15654
|
+
.el-icon.avatar-uploader-icon {
|
|
15655
|
+
font-size: 28px;
|
|
15656
|
+
color: #8c939d;
|
|
15657
|
+
width: 60px;
|
|
15658
|
+
height: 60px;
|
|
15659
|
+
text-align: center;
|
|
15660
|
+
}
|
|
15661
|
+
.avatar-uploader .avatar {
|
|
15662
|
+
width: 60px;
|
|
15663
|
+
height: 60px;
|
|
15664
|
+
display: block;
|
|
15665
|
+
}
|
|
15666
|
+
/*缩略图-图片源*/
|
|
15667
|
+
.amb-design-attr-image-thumbnail-search {
|
|
15668
|
+
display: flex;
|
|
15669
|
+
align-items: center;
|
|
15670
|
+
margin-bottom: 8px;
|
|
15671
|
+
}
|
|
15672
|
+
.amb-design-attr-image-thumbnail-search > .search-input {
|
|
15673
|
+
width: 80%;
|
|
15674
|
+
}
|
|
15675
|
+
.amb-design-attr-image-thumbnail-search > .search-icon {
|
|
15676
|
+
margin-left: 10px;
|
|
15677
|
+
}
|
|
15678
|
+
/* 统计图组件 */
|
|
15679
|
+
.amb-widget-chart {
|
|
15680
|
+
--el-card-border-color: var(--el-border-color-light);
|
|
15681
|
+
--el-card-border-radius: 4px;
|
|
15682
|
+
--el-card-padding: 20px;
|
|
15683
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
15684
|
+
background-color: var(--el-card-bg-color);
|
|
15685
|
+
border: 1px solid var(--el-card-border-color);
|
|
15686
|
+
border-radius: var(--el-card-border-radius);
|
|
15687
|
+
color: var(--el-text-color-primary);
|
|
15688
|
+
overflow: hidden;
|
|
15689
|
+
transition: var(--el-transition-duration);
|
|
15690
|
+
box-shadow: var(--el-box-shadow-light);
|
|
15691
|
+
|
|
15692
|
+
margin-bottom: 18px;
|
|
15693
|
+
}
|
|
15694
|
+
.amb-widget-chart-header {
|
|
15695
|
+
border-bottom: 1px solid var(--el-card-border-color);
|
|
15696
|
+
padding: 6px 10px;
|
|
15697
|
+
display: flex;
|
|
15698
|
+
min-height: 36px;
|
|
15699
|
+
}
|
|
15700
|
+
.amb-widget-chart-header-item {
|
|
15701
|
+
display: flex;
|
|
15702
|
+
align-items: center;
|
|
15703
|
+
}
|
|
15704
|
+
.amb-widget-chart-header-center {
|
|
15705
|
+
flex-grow: 1;
|
|
15706
|
+
text-align: center;
|
|
15707
|
+
vertical-align: middle;
|
|
15708
|
+
justify-content: center;
|
|
15709
|
+
}
|
|
15710
|
+
.el-card {
|
|
15711
|
+
margin-bottom: 18px;
|
|
15712
|
+
}
|
|
15713
|
+
.el-collapse {
|
|
15714
|
+
margin-bottom: 18px;
|
|
15715
|
+
}
|
|
15716
|
+
.el-tabs {
|
|
15717
|
+
margin-bottom: 18px;
|
|
15718
|
+
}
|
|
15719
|
+
.amb-widget-richtext-single {
|
|
15720
|
+
margin-bottom: 18px;
|
|
15721
|
+
}
|
|
15722
|
+
.el-button-group + .el-button {
|
|
15723
|
+
margin-left: 12px;
|
|
15724
|
+
}
|
|
15725
|
+
.el-button + .el-button-group {
|
|
15726
|
+
margin-left: 12px;
|
|
15727
|
+
}
|
|
15728
|
+
.el-button-group + .el-button-group {
|
|
15729
|
+
margin-left: 12px;
|
|
15730
|
+
}
|
|
15731
|
+
/* 按钮组中时无间距 */
|
|
15732
|
+
.el-button-group > div > .el-button {
|
|
15733
|
+
margin-right: 0px;
|
|
15734
|
+
}
|
|
15735
|
+
.el-button-group > .el-button {
|
|
15736
|
+
margin-right: 0px;
|
|
15737
|
+
}
|
|
15738
|
+
.el-form-item > .el-form-item__content {
|
|
15739
|
+
padding-right: 18px;
|
|
15740
|
+
}
|
|
15741
|
+
/* 设计时样式 */
|
|
15742
|
+
.amb-design-item > .el-dropdown > .el-button-group {
|
|
15743
|
+
display: flex;
|
|
15744
|
+
}
|
|
15745
|
+
.el-table td.el-table__cell .cell {
|
|
15746
|
+
padding: 1px;
|
|
15747
|
+
}
|
|
15748
|
+
/*去除表单组件 el-item label留白*/
|
|
15749
|
+
.remove-formLabel-formContent-blankStyle > .el-form-item__label {
|
|
15750
|
+
padding: 0;
|
|
15751
|
+
}
|
|
15752
|
+
/*去除表单组件 el-item content留白*/
|
|
15753
|
+
.remove-formLabel-formContent-blankStyle > .el-form-item__content {
|
|
15754
|
+
padding-right: 0 !important;
|
|
15755
|
+
}
|
|
15756
|
+
/* 分隔组件 */
|
|
15757
|
+
.amb-widget-separatelabel {
|
|
15758
|
+
--el-card-border-color: var(--el-border-color-light);
|
|
15759
|
+
--el-card-border-radius: 4px;
|
|
15760
|
+
--el-card-padding: 20px;
|
|
15761
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
15762
|
+
background-color: var(--el-card-bg-color);
|
|
15763
|
+
/* border: 1px solid var(--el-card-border-color); */
|
|
15764
|
+
border-bottom: 1px solid var(--el-card-border-color);
|
|
15765
|
+
border-radius: var(--el-card-border-radius);
|
|
15766
|
+
color: var(--el-text-color-primary);
|
|
15767
|
+
overflow: hidden;
|
|
15768
|
+
transition: var(--el-transition-duration);
|
|
15769
|
+
/* box-shadow: var(--el-box-shadow-light); */
|
|
15770
|
+
padding: 10px;
|
|
15771
|
+
padding-left: 0px;
|
|
15772
|
+
margin-bottom: 18px;
|
|
15773
|
+
}
|
|
15774
|
+
.amb-widget-separatelabel > .label {
|
|
15775
|
+
/* border-left: 4px solid #5893ef; */
|
|
15776
|
+
border-bottom: 2px solid #5893ef;
|
|
15777
|
+
color: #5893ef;
|
|
15778
|
+
display: inline-block;
|
|
15779
|
+
padding-left: 6px;
|
|
15780
|
+
padding-right: 6px;
|
|
15781
|
+
padding-bottom: 10px;
|
|
15782
|
+
/* font-size: 14px; */
|
|
15783
|
+
margin-bottom: -8px;
|
|
15784
|
+
}
|
|
15785
|
+
|
|
15786
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
15787
|
+
padding: 0;
|
|
15788
|
+
}
|
|
15789
|
+
|
|
15790
|
+
.amb-design-attr-header[data-v-226997f7] {
|
|
15791
|
+
position: sticky;
|
|
15792
|
+
position: -webkit-sticky;
|
|
15793
|
+
top: 0px;
|
|
15794
|
+
z-index: 1;
|
|
15795
|
+
text-align: center;
|
|
15796
|
+
padding: 20px 0px 10px 0px;
|
|
15797
|
+
}
|
|
15798
|
+
.amb-design-attr-header-type[data-v-226997f7] {
|
|
15799
|
+
border-radius: 100px 100px 100px 100px;
|
|
15800
|
+
background: #ffffff;
|
|
15801
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15802
|
+
padding: 10px;
|
|
15803
|
+
padding-bottom: 12px;
|
|
15804
|
+
}
|
|
15805
|
+
.amb-design-attr-header-type > label[data-v-226997f7] {
|
|
15806
|
+
padding: 4px 14px;
|
|
15807
|
+
cursor: pointer;
|
|
15808
|
+
font-size: 14px;
|
|
15809
|
+
}
|
|
15810
|
+
.amb-design-attr-header-type > label.selected[data-v-226997f7] {
|
|
15811
|
+
border-radius: 100px 100px 100px 100px;
|
|
15812
|
+
background: #5893ef;
|
|
15813
|
+
color: #ffffff;
|
|
15814
|
+
}
|
|
15815
|
+
|
|
15816
|
+
.amb-design-attr-header[data-v-5458d957] {
|
|
15817
|
+
position: sticky;
|
|
15818
|
+
position: -webkit-sticky;
|
|
15819
|
+
top: 0px;
|
|
15820
|
+
z-index: 1;
|
|
15821
|
+
text-align: center;
|
|
15822
|
+
padding: 20px 0px 10px 0px;
|
|
15823
|
+
}
|
|
15824
|
+
.amb-design-attr-header-type[data-v-5458d957] {
|
|
15825
|
+
border-radius: 100px 100px 100px 100px;
|
|
15826
|
+
background: #ffffff;
|
|
15827
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15828
|
+
padding: 10px;
|
|
15829
|
+
padding-bottom: 12px;
|
|
15830
|
+
width: 230px;
|
|
15831
|
+
white-space: nowrap;
|
|
15832
|
+
overflow:auto;
|
|
15059
15833
|
}
|
|
15060
15834
|
.amb-design-attr-header-type[data-v-5458d957]::-webkit-scrollbar {
|
|
15061
15835
|
max-width: 6px;
|
|
@@ -15077,18 +15851,22 @@ fieldset.amb-design-item-selected {
|
|
|
15077
15851
|
color: #ffffff;
|
|
15078
15852
|
}
|
|
15079
15853
|
|
|
15080
|
-
.event-
|
|
15854
|
+
.amb-design-event-content[data-v-524242a9] {
|
|
15855
|
+
padding: 10px;
|
|
15856
|
+
}
|
|
15857
|
+
|
|
15858
|
+
.event-item[data-v-c7ab7527] {
|
|
15081
15859
|
font-size: 12px;
|
|
15082
15860
|
border-bottom: 2px dashed #f5f6f8;
|
|
15083
15861
|
padding-top: 5px;
|
|
15084
15862
|
padding-bottom: 5px;
|
|
15085
15863
|
}
|
|
15086
15864
|
|
|
15087
|
-
[data-v-
|
|
15865
|
+
[data-v-f4f78abb] .el-cascader-menu {
|
|
15088
15866
|
min-width: 120px !important;
|
|
15089
15867
|
}
|
|
15090
15868
|
|
|
15091
|
-
.seleteSort[data-v-
|
|
15869
|
+
.seleteSort[data-v-9e39da6a] {
|
|
15092
15870
|
border-radius: 5px;
|
|
15093
15871
|
border: 1px solid rgba(88, 147, 239);
|
|
15094
15872
|
}
|
|
@@ -15130,53 +15908,10 @@ fieldset.amb-design-item-selected {
|
|
|
15130
15908
|
margin-bottom: 20px;
|
|
15131
15909
|
}
|
|
15132
15910
|
|
|
15133
|
-
|
|
15134
|
-
margin-left: auto;
|
|
15135
|
-
}
|
|
15136
|
-
.editorOption[data-v-26f79956] {
|
|
15137
|
-
margin-right: 10px;
|
|
15138
|
-
cursor: pointer;
|
|
15139
|
-
}
|
|
15140
|
-
.pppp[data-v-26f79956] {
|
|
15141
|
-
display: flex; /* 使用Flex布局 */
|
|
15142
|
-
justify-content: flex-start;
|
|
15143
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15144
|
-
}
|
|
15145
|
-
|
|
15146
|
-
.input-with-select .el-input-group__append {
|
|
15147
|
-
background-color: var(--el-fill-color-blank);
|
|
15148
|
-
}
|
|
15149
|
-
|
|
15150
|
-
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
15151
|
-
display: flex;
|
|
15152
|
-
justify-content: space-between;
|
|
15153
|
-
text-align: center
|
|
15154
|
-
}
|
|
15155
|
-
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
15156
|
-
width: 100%
|
|
15157
|
-
}
|
|
15158
|
-
|
|
15159
|
-
[data-v-4aea180c] .el-select__selection{
|
|
15160
|
-
display: inline-block;
|
|
15161
|
-
}
|
|
15162
|
-
|
|
15163
|
-
.seleteSort[data-v-340eb0cb]{
|
|
15164
|
-
border-radius: 5px;
|
|
15165
|
-
border: 1px solid rgba(88, 147, 239);
|
|
15166
|
-
}
|
|
15167
|
-
|
|
15168
|
-
.stateBtn[data-v-ae2798fb]{
|
|
15169
|
-
display: flex;
|
|
15170
|
-
}
|
|
15171
|
-
.stateText[data-v-ae2798fb]{
|
|
15172
|
-
margin-left: 10px;
|
|
15173
|
-
color: #7b7b7b;
|
|
15174
|
-
}
|
|
15175
|
-
|
|
15176
|
-
li[data-v-73667c88] {
|
|
15911
|
+
li[data-v-690ad0d7] {
|
|
15177
15912
|
color: #333;
|
|
15178
15913
|
}
|
|
15179
|
-
.context-menu[data-v-
|
|
15914
|
+
.context-menu[data-v-690ad0d7] {
|
|
15180
15915
|
position: fixed;
|
|
15181
15916
|
background: #fff;
|
|
15182
15917
|
z-index: 999;
|
|
@@ -15184,7 +15919,7 @@ li[data-v-73667c88] {
|
|
|
15184
15919
|
margin: 0;
|
|
15185
15920
|
margin-top: 30px;
|
|
15186
15921
|
}
|
|
15187
|
-
.context-menu li[data-v-
|
|
15922
|
+
.context-menu li[data-v-690ad0d7] {
|
|
15188
15923
|
min-width: 75px;
|
|
15189
15924
|
height: 28px;
|
|
15190
15925
|
line-height: 28px;
|
|
@@ -15197,19 +15932,66 @@ li[data-v-73667c88] {
|
|
|
15197
15932
|
/* background: #5893ef;*/
|
|
15198
15933
|
/* color: #fff;*/
|
|
15199
15934
|
/*}*/
|
|
15200
|
-
.context-menuLi[data-v-
|
|
15201
|
-
|
|
15202
|
-
|
|
15935
|
+
.context-menuLi[data-v-690ad0d7]:hover {
|
|
15936
|
+
background: #5893ef;
|
|
15937
|
+
color: #fff;
|
|
15203
15938
|
}
|
|
15204
|
-
.context-menu[data-v-
|
|
15939
|
+
.context-menu[data-v-690ad0d7] {
|
|
15205
15940
|
border: 1px solid #eee;
|
|
15206
15941
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
15207
15942
|
border-radius: 5px;
|
|
15208
15943
|
}
|
|
15209
|
-
li[data-v-
|
|
15944
|
+
li[data-v-690ad0d7] {
|
|
15210
15945
|
list-style-type: none;
|
|
15211
15946
|
}
|
|
15212
15947
|
|
|
15948
|
+
.stateBtn[data-v-ae2798fb]{
|
|
15949
|
+
display: flex;
|
|
15950
|
+
}
|
|
15951
|
+
.stateText[data-v-ae2798fb]{
|
|
15952
|
+
margin-left: 10px;
|
|
15953
|
+
color: #7b7b7b;
|
|
15954
|
+
}
|
|
15955
|
+
|
|
15956
|
+
.seleteSort[data-v-27cba854] {
|
|
15957
|
+
border-radius: 5px;
|
|
15958
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15959
|
+
}
|
|
15960
|
+
|
|
15961
|
+
.editorTool[data-v-26f79956] {
|
|
15962
|
+
margin-left: auto;
|
|
15963
|
+
}
|
|
15964
|
+
.editorOption[data-v-26f79956] {
|
|
15965
|
+
margin-right: 10px;
|
|
15966
|
+
cursor: pointer;
|
|
15967
|
+
}
|
|
15968
|
+
.pppp[data-v-26f79956] {
|
|
15969
|
+
display: flex; /* 使用Flex布局 */
|
|
15970
|
+
justify-content: flex-start;
|
|
15971
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15972
|
+
}
|
|
15973
|
+
|
|
15974
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
15975
|
+
display: flex;
|
|
15976
|
+
justify-content: space-between;
|
|
15977
|
+
text-align: center
|
|
15978
|
+
}
|
|
15979
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
15980
|
+
width: 100%
|
|
15981
|
+
}
|
|
15982
|
+
|
|
15983
|
+
.seleteSort[data-v-97438be5] {
|
|
15984
|
+
border-radius: 5px;
|
|
15985
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15986
|
+
}
|
|
15987
|
+
[data-v-97438be5] .el-select__selection{
|
|
15988
|
+
display: inline-block;
|
|
15989
|
+
}
|
|
15990
|
+
|
|
15213
15991
|
.el-tag[data-v-665d3bf4]{
|
|
15214
15992
|
margin-left: 10px;
|
|
15215
15993
|
}
|
|
15994
|
+
|
|
15995
|
+
.input-with-select .el-input-group__append {
|
|
15996
|
+
background-color: var(--el-fill-color-blank);
|
|
15997
|
+
}
|