super-page-designer 2.1.13 → 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.
Files changed (59) hide show
  1. package/dist/es/components/design/utils/interfaces/page-design-types.d.ts +1 -0
  2. package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +17 -4
  3. package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr-base.vue.js +24 -3
  4. package/dist/es/components/design/views/assemblys/button/dropdown/dropdown-attr.vue2.js +9 -1
  5. package/dist/es/components/design/views/assemblys/button/export-pdf/exportpdf-attr-base.vue.js +15 -2
  6. package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +17 -4
  7. package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue.js +38 -0
  8. package/dist/es/components/design/views/assemblys/common/common-i18n-setting.vue2.js +4 -0
  9. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue.js +2 -2
  10. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue2.js +1 -725
  11. package/dist/es/components/design/views/assemblys/common/common-variable-bind.vue3.js +725 -1
  12. package/dist/es/components/design/views/assemblys/container/card/card-design.vue2.js +4 -0
  13. package/dist/es/components/design/views/assemblys/container/collapse/collapse-attr-base.vue.js +2 -2
  14. package/dist/es/components/design/views/assemblys/container/collapse/collapse-design.vue2.js +3 -1
  15. package/dist/es/components/design/views/assemblys/container/container/container-design.vue2.js +8 -2
  16. package/dist/es/components/design/views/assemblys/container/flex/flex-design.vue2.js +4 -0
  17. package/dist/es/components/design/views/assemblys/container/form/form-design.vue2.js +4 -0
  18. package/dist/es/components/design/views/assemblys/container/tabs/tabs-design.vue2.js +2 -0
  19. package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +1 -1
  20. package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +19 -2
  21. package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +1 -1
  22. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +1 -1
  23. package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue2.js +25 -12
  24. package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +19 -6
  25. package/dist/es/components/design/views/assemblys/form/common/data-format.vue.js +2 -2
  26. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue.js +152 -1
  27. package/dist/es/components/design/views/assemblys/form/common/dataorigin-input-table.vue2.js +1 -152
  28. package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +22 -6
  29. package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr.vue2.js +8 -1
  30. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +26 -6
  31. package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr.vue2.js +8 -1
  32. package/dist/es/components/design/views/assemblys/form/divider/divider-attr-base.vue.js +20 -2
  33. package/dist/es/components/design/views/assemblys/form/divider/divider-attr.vue2.js +10 -1
  34. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +22 -4
  35. package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr.vue2.js +8 -1
  36. package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +22 -4
  37. package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr.vue2.js +8 -1
  38. package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +25 -12
  39. package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +24 -6
  40. package/dist/es/components/design/views/assemblys/form/label/label-attr.vue2.js +8 -1
  41. package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +19 -6
  42. package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +19 -6
  43. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -2
  44. package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr.vue2.js +8 -1
  45. package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +21 -8
  46. package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +31 -10
  47. package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr.vue2.js +10 -1
  48. package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -2
  49. package/dist/es/components/design/views/assemblys/form/switch/switch-attr.vue2.js +10 -1
  50. package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +20 -2
  51. package/dist/es/components/design/views/assemblys/form/tag/tag-attr.vue2.js +8 -1
  52. package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +19 -6
  53. package/dist/es/components/design/views/assemblys/object-design.vue.js +3 -0
  54. package/dist/es/components/design/views/design/page-event/config.vue.js +2 -2
  55. package/dist/es/components/design/views/design/page-event/config.vue2.js +336 -1
  56. package/dist/es/components/design/views/design/page-event/config.vue3.js +1 -336
  57. package/dist/es/components/design/views/design/view/view-design-display.vue.js +1 -1
  58. package/dist/es/style.css +169 -196
  59. 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 0px;
2105
- padding-bottom: 14px;
2097
+ padding: 18px 0px 18px 0px;
2106
2098
  background-color: #ffffff;
2107
2099
  z-index: 1;
2108
2100
  }
@@ -2631,7 +2623,7 @@ fieldset.amb-design-item-selected {
2631
2623
  }
2632
2624
  .amb-design-content-center-header {
2633
2625
  position: sticky;
2634
- z-index: 2;
2626
+ z-index: 4;
2635
2627
  top: 0;
2636
2628
  height: 54px;
2637
2629
  background-color: #f7f8fa;
@@ -2720,8 +2712,7 @@ fieldset.amb-design-item-selected {
2720
2712
  position: absolute;
2721
2713
  width: 260px;
2722
2714
  text-align: center;
2723
- padding: 18px 0px 10px 0px;
2724
- padding-bottom: 14px;
2715
+ padding: 18px 0px 18px 0px;
2725
2716
  background-color: #ffffff;
2726
2717
  z-index: 1;
2727
2718
  }
@@ -3250,7 +3241,7 @@ fieldset.amb-design-item-selected {
3250
3241
  }
3251
3242
  .amb-design-content-center-header {
3252
3243
  position: sticky;
3253
- z-index: 2;
3244
+ z-index: 4;
3254
3245
  top: 0;
3255
3246
  height: 54px;
3256
3247
  background-color: #f7f8fa;
@@ -3339,8 +3330,7 @@ fieldset.amb-design-item-selected {
3339
3330
  position: absolute;
3340
3331
  width: 260px;
3341
3332
  text-align: center;
3342
- padding: 18px 0px 10px 0px;
3343
- padding-bottom: 14px;
3333
+ padding: 18px 0px 18px 0px;
3344
3334
  background-color: #ffffff;
3345
3335
  z-index: 1;
3346
3336
  }
@@ -3774,6 +3764,10 @@ fieldset.amb-design-item-selected {
3774
3764
  padding: 10px;
3775
3765
  font-weight: bold;
3776
3766
  }
3767
+
3768
+ .el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label{
3769
+ cursor: default;
3770
+ }
3777
3771
  .el-tree-node__content {
3778
3772
  height: 34px !important;
3779
3773
  }
@@ -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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 0px;
8918
- padding-bottom: 14px;
8903
+ padding: 18px 0px 18px 0px;
8919
8904
  background-color: #ffffff;
8920
8905
  z-index: 1;
8921
8906
  }
@@ -9444,7 +9429,7 @@ fieldset.amb-design-item-selected {
9444
9429
  }
9445
9430
  .amb-design-content-center-header {
9446
9431
  position: sticky;
9447
- z-index: 2;
9432
+ z-index: 4;
9448
9433
  top: 0;
9449
9434
  height: 54px;
9450
9435
  background-color: #f7f8fa;
@@ -9533,8 +9518,7 @@ fieldset.amb-design-item-selected {
9533
9518
  position: absolute;
9534
9519
  width: 260px;
9535
9520
  text-align: center;
9536
- padding: 18px 0px 10px 0px;
9537
- padding-bottom: 14px;
9521
+ padding: 18px 0px 18px 0px;
9538
9522
  background-color: #ffffff;
9539
9523
  z-index: 1;
9540
9524
  }
@@ -9968,6 +9952,56 @@ fieldset.amb-design-item-selected {
9968
9952
  padding: 10px;
9969
9953
  font-weight: bold;
9970
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
+ }
9971
10005
  .el-tree-node__content {
9972
10006
  height: 34px !important;
9973
10007
  }
@@ -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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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: 2;
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 10px 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-c93dc980] {
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);
@@ -16938,66 +16956,21 @@ fieldset.amb-design-item-selected {
16938
16956
  width: 100%
16939
16957
  }
16940
16958
 
16941
- .seleteSort[data-v-97438be5] {
16942
- border-radius: 5px;
16943
- border: 1px solid rgba(88, 147, 239);
16944
- }
16945
- [data-v-97438be5] .el-select__selection{
16946
- display: inline-block;
16947
- }
16948
-
16949
16959
  .seleteSort[data-v-a8c75465] {
16950
16960
  border-radius: 5px;
16951
16961
  border: 1px solid rgba(88, 147, 239);
16952
16962
  }
16953
16963
 
16954
- .stateBtn[data-v-ae2798fb]{
16955
- display: flex;
16956
- }
16957
- .stateText[data-v-ae2798fb]{
16958
- margin-left: 10px;
16959
- color: #7b7b7b;
16964
+ .el-tag[data-v-665d3bf4]{
16965
+ margin-left: 10px;
16960
16966
  }
16961
16967
 
16962
- li[data-v-b436905c] {
16963
- color: #333;
16964
- }
16965
- .context-menu[data-v-b436905c] {
16966
- position: fixed;
16967
- background: #fff;
16968
- z-index: 999;
16969
- padding: 5px;
16970
- margin: 0;
16971
- margin-top: 30px;
16972
- }
16973
- .context-menu li[data-v-b436905c] {
16974
- min-width: 75px;
16975
- height: 28px;
16976
- line-height: 28px;
16977
- text-align: left;
16978
- color: #1a1a1a;
16979
- cursor: pointer;
16980
- }
16981
-
16982
- /*.context-menu li:hover {*/
16983
- /* background: #5893ef;*/
16984
- /* color: #fff;*/
16985
- /*}*/
16986
- .context-menuLi[data-v-b436905c]:hover {
16987
- background: #5893ef;
16988
- color: #fff;
16989
- }
16990
- .context-menu[data-v-b436905c] {
16991
- border: 1px solid #eee;
16992
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
16993
- border-radius: 5px;
16968
+ .seleteSort[data-v-97438be5] {
16969
+ border-radius: 5px;
16970
+ border: 1px solid rgba(88, 147, 239);
16994
16971
  }
16995
- li[data-v-b436905c] {
16996
- list-style-type: none;
16997
- }
16998
-
16999
- .el-tag[data-v-665d3bf4]{
17000
- margin-left: 10px;
16972
+ [data-v-97438be5] .el-select__selection{
16973
+ display: inline-block;
17001
16974
  }
17002
16975
 
17003
16976
  .input-with-select .el-input-group__append {