super-page-designer 2.1.13 → 2.1.18
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/components/design/utils/interfaces/page-design-types.d.ts +1 -0
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +17 -4
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +24 -3
- package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr.vue2.js +9 -1
- package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +15 -2
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +17 -4
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue.js +38 -0
- package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -725
- package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +725 -1
- package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-attr-base.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/container/collapse/collapse-design.vue2.js +3 -1
- package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +8 -2
- package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +2 -0
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +22 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +25 -12
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +152 -1
- package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +1 -152
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +22 -6
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +26 -6
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/divider/divider-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +22 -4
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +22 -4
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +25 -12
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +24 -6
- package/dist/es/components/design/views/assemblys/form/label/label-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +21 -8
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +31 -10
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr.vue2.js +10 -1
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +20 -2
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr.vue2.js +8 -1
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -6
- package/dist/es/components/design/views/assemblys/object-design.vue.js +3 -0
- package/dist/es/components/design/views/design/page-event/config.vue.js +2 -2
- package/dist/es/components/design/views/design/page-event/config.vue2.js +336 -1
- package/dist/es/components/design/views/design/page-event/config.vue3.js +1 -336
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +141 -168
- package/package.json +5 -4
package/dist/es/style.css
CHANGED
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
.amb-design-content-center-header {
|
|
95
95
|
position: sticky;
|
|
96
|
-
z-index:
|
|
96
|
+
z-index: 4;
|
|
97
97
|
top: 0;
|
|
98
98
|
height: 54px;
|
|
99
99
|
background-color: #f7f8fa;
|
|
@@ -183,8 +183,7 @@
|
|
|
183
183
|
position: absolute;
|
|
184
184
|
width: 260px;
|
|
185
185
|
text-align: center;
|
|
186
|
-
padding: 18px 0px
|
|
187
|
-
padding-bottom: 14px;
|
|
186
|
+
padding: 18px 0px 18px 0px;
|
|
188
187
|
background-color: #ffffff;
|
|
189
188
|
z-index: 1;
|
|
190
189
|
}
|
|
@@ -770,7 +769,7 @@ fieldset.amb-design-item-selected {
|
|
|
770
769
|
}
|
|
771
770
|
.amb-design-content-center-header {
|
|
772
771
|
position: sticky;
|
|
773
|
-
z-index:
|
|
772
|
+
z-index: 4;
|
|
774
773
|
top: 0;
|
|
775
774
|
height: 54px;
|
|
776
775
|
background-color: #f7f8fa;
|
|
@@ -859,8 +858,7 @@ fieldset.amb-design-item-selected {
|
|
|
859
858
|
position: absolute;
|
|
860
859
|
width: 260px;
|
|
861
860
|
text-align: center;
|
|
862
|
-
padding: 18px 0px
|
|
863
|
-
padding-bottom: 14px;
|
|
861
|
+
padding: 18px 0px 18px 0px;
|
|
864
862
|
background-color: #ffffff;
|
|
865
863
|
z-index: 1;
|
|
866
864
|
}
|
|
@@ -1294,10 +1292,6 @@ fieldset.amb-design-item-selected {
|
|
|
1294
1292
|
padding: 10px;
|
|
1295
1293
|
font-weight: bold;
|
|
1296
1294
|
}
|
|
1297
|
-
|
|
1298
|
-
.el-select__wrapper.is-disabled{
|
|
1299
|
-
cursor: default;
|
|
1300
|
-
}
|
|
1301
1295
|
.el-tree-node__content {
|
|
1302
1296
|
height: 34px !important;
|
|
1303
1297
|
}
|
|
@@ -1393,7 +1387,7 @@ fieldset.amb-design-item-selected {
|
|
|
1393
1387
|
}
|
|
1394
1388
|
.amb-design-content-center-header {
|
|
1395
1389
|
position: sticky;
|
|
1396
|
-
z-index:
|
|
1390
|
+
z-index: 4;
|
|
1397
1391
|
top: 0;
|
|
1398
1392
|
height: 54px;
|
|
1399
1393
|
background-color: #f7f8fa;
|
|
@@ -1482,8 +1476,7 @@ fieldset.amb-design-item-selected {
|
|
|
1482
1476
|
position: absolute;
|
|
1483
1477
|
width: 260px;
|
|
1484
1478
|
text-align: center;
|
|
1485
|
-
padding: 18px 0px
|
|
1486
|
-
padding-bottom: 14px;
|
|
1479
|
+
padding: 18px 0px 18px 0px;
|
|
1487
1480
|
background-color: #ffffff;
|
|
1488
1481
|
z-index: 1;
|
|
1489
1482
|
}
|
|
@@ -2012,7 +2005,7 @@ fieldset.amb-design-item-selected {
|
|
|
2012
2005
|
}
|
|
2013
2006
|
.amb-design-content-center-header {
|
|
2014
2007
|
position: sticky;
|
|
2015
|
-
z-index:
|
|
2008
|
+
z-index: 4;
|
|
2016
2009
|
top: 0;
|
|
2017
2010
|
height: 54px;
|
|
2018
2011
|
background-color: #f7f8fa;
|
|
@@ -2101,8 +2094,7 @@ fieldset.amb-design-item-selected {
|
|
|
2101
2094
|
position: absolute;
|
|
2102
2095
|
width: 260px;
|
|
2103
2096
|
text-align: center;
|
|
2104
|
-
padding: 18px 0px
|
|
2105
|
-
padding-bottom: 14px;
|
|
2097
|
+
padding: 18px 0px 18px 0px;
|
|
2106
2098
|
background-color: #ffffff;
|
|
2107
2099
|
z-index: 1;
|
|
2108
2100
|
}
|
|
@@ -2536,6 +2528,10 @@ fieldset.amb-design-item-selected {
|
|
|
2536
2528
|
padding: 10px;
|
|
2537
2529
|
font-weight: bold;
|
|
2538
2530
|
}
|
|
2531
|
+
|
|
2532
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
2533
|
+
cursor: default;
|
|
2534
|
+
}
|
|
2539
2535
|
.el-tree-node__content {
|
|
2540
2536
|
height: 34px !important;
|
|
2541
2537
|
}
|
|
@@ -2631,7 +2627,7 @@ fieldset.amb-design-item-selected {
|
|
|
2631
2627
|
}
|
|
2632
2628
|
.amb-design-content-center-header {
|
|
2633
2629
|
position: sticky;
|
|
2634
|
-
z-index:
|
|
2630
|
+
z-index: 4;
|
|
2635
2631
|
top: 0;
|
|
2636
2632
|
height: 54px;
|
|
2637
2633
|
background-color: #f7f8fa;
|
|
@@ -2720,8 +2716,7 @@ fieldset.amb-design-item-selected {
|
|
|
2720
2716
|
position: absolute;
|
|
2721
2717
|
width: 260px;
|
|
2722
2718
|
text-align: center;
|
|
2723
|
-
padding: 18px 0px
|
|
2724
|
-
padding-bottom: 14px;
|
|
2719
|
+
padding: 18px 0px 18px 0px;
|
|
2725
2720
|
background-color: #ffffff;
|
|
2726
2721
|
z-index: 1;
|
|
2727
2722
|
}
|
|
@@ -3250,7 +3245,7 @@ fieldset.amb-design-item-selected {
|
|
|
3250
3245
|
}
|
|
3251
3246
|
.amb-design-content-center-header {
|
|
3252
3247
|
position: sticky;
|
|
3253
|
-
z-index:
|
|
3248
|
+
z-index: 4;
|
|
3254
3249
|
top: 0;
|
|
3255
3250
|
height: 54px;
|
|
3256
3251
|
background-color: #f7f8fa;
|
|
@@ -3339,8 +3334,7 @@ fieldset.amb-design-item-selected {
|
|
|
3339
3334
|
position: absolute;
|
|
3340
3335
|
width: 260px;
|
|
3341
3336
|
text-align: center;
|
|
3342
|
-
padding: 18px 0px
|
|
3343
|
-
padding-bottom: 14px;
|
|
3337
|
+
padding: 18px 0px 18px 0px;
|
|
3344
3338
|
background-color: #ffffff;
|
|
3345
3339
|
z-index: 1;
|
|
3346
3340
|
}
|
|
@@ -3869,7 +3863,7 @@ fieldset.amb-design-item-selected {
|
|
|
3869
3863
|
}
|
|
3870
3864
|
.amb-design-content-center-header {
|
|
3871
3865
|
position: sticky;
|
|
3872
|
-
z-index:
|
|
3866
|
+
z-index: 4;
|
|
3873
3867
|
top: 0;
|
|
3874
3868
|
height: 54px;
|
|
3875
3869
|
background-color: #f7f8fa;
|
|
@@ -3958,8 +3952,7 @@ fieldset.amb-design-item-selected {
|
|
|
3958
3952
|
position: absolute;
|
|
3959
3953
|
width: 260px;
|
|
3960
3954
|
text-align: center;
|
|
3961
|
-
padding: 18px 0px
|
|
3962
|
-
padding-bottom: 14px;
|
|
3955
|
+
padding: 18px 0px 18px 0px;
|
|
3963
3956
|
background-color: #ffffff;
|
|
3964
3957
|
z-index: 1;
|
|
3965
3958
|
}
|
|
@@ -4488,7 +4481,7 @@ fieldset.amb-design-item-selected {
|
|
|
4488
4481
|
}
|
|
4489
4482
|
.amb-design-content-center-header {
|
|
4490
4483
|
position: sticky;
|
|
4491
|
-
z-index:
|
|
4484
|
+
z-index: 4;
|
|
4492
4485
|
top: 0;
|
|
4493
4486
|
height: 54px;
|
|
4494
4487
|
background-color: #f7f8fa;
|
|
@@ -4577,8 +4570,7 @@ fieldset.amb-design-item-selected {
|
|
|
4577
4570
|
position: absolute;
|
|
4578
4571
|
width: 260px;
|
|
4579
4572
|
text-align: center;
|
|
4580
|
-
padding: 18px 0px
|
|
4581
|
-
padding-bottom: 14px;
|
|
4573
|
+
padding: 18px 0px 18px 0px;
|
|
4582
4574
|
background-color: #ffffff;
|
|
4583
4575
|
z-index: 1;
|
|
4584
4576
|
}
|
|
@@ -5012,10 +5004,6 @@ fieldset.amb-design-item-selected {
|
|
|
5012
5004
|
padding: 10px;
|
|
5013
5005
|
font-weight: bold;
|
|
5014
5006
|
}
|
|
5015
|
-
|
|
5016
|
-
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
5017
|
-
cursor: default;
|
|
5018
|
-
}
|
|
5019
5007
|
.el-tree-node__content {
|
|
5020
5008
|
height: 34px !important;
|
|
5021
5009
|
}
|
|
@@ -5111,7 +5099,7 @@ fieldset.amb-design-item-selected {
|
|
|
5111
5099
|
}
|
|
5112
5100
|
.amb-design-content-center-header {
|
|
5113
5101
|
position: sticky;
|
|
5114
|
-
z-index:
|
|
5102
|
+
z-index: 4;
|
|
5115
5103
|
top: 0;
|
|
5116
5104
|
height: 54px;
|
|
5117
5105
|
background-color: #f7f8fa;
|
|
@@ -5200,8 +5188,7 @@ fieldset.amb-design-item-selected {
|
|
|
5200
5188
|
position: absolute;
|
|
5201
5189
|
width: 260px;
|
|
5202
5190
|
text-align: center;
|
|
5203
|
-
padding: 18px 0px
|
|
5204
|
-
padding-bottom: 14px;
|
|
5191
|
+
padding: 18px 0px 18px 0px;
|
|
5205
5192
|
background-color: #ffffff;
|
|
5206
5193
|
z-index: 1;
|
|
5207
5194
|
}
|
|
@@ -5635,6 +5622,10 @@ fieldset.amb-design-item-selected {
|
|
|
5635
5622
|
padding: 10px;
|
|
5636
5623
|
font-weight: bold;
|
|
5637
5624
|
}
|
|
5625
|
+
|
|
5626
|
+
.el-select__wrapper.is-disabled{
|
|
5627
|
+
cursor: default;
|
|
5628
|
+
}
|
|
5638
5629
|
.el-tree-node__content {
|
|
5639
5630
|
height: 34px !important;
|
|
5640
5631
|
}
|
|
@@ -5730,7 +5721,7 @@ fieldset.amb-design-item-selected {
|
|
|
5730
5721
|
}
|
|
5731
5722
|
.amb-design-content-center-header {
|
|
5732
5723
|
position: sticky;
|
|
5733
|
-
z-index:
|
|
5724
|
+
z-index: 4;
|
|
5734
5725
|
top: 0;
|
|
5735
5726
|
height: 54px;
|
|
5736
5727
|
background-color: #f7f8fa;
|
|
@@ -5819,8 +5810,7 @@ fieldset.amb-design-item-selected {
|
|
|
5819
5810
|
position: absolute;
|
|
5820
5811
|
width: 260px;
|
|
5821
5812
|
text-align: center;
|
|
5822
|
-
padding: 18px 0px
|
|
5823
|
-
padding-bottom: 14px;
|
|
5813
|
+
padding: 18px 0px 18px 0px;
|
|
5824
5814
|
background-color: #ffffff;
|
|
5825
5815
|
z-index: 1;
|
|
5826
5816
|
}
|
|
@@ -6349,7 +6339,7 @@ fieldset.amb-design-item-selected {
|
|
|
6349
6339
|
}
|
|
6350
6340
|
.amb-design-content-center-header {
|
|
6351
6341
|
position: sticky;
|
|
6352
|
-
z-index:
|
|
6342
|
+
z-index: 4;
|
|
6353
6343
|
top: 0;
|
|
6354
6344
|
height: 54px;
|
|
6355
6345
|
background-color: #f7f8fa;
|
|
@@ -6438,8 +6428,7 @@ fieldset.amb-design-item-selected {
|
|
|
6438
6428
|
position: absolute;
|
|
6439
6429
|
width: 260px;
|
|
6440
6430
|
text-align: center;
|
|
6441
|
-
padding: 18px 0px
|
|
6442
|
-
padding-bottom: 14px;
|
|
6431
|
+
padding: 18px 0px 18px 0px;
|
|
6443
6432
|
background-color: #ffffff;
|
|
6444
6433
|
z-index: 1;
|
|
6445
6434
|
}
|
|
@@ -6873,6 +6862,56 @@ fieldset.amb-design-item-selected {
|
|
|
6873
6862
|
padding: 10px;
|
|
6874
6863
|
font-weight: bold;
|
|
6875
6864
|
}
|
|
6865
|
+
|
|
6866
|
+
/*不显示列样式*/
|
|
6867
|
+
.hiddenBorder {
|
|
6868
|
+
border-right: solid 1px #ebebeb !important;
|
|
6869
|
+
border-left: solid 1px #ebebeb !important;
|
|
6870
|
+
background-color: #ebebeb !important;
|
|
6871
|
+
}
|
|
6872
|
+
/*选中列样式*/
|
|
6873
|
+
.addBorder {
|
|
6874
|
+
border-right: solid 1px #5893ef !important;
|
|
6875
|
+
border-left: solid 1px #5893ef !important;
|
|
6876
|
+
background-color: #5893ef !important;
|
|
6877
|
+
color: #ffffff;
|
|
6878
|
+
}
|
|
6879
|
+
.ghost {
|
|
6880
|
+
opacity: 0.5;
|
|
6881
|
+
background: #c8ebfb;
|
|
6882
|
+
}
|
|
6883
|
+
|
|
6884
|
+
li[data-v-55bb4cd3] {
|
|
6885
|
+
color: #333;
|
|
6886
|
+
}
|
|
6887
|
+
.context-menu[data-v-55bb4cd3] {
|
|
6888
|
+
position: fixed;
|
|
6889
|
+
background: #fff;
|
|
6890
|
+
z-index: 999;
|
|
6891
|
+
padding: 5px;
|
|
6892
|
+
margin: 0;
|
|
6893
|
+
margin-top: 30px;
|
|
6894
|
+
}
|
|
6895
|
+
.context-menu li[data-v-55bb4cd3] {
|
|
6896
|
+
min-width: 75px;
|
|
6897
|
+
height: 28px;
|
|
6898
|
+
line-height: 28px;
|
|
6899
|
+
text-align: left;
|
|
6900
|
+
color: #1a1a1a;
|
|
6901
|
+
cursor: pointer;
|
|
6902
|
+
}
|
|
6903
|
+
.context-menu li[data-v-55bb4cd3]:hover {
|
|
6904
|
+
background: #5893ef;
|
|
6905
|
+
color: #fff;
|
|
6906
|
+
}
|
|
6907
|
+
.context-menu[data-v-55bb4cd3] {
|
|
6908
|
+
border: 1px solid #eee;
|
|
6909
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
6910
|
+
border-radius: 5px;
|
|
6911
|
+
}
|
|
6912
|
+
li[data-v-55bb4cd3] {
|
|
6913
|
+
list-style-type: none;
|
|
6914
|
+
}
|
|
6876
6915
|
.el-tree-node__content {
|
|
6877
6916
|
height: 34px !important;
|
|
6878
6917
|
}
|
|
@@ -6968,7 +7007,7 @@ fieldset.amb-design-item-selected {
|
|
|
6968
7007
|
}
|
|
6969
7008
|
.amb-design-content-center-header {
|
|
6970
7009
|
position: sticky;
|
|
6971
|
-
z-index:
|
|
7010
|
+
z-index: 4;
|
|
6972
7011
|
top: 0;
|
|
6973
7012
|
height: 54px;
|
|
6974
7013
|
background-color: #f7f8fa;
|
|
@@ -7057,8 +7096,7 @@ fieldset.amb-design-item-selected {
|
|
|
7057
7096
|
position: absolute;
|
|
7058
7097
|
width: 260px;
|
|
7059
7098
|
text-align: center;
|
|
7060
|
-
padding: 18px 0px
|
|
7061
|
-
padding-bottom: 14px;
|
|
7099
|
+
padding: 18px 0px 18px 0px;
|
|
7062
7100
|
background-color: #ffffff;
|
|
7063
7101
|
z-index: 1;
|
|
7064
7102
|
}
|
|
@@ -7587,7 +7625,7 @@ fieldset.amb-design-item-selected {
|
|
|
7587
7625
|
}
|
|
7588
7626
|
.amb-design-content-center-header {
|
|
7589
7627
|
position: sticky;
|
|
7590
|
-
z-index:
|
|
7628
|
+
z-index: 4;
|
|
7591
7629
|
top: 0;
|
|
7592
7630
|
height: 54px;
|
|
7593
7631
|
background-color: #f7f8fa;
|
|
@@ -7676,8 +7714,7 @@ fieldset.amb-design-item-selected {
|
|
|
7676
7714
|
position: absolute;
|
|
7677
7715
|
width: 260px;
|
|
7678
7716
|
text-align: center;
|
|
7679
|
-
padding: 18px 0px
|
|
7680
|
-
padding-bottom: 14px;
|
|
7717
|
+
padding: 18px 0px 18px 0px;
|
|
7681
7718
|
background-color: #ffffff;
|
|
7682
7719
|
z-index: 1;
|
|
7683
7720
|
}
|
|
@@ -8206,7 +8243,7 @@ fieldset.amb-design-item-selected {
|
|
|
8206
8243
|
}
|
|
8207
8244
|
.amb-design-content-center-header {
|
|
8208
8245
|
position: sticky;
|
|
8209
|
-
z-index:
|
|
8246
|
+
z-index: 4;
|
|
8210
8247
|
top: 0;
|
|
8211
8248
|
height: 54px;
|
|
8212
8249
|
background-color: #f7f8fa;
|
|
@@ -8295,8 +8332,7 @@ fieldset.amb-design-item-selected {
|
|
|
8295
8332
|
position: absolute;
|
|
8296
8333
|
width: 260px;
|
|
8297
8334
|
text-align: center;
|
|
8298
|
-
padding: 18px 0px
|
|
8299
|
-
padding-bottom: 14px;
|
|
8335
|
+
padding: 18px 0px 18px 0px;
|
|
8300
8336
|
background-color: #ffffff;
|
|
8301
8337
|
z-index: 1;
|
|
8302
8338
|
}
|
|
@@ -8825,7 +8861,7 @@ fieldset.amb-design-item-selected {
|
|
|
8825
8861
|
}
|
|
8826
8862
|
.amb-design-content-center-header {
|
|
8827
8863
|
position: sticky;
|
|
8828
|
-
z-index:
|
|
8864
|
+
z-index: 4;
|
|
8829
8865
|
top: 0;
|
|
8830
8866
|
height: 54px;
|
|
8831
8867
|
background-color: #f7f8fa;
|
|
@@ -8914,8 +8950,7 @@ fieldset.amb-design-item-selected {
|
|
|
8914
8950
|
position: absolute;
|
|
8915
8951
|
width: 260px;
|
|
8916
8952
|
text-align: center;
|
|
8917
|
-
padding: 18px 0px
|
|
8918
|
-
padding-bottom: 14px;
|
|
8953
|
+
padding: 18px 0px 18px 0px;
|
|
8919
8954
|
background-color: #ffffff;
|
|
8920
8955
|
z-index: 1;
|
|
8921
8956
|
}
|
|
@@ -9444,7 +9479,7 @@ fieldset.amb-design-item-selected {
|
|
|
9444
9479
|
}
|
|
9445
9480
|
.amb-design-content-center-header {
|
|
9446
9481
|
position: sticky;
|
|
9447
|
-
z-index:
|
|
9482
|
+
z-index: 4;
|
|
9448
9483
|
top: 0;
|
|
9449
9484
|
height: 54px;
|
|
9450
9485
|
background-color: #f7f8fa;
|
|
@@ -9533,8 +9568,7 @@ fieldset.amb-design-item-selected {
|
|
|
9533
9568
|
position: absolute;
|
|
9534
9569
|
width: 260px;
|
|
9535
9570
|
text-align: center;
|
|
9536
|
-
padding: 18px 0px
|
|
9537
|
-
padding-bottom: 14px;
|
|
9571
|
+
padding: 18px 0px 18px 0px;
|
|
9538
9572
|
background-color: #ffffff;
|
|
9539
9573
|
z-index: 1;
|
|
9540
9574
|
}
|
|
@@ -10063,7 +10097,7 @@ fieldset.amb-design-item-selected {
|
|
|
10063
10097
|
}
|
|
10064
10098
|
.amb-design-content-center-header {
|
|
10065
10099
|
position: sticky;
|
|
10066
|
-
z-index:
|
|
10100
|
+
z-index: 4;
|
|
10067
10101
|
top: 0;
|
|
10068
10102
|
height: 54px;
|
|
10069
10103
|
background-color: #f7f8fa;
|
|
@@ -10152,8 +10186,7 @@ fieldset.amb-design-item-selected {
|
|
|
10152
10186
|
position: absolute;
|
|
10153
10187
|
width: 260px;
|
|
10154
10188
|
text-align: center;
|
|
10155
|
-
padding: 18px 0px
|
|
10156
|
-
padding-bottom: 14px;
|
|
10189
|
+
padding: 18px 0px 18px 0px;
|
|
10157
10190
|
background-color: #ffffff;
|
|
10158
10191
|
z-index: 1;
|
|
10159
10192
|
}
|
|
@@ -10587,56 +10620,6 @@ fieldset.amb-design-item-selected {
|
|
|
10587
10620
|
padding: 10px;
|
|
10588
10621
|
font-weight: bold;
|
|
10589
10622
|
}
|
|
10590
|
-
|
|
10591
|
-
/*不显示列样式*/
|
|
10592
|
-
.hiddenBorder {
|
|
10593
|
-
border-right: solid 1px #ebebeb !important;
|
|
10594
|
-
border-left: solid 1px #ebebeb !important;
|
|
10595
|
-
background-color: #ebebeb !important;
|
|
10596
|
-
}
|
|
10597
|
-
/*选中列样式*/
|
|
10598
|
-
.addBorder {
|
|
10599
|
-
border-right: solid 1px #5893ef !important;
|
|
10600
|
-
border-left: solid 1px #5893ef !important;
|
|
10601
|
-
background-color: #5893ef !important;
|
|
10602
|
-
color: #ffffff;
|
|
10603
|
-
}
|
|
10604
|
-
.ghost {
|
|
10605
|
-
opacity: 0.5;
|
|
10606
|
-
background: #c8ebfb;
|
|
10607
|
-
}
|
|
10608
|
-
|
|
10609
|
-
li[data-v-55bb4cd3] {
|
|
10610
|
-
color: #333;
|
|
10611
|
-
}
|
|
10612
|
-
.context-menu[data-v-55bb4cd3] {
|
|
10613
|
-
position: fixed;
|
|
10614
|
-
background: #fff;
|
|
10615
|
-
z-index: 999;
|
|
10616
|
-
padding: 5px;
|
|
10617
|
-
margin: 0;
|
|
10618
|
-
margin-top: 30px;
|
|
10619
|
-
}
|
|
10620
|
-
.context-menu li[data-v-55bb4cd3] {
|
|
10621
|
-
min-width: 75px;
|
|
10622
|
-
height: 28px;
|
|
10623
|
-
line-height: 28px;
|
|
10624
|
-
text-align: left;
|
|
10625
|
-
color: #1a1a1a;
|
|
10626
|
-
cursor: pointer;
|
|
10627
|
-
}
|
|
10628
|
-
.context-menu li[data-v-55bb4cd3]:hover {
|
|
10629
|
-
background: #5893ef;
|
|
10630
|
-
color: #fff;
|
|
10631
|
-
}
|
|
10632
|
-
.context-menu[data-v-55bb4cd3] {
|
|
10633
|
-
border: 1px solid #eee;
|
|
10634
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10635
|
-
border-radius: 5px;
|
|
10636
|
-
}
|
|
10637
|
-
li[data-v-55bb4cd3] {
|
|
10638
|
-
list-style-type: none;
|
|
10639
|
-
}
|
|
10640
10623
|
.el-tree-node__content {
|
|
10641
10624
|
height: 34px !important;
|
|
10642
10625
|
}
|
|
@@ -10732,7 +10715,7 @@ li[data-v-55bb4cd3] {
|
|
|
10732
10715
|
}
|
|
10733
10716
|
.amb-design-content-center-header {
|
|
10734
10717
|
position: sticky;
|
|
10735
|
-
z-index:
|
|
10718
|
+
z-index: 4;
|
|
10736
10719
|
top: 0;
|
|
10737
10720
|
height: 54px;
|
|
10738
10721
|
background-color: #f7f8fa;
|
|
@@ -10821,8 +10804,7 @@ li[data-v-55bb4cd3] {
|
|
|
10821
10804
|
position: absolute;
|
|
10822
10805
|
width: 260px;
|
|
10823
10806
|
text-align: center;
|
|
10824
|
-
padding: 18px 0px
|
|
10825
|
-
padding-bottom: 14px;
|
|
10807
|
+
padding: 18px 0px 18px 0px;
|
|
10826
10808
|
background-color: #ffffff;
|
|
10827
10809
|
z-index: 1;
|
|
10828
10810
|
}
|
|
@@ -11351,7 +11333,7 @@ fieldset.amb-design-item-selected {
|
|
|
11351
11333
|
}
|
|
11352
11334
|
.amb-design-content-center-header {
|
|
11353
11335
|
position: sticky;
|
|
11354
|
-
z-index:
|
|
11336
|
+
z-index: 4;
|
|
11355
11337
|
top: 0;
|
|
11356
11338
|
height: 54px;
|
|
11357
11339
|
background-color: #f7f8fa;
|
|
@@ -11440,8 +11422,7 @@ fieldset.amb-design-item-selected {
|
|
|
11440
11422
|
position: absolute;
|
|
11441
11423
|
width: 260px;
|
|
11442
11424
|
text-align: center;
|
|
11443
|
-
padding: 18px 0px
|
|
11444
|
-
padding-bottom: 14px;
|
|
11425
|
+
padding: 18px 0px 18px 0px;
|
|
11445
11426
|
background-color: #ffffff;
|
|
11446
11427
|
z-index: 1;
|
|
11447
11428
|
}
|
|
@@ -11970,7 +11951,7 @@ fieldset.amb-design-item-selected {
|
|
|
11970
11951
|
}
|
|
11971
11952
|
.amb-design-content-center-header {
|
|
11972
11953
|
position: sticky;
|
|
11973
|
-
z-index:
|
|
11954
|
+
z-index: 4;
|
|
11974
11955
|
top: 0;
|
|
11975
11956
|
height: 54px;
|
|
11976
11957
|
background-color: #f7f8fa;
|
|
@@ -12059,8 +12040,7 @@ fieldset.amb-design-item-selected {
|
|
|
12059
12040
|
position: absolute;
|
|
12060
12041
|
width: 260px;
|
|
12061
12042
|
text-align: center;
|
|
12062
|
-
padding: 18px 0px
|
|
12063
|
-
padding-bottom: 14px;
|
|
12043
|
+
padding: 18px 0px 18px 0px;
|
|
12064
12044
|
background-color: #ffffff;
|
|
12065
12045
|
z-index: 1;
|
|
12066
12046
|
}
|
|
@@ -12589,7 +12569,7 @@ fieldset.amb-design-item-selected {
|
|
|
12589
12569
|
}
|
|
12590
12570
|
.amb-design-content-center-header {
|
|
12591
12571
|
position: sticky;
|
|
12592
|
-
z-index:
|
|
12572
|
+
z-index: 4;
|
|
12593
12573
|
top: 0;
|
|
12594
12574
|
height: 54px;
|
|
12595
12575
|
background-color: #f7f8fa;
|
|
@@ -12678,8 +12658,7 @@ fieldset.amb-design-item-selected {
|
|
|
12678
12658
|
position: absolute;
|
|
12679
12659
|
width: 260px;
|
|
12680
12660
|
text-align: center;
|
|
12681
|
-
padding: 18px 0px
|
|
12682
|
-
padding-bottom: 14px;
|
|
12661
|
+
padding: 18px 0px 18px 0px;
|
|
12683
12662
|
background-color: #ffffff;
|
|
12684
12663
|
z-index: 1;
|
|
12685
12664
|
}
|
|
@@ -13208,7 +13187,7 @@ fieldset.amb-design-item-selected {
|
|
|
13208
13187
|
}
|
|
13209
13188
|
.amb-design-content-center-header {
|
|
13210
13189
|
position: sticky;
|
|
13211
|
-
z-index:
|
|
13190
|
+
z-index: 4;
|
|
13212
13191
|
top: 0;
|
|
13213
13192
|
height: 54px;
|
|
13214
13193
|
background-color: #f7f8fa;
|
|
@@ -13297,8 +13276,7 @@ fieldset.amb-design-item-selected {
|
|
|
13297
13276
|
position: absolute;
|
|
13298
13277
|
width: 260px;
|
|
13299
13278
|
text-align: center;
|
|
13300
|
-
padding: 18px 0px
|
|
13301
|
-
padding-bottom: 14px;
|
|
13279
|
+
padding: 18px 0px 18px 0px;
|
|
13302
13280
|
background-color: #ffffff;
|
|
13303
13281
|
z-index: 1;
|
|
13304
13282
|
}
|
|
@@ -13827,7 +13805,7 @@ fieldset.amb-design-item-selected {
|
|
|
13827
13805
|
}
|
|
13828
13806
|
.amb-design-content-center-header {
|
|
13829
13807
|
position: sticky;
|
|
13830
|
-
z-index:
|
|
13808
|
+
z-index: 4;
|
|
13831
13809
|
top: 0;
|
|
13832
13810
|
height: 54px;
|
|
13833
13811
|
background-color: #f7f8fa;
|
|
@@ -13916,8 +13894,7 @@ fieldset.amb-design-item-selected {
|
|
|
13916
13894
|
position: absolute;
|
|
13917
13895
|
width: 260px;
|
|
13918
13896
|
text-align: center;
|
|
13919
|
-
padding: 18px 0px
|
|
13920
|
-
padding-bottom: 14px;
|
|
13897
|
+
padding: 18px 0px 18px 0px;
|
|
13921
13898
|
background-color: #ffffff;
|
|
13922
13899
|
z-index: 1;
|
|
13923
13900
|
}
|
|
@@ -14446,7 +14423,7 @@ fieldset.amb-design-item-selected {
|
|
|
14446
14423
|
}
|
|
14447
14424
|
.amb-design-content-center-header {
|
|
14448
14425
|
position: sticky;
|
|
14449
|
-
z-index:
|
|
14426
|
+
z-index: 4;
|
|
14450
14427
|
top: 0;
|
|
14451
14428
|
height: 54px;
|
|
14452
14429
|
background-color: #f7f8fa;
|
|
@@ -14535,8 +14512,7 @@ fieldset.amb-design-item-selected {
|
|
|
14535
14512
|
position: absolute;
|
|
14536
14513
|
width: 260px;
|
|
14537
14514
|
text-align: center;
|
|
14538
|
-
padding: 18px 0px
|
|
14539
|
-
padding-bottom: 14px;
|
|
14515
|
+
padding: 18px 0px 18px 0px;
|
|
14540
14516
|
background-color: #ffffff;
|
|
14541
14517
|
z-index: 1;
|
|
14542
14518
|
}
|
|
@@ -15065,7 +15041,7 @@ fieldset.amb-design-item-selected {
|
|
|
15065
15041
|
}
|
|
15066
15042
|
.amb-design-content-center-header {
|
|
15067
15043
|
position: sticky;
|
|
15068
|
-
z-index:
|
|
15044
|
+
z-index: 4;
|
|
15069
15045
|
top: 0;
|
|
15070
15046
|
height: 54px;
|
|
15071
15047
|
background-color: #f7f8fa;
|
|
@@ -15154,8 +15130,7 @@ fieldset.amb-design-item-selected {
|
|
|
15154
15130
|
position: absolute;
|
|
15155
15131
|
width: 260px;
|
|
15156
15132
|
text-align: center;
|
|
15157
|
-
padding: 18px 0px
|
|
15158
|
-
padding-bottom: 14px;
|
|
15133
|
+
padding: 18px 0px 18px 0px;
|
|
15159
15134
|
background-color: #ffffff;
|
|
15160
15135
|
z-index: 1;
|
|
15161
15136
|
}
|
|
@@ -15684,7 +15659,7 @@ fieldset.amb-design-item-selected {
|
|
|
15684
15659
|
}
|
|
15685
15660
|
.amb-design-content-center-header {
|
|
15686
15661
|
position: sticky;
|
|
15687
|
-
z-index:
|
|
15662
|
+
z-index: 4;
|
|
15688
15663
|
top: 0;
|
|
15689
15664
|
height: 54px;
|
|
15690
15665
|
background-color: #f7f8fa;
|
|
@@ -15773,8 +15748,7 @@ fieldset.amb-design-item-selected {
|
|
|
15773
15748
|
position: absolute;
|
|
15774
15749
|
width: 260px;
|
|
15775
15750
|
text-align: center;
|
|
15776
|
-
padding: 18px 0px
|
|
15777
|
-
padding-bottom: 14px;
|
|
15751
|
+
padding: 18px 0px 18px 0px;
|
|
15778
15752
|
background-color: #ffffff;
|
|
15779
15753
|
z-index: 1;
|
|
15780
15754
|
}
|
|
@@ -16307,7 +16281,7 @@ fieldset.amb-design-item-selected {
|
|
|
16307
16281
|
}
|
|
16308
16282
|
.amb-design-content-center-header {
|
|
16309
16283
|
position: sticky;
|
|
16310
|
-
z-index:
|
|
16284
|
+
z-index: 4;
|
|
16311
16285
|
top: 0;
|
|
16312
16286
|
height: 54px;
|
|
16313
16287
|
background-color: #f7f8fa;
|
|
@@ -16396,8 +16370,7 @@ fieldset.amb-design-item-selected {
|
|
|
16396
16370
|
position: absolute;
|
|
16397
16371
|
width: 260px;
|
|
16398
16372
|
text-align: center;
|
|
16399
|
-
padding: 18px 0px
|
|
16400
|
-
padding-bottom: 14px;
|
|
16373
|
+
padding: 18px 0px 18px 0px;
|
|
16401
16374
|
background-color: #ffffff;
|
|
16402
16375
|
z-index: 1;
|
|
16403
16376
|
}
|
|
@@ -16858,7 +16831,7 @@ fieldset.amb-design-item-selected {
|
|
|
16858
16831
|
color: #ffffff;
|
|
16859
16832
|
}
|
|
16860
16833
|
|
|
16861
|
-
.seleteSort[data-v-
|
|
16834
|
+
.seleteSort[data-v-31763b63] {
|
|
16862
16835
|
border-radius: 5px;
|
|
16863
16836
|
border: 1px solid rgba(88, 147, 239);
|
|
16864
16837
|
}
|
|
@@ -16879,17 +16852,18 @@ fieldset.amb-design-item-selected {
|
|
|
16879
16852
|
border: 1px solid rgba(88, 147, 239);
|
|
16880
16853
|
}
|
|
16881
16854
|
|
|
16882
|
-
.
|
|
16883
|
-
|
|
16884
|
-
|
|
16885
|
-
|
|
16886
|
-
margin-right: 10px;
|
|
16887
|
-
cursor: pointer;
|
|
16855
|
+
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16856
|
+
display: flex;
|
|
16857
|
+
justify-content: space-between;
|
|
16858
|
+
text-align: center
|
|
16888
16859
|
}
|
|
16889
|
-
.
|
|
16890
|
-
|
|
16891
|
-
|
|
16892
|
-
|
|
16860
|
+
.row-backgroud-header-tittle > div[data-v-b203475d]{
|
|
16861
|
+
width: 100%
|
|
16862
|
+
}
|
|
16863
|
+
|
|
16864
|
+
.seleteSort[data-v-a8c75465] {
|
|
16865
|
+
border-radius: 5px;
|
|
16866
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16893
16867
|
}
|
|
16894
16868
|
|
|
16895
16869
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
@@ -16929,26 +16903,17 @@ fieldset.amb-design-item-selected {
|
|
|
16929
16903
|
margin-bottom: 20px;
|
|
16930
16904
|
}
|
|
16931
16905
|
|
|
16932
|
-
.
|
|
16933
|
-
|
|
16934
|
-
justify-content: space-between;
|
|
16935
|
-
text-align: center
|
|
16906
|
+
.editorTool[data-v-26f79956] {
|
|
16907
|
+
margin-left: auto;
|
|
16936
16908
|
}
|
|
16937
|
-
.
|
|
16938
|
-
|
|
16939
|
-
|
|
16940
|
-
|
|
16941
|
-
.seleteSort[data-v-97438be5] {
|
|
16942
|
-
border-radius: 5px;
|
|
16943
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16909
|
+
.editorOption[data-v-26f79956] {
|
|
16910
|
+
margin-right: 10px;
|
|
16911
|
+
cursor: pointer;
|
|
16944
16912
|
}
|
|
16945
|
-
[data-v-
|
|
16946
|
-
|
|
16947
|
-
|
|
16948
|
-
|
|
16949
|
-
.seleteSort[data-v-a8c75465] {
|
|
16950
|
-
border-radius: 5px;
|
|
16951
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16913
|
+
.pppp[data-v-26f79956] {
|
|
16914
|
+
display: flex; /* 使用Flex布局 */
|
|
16915
|
+
justify-content: flex-start;
|
|
16916
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16952
16917
|
}
|
|
16953
16918
|
|
|
16954
16919
|
.stateBtn[data-v-ae2798fb]{
|
|
@@ -16996,6 +16961,14 @@ li[data-v-b436905c] {
|
|
|
16996
16961
|
list-style-type: none;
|
|
16997
16962
|
}
|
|
16998
16963
|
|
|
16964
|
+
.seleteSort[data-v-97438be5] {
|
|
16965
|
+
border-radius: 5px;
|
|
16966
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16967
|
+
}
|
|
16968
|
+
[data-v-97438be5] .el-select__selection{
|
|
16969
|
+
display: inline-block;
|
|
16970
|
+
}
|
|
16971
|
+
|
|
16999
16972
|
.el-tag[data-v-665d3bf4]{
|
|
17000
16973
|
margin-left: 10px;
|
|
17001
16974
|
}
|