super-page-designer 2.1.12 → 2.1.16
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 +19 -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/assemblys/workflow/component/combination.vue.js +5 -5
- package/dist/es/components/design/views/design/page-event/config.vue.js +7 -1
- package/dist/es/components/design/views/design/page-event/config.vue2.js +334 -5
- package/dist/es/components/design/views/design/page-event/config.vue3.js +1 -336
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
- package/dist/es/style.css +170 -197
- 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
|
}
|
|
@@ -1389,7 +1387,7 @@ fieldset.amb-design-item-selected {
|
|
|
1389
1387
|
}
|
|
1390
1388
|
.amb-design-content-center-header {
|
|
1391
1389
|
position: sticky;
|
|
1392
|
-
z-index:
|
|
1390
|
+
z-index: 4;
|
|
1393
1391
|
top: 0;
|
|
1394
1392
|
height: 54px;
|
|
1395
1393
|
background-color: #f7f8fa;
|
|
@@ -1478,8 +1476,7 @@ fieldset.amb-design-item-selected {
|
|
|
1478
1476
|
position: absolute;
|
|
1479
1477
|
width: 260px;
|
|
1480
1478
|
text-align: center;
|
|
1481
|
-
padding: 18px 0px
|
|
1482
|
-
padding-bottom: 14px;
|
|
1479
|
+
padding: 18px 0px 18px 0px;
|
|
1483
1480
|
background-color: #ffffff;
|
|
1484
1481
|
z-index: 1;
|
|
1485
1482
|
}
|
|
@@ -2008,7 +2005,7 @@ fieldset.amb-design-item-selected {
|
|
|
2008
2005
|
}
|
|
2009
2006
|
.amb-design-content-center-header {
|
|
2010
2007
|
position: sticky;
|
|
2011
|
-
z-index:
|
|
2008
|
+
z-index: 4;
|
|
2012
2009
|
top: 0;
|
|
2013
2010
|
height: 54px;
|
|
2014
2011
|
background-color: #f7f8fa;
|
|
@@ -2097,8 +2094,7 @@ fieldset.amb-design-item-selected {
|
|
|
2097
2094
|
position: absolute;
|
|
2098
2095
|
width: 260px;
|
|
2099
2096
|
text-align: center;
|
|
2100
|
-
padding: 18px 0px
|
|
2101
|
-
padding-bottom: 14px;
|
|
2097
|
+
padding: 18px 0px 18px 0px;
|
|
2102
2098
|
background-color: #ffffff;
|
|
2103
2099
|
z-index: 1;
|
|
2104
2100
|
}
|
|
@@ -2627,7 +2623,7 @@ fieldset.amb-design-item-selected {
|
|
|
2627
2623
|
}
|
|
2628
2624
|
.amb-design-content-center-header {
|
|
2629
2625
|
position: sticky;
|
|
2630
|
-
z-index:
|
|
2626
|
+
z-index: 4;
|
|
2631
2627
|
top: 0;
|
|
2632
2628
|
height: 54px;
|
|
2633
2629
|
background-color: #f7f8fa;
|
|
@@ -2716,8 +2712,7 @@ fieldset.amb-design-item-selected {
|
|
|
2716
2712
|
position: absolute;
|
|
2717
2713
|
width: 260px;
|
|
2718
2714
|
text-align: center;
|
|
2719
|
-
padding: 18px 0px
|
|
2720
|
-
padding-bottom: 14px;
|
|
2715
|
+
padding: 18px 0px 18px 0px;
|
|
2721
2716
|
background-color: #ffffff;
|
|
2722
2717
|
z-index: 1;
|
|
2723
2718
|
}
|
|
@@ -3246,7 +3241,7 @@ fieldset.amb-design-item-selected {
|
|
|
3246
3241
|
}
|
|
3247
3242
|
.amb-design-content-center-header {
|
|
3248
3243
|
position: sticky;
|
|
3249
|
-
z-index:
|
|
3244
|
+
z-index: 4;
|
|
3250
3245
|
top: 0;
|
|
3251
3246
|
height: 54px;
|
|
3252
3247
|
background-color: #f7f8fa;
|
|
@@ -3335,8 +3330,7 @@ fieldset.amb-design-item-selected {
|
|
|
3335
3330
|
position: absolute;
|
|
3336
3331
|
width: 260px;
|
|
3337
3332
|
text-align: center;
|
|
3338
|
-
padding: 18px 0px
|
|
3339
|
-
padding-bottom: 14px;
|
|
3333
|
+
padding: 18px 0px 18px 0px;
|
|
3340
3334
|
background-color: #ffffff;
|
|
3341
3335
|
z-index: 1;
|
|
3342
3336
|
}
|
|
@@ -3770,6 +3764,10 @@ fieldset.amb-design-item-selected {
|
|
|
3770
3764
|
padding: 10px;
|
|
3771
3765
|
font-weight: bold;
|
|
3772
3766
|
}
|
|
3767
|
+
|
|
3768
|
+
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
|
|
3769
|
+
cursor: default;
|
|
3770
|
+
}
|
|
3773
3771
|
.el-tree-node__content {
|
|
3774
3772
|
height: 34px !important;
|
|
3775
3773
|
}
|
|
@@ -3865,7 +3863,7 @@ fieldset.amb-design-item-selected {
|
|
|
3865
3863
|
}
|
|
3866
3864
|
.amb-design-content-center-header {
|
|
3867
3865
|
position: sticky;
|
|
3868
|
-
z-index:
|
|
3866
|
+
z-index: 4;
|
|
3869
3867
|
top: 0;
|
|
3870
3868
|
height: 54px;
|
|
3871
3869
|
background-color: #f7f8fa;
|
|
@@ -3954,8 +3952,7 @@ fieldset.amb-design-item-selected {
|
|
|
3954
3952
|
position: absolute;
|
|
3955
3953
|
width: 260px;
|
|
3956
3954
|
text-align: center;
|
|
3957
|
-
padding: 18px 0px
|
|
3958
|
-
padding-bottom: 14px;
|
|
3955
|
+
padding: 18px 0px 18px 0px;
|
|
3959
3956
|
background-color: #ffffff;
|
|
3960
3957
|
z-index: 1;
|
|
3961
3958
|
}
|
|
@@ -4389,10 +4386,6 @@ fieldset.amb-design-item-selected {
|
|
|
4389
4386
|
padding: 10px;
|
|
4390
4387
|
font-weight: bold;
|
|
4391
4388
|
}
|
|
4392
|
-
|
|
4393
|
-
.el-select__wrapper.is-disabled{
|
|
4394
|
-
cursor: default;
|
|
4395
|
-
}
|
|
4396
4389
|
.el-tree-node__content {
|
|
4397
4390
|
height: 34px !important;
|
|
4398
4391
|
}
|
|
@@ -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
|
}
|
|
@@ -6968,7 +6957,7 @@ fieldset.amb-design-item-selected {
|
|
|
6968
6957
|
}
|
|
6969
6958
|
.amb-design-content-center-header {
|
|
6970
6959
|
position: sticky;
|
|
6971
|
-
z-index:
|
|
6960
|
+
z-index: 4;
|
|
6972
6961
|
top: 0;
|
|
6973
6962
|
height: 54px;
|
|
6974
6963
|
background-color: #f7f8fa;
|
|
@@ -7057,8 +7046,7 @@ fieldset.amb-design-item-selected {
|
|
|
7057
7046
|
position: absolute;
|
|
7058
7047
|
width: 260px;
|
|
7059
7048
|
text-align: center;
|
|
7060
|
-
padding: 18px 0px
|
|
7061
|
-
padding-bottom: 14px;
|
|
7049
|
+
padding: 18px 0px 18px 0px;
|
|
7062
7050
|
background-color: #ffffff;
|
|
7063
7051
|
z-index: 1;
|
|
7064
7052
|
}
|
|
@@ -7587,7 +7575,7 @@ fieldset.amb-design-item-selected {
|
|
|
7587
7575
|
}
|
|
7588
7576
|
.amb-design-content-center-header {
|
|
7589
7577
|
position: sticky;
|
|
7590
|
-
z-index:
|
|
7578
|
+
z-index: 4;
|
|
7591
7579
|
top: 0;
|
|
7592
7580
|
height: 54px;
|
|
7593
7581
|
background-color: #f7f8fa;
|
|
@@ -7676,8 +7664,7 @@ fieldset.amb-design-item-selected {
|
|
|
7676
7664
|
position: absolute;
|
|
7677
7665
|
width: 260px;
|
|
7678
7666
|
text-align: center;
|
|
7679
|
-
padding: 18px 0px
|
|
7680
|
-
padding-bottom: 14px;
|
|
7667
|
+
padding: 18px 0px 18px 0px;
|
|
7681
7668
|
background-color: #ffffff;
|
|
7682
7669
|
z-index: 1;
|
|
7683
7670
|
}
|
|
@@ -8206,7 +8193,7 @@ fieldset.amb-design-item-selected {
|
|
|
8206
8193
|
}
|
|
8207
8194
|
.amb-design-content-center-header {
|
|
8208
8195
|
position: sticky;
|
|
8209
|
-
z-index:
|
|
8196
|
+
z-index: 4;
|
|
8210
8197
|
top: 0;
|
|
8211
8198
|
height: 54px;
|
|
8212
8199
|
background-color: #f7f8fa;
|
|
@@ -8295,8 +8282,7 @@ fieldset.amb-design-item-selected {
|
|
|
8295
8282
|
position: absolute;
|
|
8296
8283
|
width: 260px;
|
|
8297
8284
|
text-align: center;
|
|
8298
|
-
padding: 18px 0px
|
|
8299
|
-
padding-bottom: 14px;
|
|
8285
|
+
padding: 18px 0px 18px 0px;
|
|
8300
8286
|
background-color: #ffffff;
|
|
8301
8287
|
z-index: 1;
|
|
8302
8288
|
}
|
|
@@ -8825,7 +8811,7 @@ fieldset.amb-design-item-selected {
|
|
|
8825
8811
|
}
|
|
8826
8812
|
.amb-design-content-center-header {
|
|
8827
8813
|
position: sticky;
|
|
8828
|
-
z-index:
|
|
8814
|
+
z-index: 4;
|
|
8829
8815
|
top: 0;
|
|
8830
8816
|
height: 54px;
|
|
8831
8817
|
background-color: #f7f8fa;
|
|
@@ -8914,8 +8900,7 @@ fieldset.amb-design-item-selected {
|
|
|
8914
8900
|
position: absolute;
|
|
8915
8901
|
width: 260px;
|
|
8916
8902
|
text-align: center;
|
|
8917
|
-
padding: 18px 0px
|
|
8918
|
-
padding-bottom: 14px;
|
|
8903
|
+
padding: 18px 0px 18px 0px;
|
|
8919
8904
|
background-color: #ffffff;
|
|
8920
8905
|
z-index: 1;
|
|
8921
8906
|
}
|
|
@@ -9349,56 +9334,6 @@ fieldset.amb-design-item-selected {
|
|
|
9349
9334
|
padding: 10px;
|
|
9350
9335
|
font-weight: bold;
|
|
9351
9336
|
}
|
|
9352
|
-
|
|
9353
|
-
/*不显示列样式*/
|
|
9354
|
-
.hiddenBorder {
|
|
9355
|
-
border-right: solid 1px #ebebeb !important;
|
|
9356
|
-
border-left: solid 1px #ebebeb !important;
|
|
9357
|
-
background-color: #ebebeb !important;
|
|
9358
|
-
}
|
|
9359
|
-
/*选中列样式*/
|
|
9360
|
-
.addBorder {
|
|
9361
|
-
border-right: solid 1px #5893ef !important;
|
|
9362
|
-
border-left: solid 1px #5893ef !important;
|
|
9363
|
-
background-color: #5893ef !important;
|
|
9364
|
-
color: #ffffff;
|
|
9365
|
-
}
|
|
9366
|
-
.ghost {
|
|
9367
|
-
opacity: 0.5;
|
|
9368
|
-
background: #c8ebfb;
|
|
9369
|
-
}
|
|
9370
|
-
|
|
9371
|
-
li[data-v-55bb4cd3] {
|
|
9372
|
-
color: #333;
|
|
9373
|
-
}
|
|
9374
|
-
.context-menu[data-v-55bb4cd3] {
|
|
9375
|
-
position: fixed;
|
|
9376
|
-
background: #fff;
|
|
9377
|
-
z-index: 999;
|
|
9378
|
-
padding: 5px;
|
|
9379
|
-
margin: 0;
|
|
9380
|
-
margin-top: 30px;
|
|
9381
|
-
}
|
|
9382
|
-
.context-menu li[data-v-55bb4cd3] {
|
|
9383
|
-
min-width: 75px;
|
|
9384
|
-
height: 28px;
|
|
9385
|
-
line-height: 28px;
|
|
9386
|
-
text-align: left;
|
|
9387
|
-
color: #1a1a1a;
|
|
9388
|
-
cursor: pointer;
|
|
9389
|
-
}
|
|
9390
|
-
.context-menu li[data-v-55bb4cd3]:hover {
|
|
9391
|
-
background: #5893ef;
|
|
9392
|
-
color: #fff;
|
|
9393
|
-
}
|
|
9394
|
-
.context-menu[data-v-55bb4cd3] {
|
|
9395
|
-
border: 1px solid #eee;
|
|
9396
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9397
|
-
border-radius: 5px;
|
|
9398
|
-
}
|
|
9399
|
-
li[data-v-55bb4cd3] {
|
|
9400
|
-
list-style-type: none;
|
|
9401
|
-
}
|
|
9402
9337
|
.el-tree-node__content {
|
|
9403
9338
|
height: 34px !important;
|
|
9404
9339
|
}
|
|
@@ -9494,7 +9429,7 @@ li[data-v-55bb4cd3] {
|
|
|
9494
9429
|
}
|
|
9495
9430
|
.amb-design-content-center-header {
|
|
9496
9431
|
position: sticky;
|
|
9497
|
-
z-index:
|
|
9432
|
+
z-index: 4;
|
|
9498
9433
|
top: 0;
|
|
9499
9434
|
height: 54px;
|
|
9500
9435
|
background-color: #f7f8fa;
|
|
@@ -9583,8 +9518,7 @@ li[data-v-55bb4cd3] {
|
|
|
9583
9518
|
position: absolute;
|
|
9584
9519
|
width: 260px;
|
|
9585
9520
|
text-align: center;
|
|
9586
|
-
padding: 18px 0px
|
|
9587
|
-
padding-bottom: 14px;
|
|
9521
|
+
padding: 18px 0px 18px 0px;
|
|
9588
9522
|
background-color: #ffffff;
|
|
9589
9523
|
z-index: 1;
|
|
9590
9524
|
}
|
|
@@ -10018,6 +9952,56 @@ fieldset.amb-design-item-selected {
|
|
|
10018
9952
|
padding: 10px;
|
|
10019
9953
|
font-weight: bold;
|
|
10020
9954
|
}
|
|
9955
|
+
|
|
9956
|
+
/*不显示列样式*/
|
|
9957
|
+
.hiddenBorder {
|
|
9958
|
+
border-right: solid 1px #ebebeb !important;
|
|
9959
|
+
border-left: solid 1px #ebebeb !important;
|
|
9960
|
+
background-color: #ebebeb !important;
|
|
9961
|
+
}
|
|
9962
|
+
/*选中列样式*/
|
|
9963
|
+
.addBorder {
|
|
9964
|
+
border-right: solid 1px #5893ef !important;
|
|
9965
|
+
border-left: solid 1px #5893ef !important;
|
|
9966
|
+
background-color: #5893ef !important;
|
|
9967
|
+
color: #ffffff;
|
|
9968
|
+
}
|
|
9969
|
+
.ghost {
|
|
9970
|
+
opacity: 0.5;
|
|
9971
|
+
background: #c8ebfb;
|
|
9972
|
+
}
|
|
9973
|
+
|
|
9974
|
+
li[data-v-55bb4cd3] {
|
|
9975
|
+
color: #333;
|
|
9976
|
+
}
|
|
9977
|
+
.context-menu[data-v-55bb4cd3] {
|
|
9978
|
+
position: fixed;
|
|
9979
|
+
background: #fff;
|
|
9980
|
+
z-index: 999;
|
|
9981
|
+
padding: 5px;
|
|
9982
|
+
margin: 0;
|
|
9983
|
+
margin-top: 30px;
|
|
9984
|
+
}
|
|
9985
|
+
.context-menu li[data-v-55bb4cd3] {
|
|
9986
|
+
min-width: 75px;
|
|
9987
|
+
height: 28px;
|
|
9988
|
+
line-height: 28px;
|
|
9989
|
+
text-align: left;
|
|
9990
|
+
color: #1a1a1a;
|
|
9991
|
+
cursor: pointer;
|
|
9992
|
+
}
|
|
9993
|
+
.context-menu li[data-v-55bb4cd3]:hover {
|
|
9994
|
+
background: #5893ef;
|
|
9995
|
+
color: #fff;
|
|
9996
|
+
}
|
|
9997
|
+
.context-menu[data-v-55bb4cd3] {
|
|
9998
|
+
border: 1px solid #eee;
|
|
9999
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
10000
|
+
border-radius: 5px;
|
|
10001
|
+
}
|
|
10002
|
+
li[data-v-55bb4cd3] {
|
|
10003
|
+
list-style-type: none;
|
|
10004
|
+
}
|
|
10021
10005
|
.el-tree-node__content {
|
|
10022
10006
|
height: 34px !important;
|
|
10023
10007
|
}
|
|
@@ -10113,7 +10097,7 @@ fieldset.amb-design-item-selected {
|
|
|
10113
10097
|
}
|
|
10114
10098
|
.amb-design-content-center-header {
|
|
10115
10099
|
position: sticky;
|
|
10116
|
-
z-index:
|
|
10100
|
+
z-index: 4;
|
|
10117
10101
|
top: 0;
|
|
10118
10102
|
height: 54px;
|
|
10119
10103
|
background-color: #f7f8fa;
|
|
@@ -10202,8 +10186,7 @@ fieldset.amb-design-item-selected {
|
|
|
10202
10186
|
position: absolute;
|
|
10203
10187
|
width: 260px;
|
|
10204
10188
|
text-align: center;
|
|
10205
|
-
padding: 18px 0px
|
|
10206
|
-
padding-bottom: 14px;
|
|
10189
|
+
padding: 18px 0px 18px 0px;
|
|
10207
10190
|
background-color: #ffffff;
|
|
10208
10191
|
z-index: 1;
|
|
10209
10192
|
}
|
|
@@ -10732,7 +10715,7 @@ fieldset.amb-design-item-selected {
|
|
|
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 @@ fieldset.amb-design-item-selected {
|
|
|
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
|
}
|
|
@@ -16208,10 +16182,6 @@ fieldset.amb-design-item-selected {
|
|
|
16208
16182
|
padding: 10px;
|
|
16209
16183
|
font-weight: bold;
|
|
16210
16184
|
}
|
|
16211
|
-
|
|
16212
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
16213
|
-
padding: 0;
|
|
16214
|
-
}
|
|
16215
16185
|
.el-tree-node__content {
|
|
16216
16186
|
height: 34px !important;
|
|
16217
16187
|
}
|
|
@@ -16307,7 +16277,7 @@ fieldset.amb-design-item-selected {
|
|
|
16307
16277
|
}
|
|
16308
16278
|
.amb-design-content-center-header {
|
|
16309
16279
|
position: sticky;
|
|
16310
|
-
z-index:
|
|
16280
|
+
z-index: 4;
|
|
16311
16281
|
top: 0;
|
|
16312
16282
|
height: 54px;
|
|
16313
16283
|
background-color: #f7f8fa;
|
|
@@ -16396,8 +16366,7 @@ fieldset.amb-design-item-selected {
|
|
|
16396
16366
|
position: absolute;
|
|
16397
16367
|
width: 260px;
|
|
16398
16368
|
text-align: center;
|
|
16399
|
-
padding: 18px 0px
|
|
16400
|
-
padding-bottom: 14px;
|
|
16369
|
+
padding: 18px 0px 18px 0px;
|
|
16401
16370
|
background-color: #ffffff;
|
|
16402
16371
|
z-index: 1;
|
|
16403
16372
|
}
|
|
@@ -16832,6 +16801,10 @@ fieldset.amb-design-item-selected {
|
|
|
16832
16801
|
font-weight: bold;
|
|
16833
16802
|
}
|
|
16834
16803
|
|
|
16804
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
16805
|
+
padding: 0;
|
|
16806
|
+
}
|
|
16807
|
+
|
|
16835
16808
|
.amb-design-attr-header[data-v-226997f7] {
|
|
16836
16809
|
position: sticky;
|
|
16837
16810
|
position: -webkit-sticky;
|
|
@@ -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
|
}
|
|
@@ -16874,6 +16847,43 @@ fieldset.amb-design-item-selected {
|
|
|
16874
16847
|
min-width: 120px !important;
|
|
16875
16848
|
}
|
|
16876
16849
|
|
|
16850
|
+
li[data-v-b436905c] {
|
|
16851
|
+
color: #333;
|
|
16852
|
+
}
|
|
16853
|
+
.context-menu[data-v-b436905c] {
|
|
16854
|
+
position: fixed;
|
|
16855
|
+
background: #fff;
|
|
16856
|
+
z-index: 999;
|
|
16857
|
+
padding: 5px;
|
|
16858
|
+
margin: 0;
|
|
16859
|
+
margin-top: 30px;
|
|
16860
|
+
}
|
|
16861
|
+
.context-menu li[data-v-b436905c] {
|
|
16862
|
+
min-width: 75px;
|
|
16863
|
+
height: 28px;
|
|
16864
|
+
line-height: 28px;
|
|
16865
|
+
text-align: left;
|
|
16866
|
+
color: #1a1a1a;
|
|
16867
|
+
cursor: pointer;
|
|
16868
|
+
}
|
|
16869
|
+
|
|
16870
|
+
/*.context-menu li:hover {*/
|
|
16871
|
+
/* background: #5893ef;*/
|
|
16872
|
+
/* color: #fff;*/
|
|
16873
|
+
/*}*/
|
|
16874
|
+
.context-menuLi[data-v-b436905c]:hover {
|
|
16875
|
+
background: #5893ef;
|
|
16876
|
+
color: #fff;
|
|
16877
|
+
}
|
|
16878
|
+
.context-menu[data-v-b436905c] {
|
|
16879
|
+
border: 1px solid #eee;
|
|
16880
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16881
|
+
border-radius: 5px;
|
|
16882
|
+
}
|
|
16883
|
+
li[data-v-b436905c] {
|
|
16884
|
+
list-style-type: none;
|
|
16885
|
+
}
|
|
16886
|
+
|
|
16877
16887
|
.seleteSort[data-v-e6c84ad9] {
|
|
16878
16888
|
border-radius: 5px;
|
|
16879
16889
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -16892,6 +16902,14 @@ fieldset.amb-design-item-selected {
|
|
|
16892
16902
|
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
16893
16903
|
}
|
|
16894
16904
|
|
|
16905
|
+
.stateBtn[data-v-ae2798fb]{
|
|
16906
|
+
display: flex;
|
|
16907
|
+
}
|
|
16908
|
+
.stateText[data-v-ae2798fb]{
|
|
16909
|
+
margin-left: 10px;
|
|
16910
|
+
color: #7b7b7b;
|
|
16911
|
+
}
|
|
16912
|
+
|
|
16895
16913
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
16896
16914
|
display: grid;
|
|
16897
16915
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -16929,14 +16947,6 @@ fieldset.amb-design-item-selected {
|
|
|
16929
16947
|
margin-bottom: 20px;
|
|
16930
16948
|
}
|
|
16931
16949
|
|
|
16932
|
-
.seleteSort[data-v-97438be5] {
|
|
16933
|
-
border-radius: 5px;
|
|
16934
|
-
border: 1px solid rgba(88, 147, 239);
|
|
16935
|
-
}
|
|
16936
|
-
[data-v-97438be5] .el-select__selection{
|
|
16937
|
-
display: inline-block;
|
|
16938
|
-
}
|
|
16939
|
-
|
|
16940
16950
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
16941
16951
|
display: flex;
|
|
16942
16952
|
justify-content: space-between;
|
|
@@ -16946,51 +16956,6 @@ fieldset.amb-design-item-selected {
|
|
|
16946
16956
|
width: 100%
|
|
16947
16957
|
}
|
|
16948
16958
|
|
|
16949
|
-
.stateBtn[data-v-ae2798fb]{
|
|
16950
|
-
display: flex;
|
|
16951
|
-
}
|
|
16952
|
-
.stateText[data-v-ae2798fb]{
|
|
16953
|
-
margin-left: 10px;
|
|
16954
|
-
color: #7b7b7b;
|
|
16955
|
-
}
|
|
16956
|
-
|
|
16957
|
-
li[data-v-b436905c] {
|
|
16958
|
-
color: #333;
|
|
16959
|
-
}
|
|
16960
|
-
.context-menu[data-v-b436905c] {
|
|
16961
|
-
position: fixed;
|
|
16962
|
-
background: #fff;
|
|
16963
|
-
z-index: 999;
|
|
16964
|
-
padding: 5px;
|
|
16965
|
-
margin: 0;
|
|
16966
|
-
margin-top: 30px;
|
|
16967
|
-
}
|
|
16968
|
-
.context-menu li[data-v-b436905c] {
|
|
16969
|
-
min-width: 75px;
|
|
16970
|
-
height: 28px;
|
|
16971
|
-
line-height: 28px;
|
|
16972
|
-
text-align: left;
|
|
16973
|
-
color: #1a1a1a;
|
|
16974
|
-
cursor: pointer;
|
|
16975
|
-
}
|
|
16976
|
-
|
|
16977
|
-
/*.context-menu li:hover {*/
|
|
16978
|
-
/* background: #5893ef;*/
|
|
16979
|
-
/* color: #fff;*/
|
|
16980
|
-
/*}*/
|
|
16981
|
-
.context-menuLi[data-v-b436905c]:hover {
|
|
16982
|
-
background: #5893ef;
|
|
16983
|
-
color: #fff;
|
|
16984
|
-
}
|
|
16985
|
-
.context-menu[data-v-b436905c] {
|
|
16986
|
-
border: 1px solid #eee;
|
|
16987
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
16988
|
-
border-radius: 5px;
|
|
16989
|
-
}
|
|
16990
|
-
li[data-v-b436905c] {
|
|
16991
|
-
list-style-type: none;
|
|
16992
|
-
}
|
|
16993
|
-
|
|
16994
16959
|
.seleteSort[data-v-a8c75465] {
|
|
16995
16960
|
border-radius: 5px;
|
|
16996
16961
|
border: 1px solid rgba(88, 147, 239);
|
|
@@ -17000,6 +16965,14 @@ li[data-v-b436905c] {
|
|
|
17000
16965
|
margin-left: 10px;
|
|
17001
16966
|
}
|
|
17002
16967
|
|
|
16968
|
+
.seleteSort[data-v-97438be5] {
|
|
16969
|
+
border-radius: 5px;
|
|
16970
|
+
border: 1px solid rgba(88, 147, 239);
|
|
16971
|
+
}
|
|
16972
|
+
[data-v-97438be5] .el-select__selection{
|
|
16973
|
+
display: inline-block;
|
|
16974
|
+
}
|
|
16975
|
+
|
|
17003
16976
|
.input-with-select .el-input-group__append {
|
|
17004
16977
|
background-color: var(--el-fill-color-blank);
|
|
17005
16978
|
}
|