super-page-designer 2.0.26 → 2.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/assets/images/data/barcode.png.js +4 -0
- package/dist/es/assets/images/workflow/workflow-history-img.png.js +4 -0
- package/dist/es/components/design/utils/assemblys-config.js +115 -19
- package/dist/es/components/design/utils/data-table-util.js +14 -5
- package/dist/es/components/design/utils/form-design-util.js +3 -2
- package/dist/es/components/design/utils/page-design-util.d.ts +2 -2
- package/dist/es/components/design/utils/page-design-util.js +6 -13
- package/dist/es/components/design/utils/page-event-util.js +21 -0
- package/dist/es/components/design/utils/page-table-util.js +61 -32
- package/dist/es/components/design/views/assemblys/button/button/button-attr-advanced.vue.js +19 -4
- package/dist/es/components/design/views/assemblys/button/button/button-attr-base.vue.js +3 -1
- package/dist/es/components/design/views/assemblys/button/button/button-attr.vue2.js +4 -1
- package/dist/es/components/design/views/assemblys/button/component/combination.vue.js +11 -4
- package/dist/es/components/design/views/assemblys/button/component/condition-dialog.vue.js +6 -6
- package/dist/es/components/design/views/assemblys/button/component/set-dialog.vue.js +52 -66
- package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue.js +188 -0
- package/dist/es/components/design/views/assemblys/button/print-label/print-template-select.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue.js +228 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-advanced.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue.js +706 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-base.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue.js +33 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-event.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue.js +50 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr-style.vue2.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue.js +5 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue2.js +80 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-attr.vue3.js +1 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue.js +4 -0
- package/dist/es/components/design/views/assemblys/button/print-label/printlabel-design.vue2.js +91 -0
- package/dist/es/components/design/views/assemblys/common/common-select-table.vue.d.ts +16 -9
- package/dist/es/components/design/views/assemblys/common/common-select-table.vue.js +7 -3
- package/dist/es/components/design/views/assemblys/data/bar-code/barcode-attr-base.vue.js +19 -92
- package/dist/es/components/design/views/assemblys/data/component/attr-style.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/data/component/column-config.vue.js +8 -22
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/composite-header.vue2.js +4 -3
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/component/data-origin-tree.vue2.js +449 -146
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/component/data-origin.vue2.js +34 -27
- package/dist/es/components/design/views/assemblys/data/component/table-children-column.vue.js +3 -2
- package/dist/es/components/design/views/assemblys/data/component/variate-select.vue.js +2 -2
- package/dist/es/components/design/views/assemblys/data/table/table-attr-advanced.vue.js +4 -4
- package/dist/es/components/design/views/assemblys/data/table/table-attr-base.vue.js +260 -225
- package/dist/es/components/design/views/assemblys/data/table/table-attr.vue2.js +2 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/data/table/table-design.vue2.js +13 -5
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-base.vue.js +10 -3
- package/dist/es/components/design/views/assemblys/data/table/tablecolumn-attr-style.vue.js +0 -1
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-base.vue.js +557 -132
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-event.vue.js +5 -5
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr-style.vue.js +45 -58
- package/dist/es/components/design/views/assemblys/data/tree/tree-attr.vue2.js +12 -2
- package/dist/es/components/design/views/assemblys/data/tree/tree-design.vue2.js +17 -18
- package/dist/es/components/design/views/assemblys/form/checkbox/checkbox-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-event.vue2.js +12 -7
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/attr-header.vue2.js +5 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/data-origin.vue2.js +1 -1
- package/dist/es/components/design/views/assemblys/form/common/linkpage-page-callback.vue.js +12 -12
- package/dist/es/components/design/views/assemblys/form/common/uploading.vue.js +28 -2
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-attr-base.vue.js +88 -42
- package/dist/es/components/design/views/assemblys/form/date-picker/datepicker-design.vue2.js +33 -21
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-attr-base.vue.js +20 -14
- package/dist/es/components/design/views/assemblys/form/dept-tree/depttree-autoset.vue.js +57 -46
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-attr-base.vue.js +47 -9
- package/dist/es/components/design/views/assemblys/form/file-upload/fileupload-design.vue2.js +44 -23
- package/dist/es/components/design/views/assemblys/form/input-number/input-number-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/input-text/inputtext-attr-base.vue.js +21 -13
- package/dist/es/components/design/views/assemblys/form/label/label-attr-base.vue.js +13 -7
- package/dist/es/components/design/views/assemblys/form/link/link-attr-base.vue.js +18 -23
- package/dist/es/components/design/views/assemblys/form/placeholder/placeholder-attr-base.vue.js +8 -3
- package/dist/es/components/design/views/assemblys/form/radio/radio-attr-base.vue.js +22 -13
- package/dist/es/components/design/views/assemblys/form/rich-text/richtext-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/select/select-attr-base.vue.js +25 -15
- package/dist/es/components/design/views/assemblys/form/separatelabel/separatelabel-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/switch/switch-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/form/tag/tag-attr-base.vue.js +16 -9
- package/dist/es/components/design/views/assemblys/form/textarea/textarea-attr-base.vue.js +20 -11
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/page/component/setting-form-rule-base-input.vue.js +6 -2
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.d.ts +9 -0
- package/dist/es/components/design/views/assemblys/page/component/weight-field-input.vue.js +7 -5
- package/dist/es/components/design/views/assemblys/page/page-attr-advanced.vue.js +5 -3
- package/dist/es/components/design/views/assemblys/page/page-attr-base.vue.js +14 -3
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.d.ts +0 -9
- package/dist/es/components/design/views/assemblys/workflow/component/combination.vue.js +2 -10
- package/dist/es/components/design/views/design/page-design.vue.js +35 -41
- package/dist/es/components/design/views/design/page-event/config.vue.js +1 -7
- package/dist/es/components/design/views/design/page-event/config.vue2.js +7 -1
- package/dist/es/components/design/views/design/page-event/page-event-container.vue.js +1 -8
- package/dist/es/components/design/views/design/page-event/page-event-content.vue.js +1 -1
- package/dist/es/components/design/views/design/page-event/page-event-content.vue2.js +3 -2
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.d.ts +2 -0
- package/dist/es/components/design/views/design/view/components/quick-add-fields.vue.js +4 -1
- package/dist/es/components/design/views/design/view/page-switch.vue.js +1 -1
- package/dist/es/components/design/views/design/view/view-design-display.vue.js +101 -98
- package/dist/es/components/design/views/design/view/view-design-preview.vue.js +1 -2
- package/dist/es/stores/page-store.js +2 -1
- package/dist/es/style.css +936 -154
- package/package.json +5 -5
- package/dist/es/assets/images/workflow/workflow-history.png.js +0 -4
- package/dist/es/components/design/utils/system.d.ts +0 -6
- package/dist/es/components/design/utils/system.js +0 -26
- package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue.js +0 -121
- package/dist/es/components/design/views/assemblys/data/component/in-parameter.vue2.js +0 -4
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue2.js +0 -75
- package/dist/es/components/design/views/assemblys/form/common/dimension-input.vue3.js +0 -5
- package/dist/es/components/design/views/assemblys/form/common/linkage.vue.js +0 -54
- package/dist/es/components/design/views/assemblys/form/common/linkage.vue2.js +0 -4
package/dist/es/style.css
CHANGED
|
@@ -90,12 +90,18 @@
|
|
|
90
90
|
.amb-design-content::-webkit-scrollbar {
|
|
91
91
|
width: 1px;
|
|
92
92
|
}
|
|
93
|
+
.amb-design-content-center-header{
|
|
94
|
+
position: sticky;
|
|
95
|
+
z-index: 1;
|
|
96
|
+
top: 0;
|
|
97
|
+
height: 54px;
|
|
98
|
+
background-color: #f7f8fa;
|
|
99
|
+
padding-top: 14px
|
|
100
|
+
}
|
|
93
101
|
.amb-design-tool {
|
|
94
102
|
position: -webkit-sticky; /**Safari */
|
|
95
|
-
position: sticky;
|
|
96
103
|
z-index: 1;
|
|
97
104
|
width: 100%;
|
|
98
|
-
top: 14px;
|
|
99
105
|
background: #ffffff;
|
|
100
106
|
height: 40px;
|
|
101
107
|
line-height: 40px;
|
|
@@ -237,9 +243,10 @@
|
|
|
237
243
|
position: sticky;
|
|
238
244
|
position: -webkit-sticky;
|
|
239
245
|
top: 0px;
|
|
240
|
-
z-index:
|
|
246
|
+
z-index: 5;
|
|
241
247
|
text-align: center;
|
|
242
248
|
padding: 20px 0px 10px 0px;
|
|
249
|
+
background-color: #FFFFFF;
|
|
243
250
|
}
|
|
244
251
|
.amb-design-attr-header-type {
|
|
245
252
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -635,19 +642,19 @@ fieldset.amb-design-item-selected {
|
|
|
635
642
|
|
|
636
643
|
|
|
637
644
|
/* 定义滚动条的轨道 */
|
|
638
|
-
[data-v-
|
|
645
|
+
[data-v-a7c905da]::-webkit-scrollbar {
|
|
639
646
|
height: 6px;
|
|
640
647
|
width: 6px; /* 宽度 */
|
|
641
648
|
}
|
|
642
649
|
|
|
643
650
|
/* 定义滑块 */
|
|
644
|
-
[data-v-
|
|
651
|
+
[data-v-a7c905da]::-webkit-scrollbar-thumb {
|
|
645
652
|
background-color: darkgrey; /* 滑块颜色 */
|
|
646
653
|
border-radius: 5px; /* 圆角 */
|
|
647
654
|
}
|
|
648
655
|
|
|
649
656
|
/* 当滑块hover时改变颜色 */
|
|
650
|
-
[data-v-
|
|
657
|
+
[data-v-a7c905da]::-webkit-scrollbar-thumb:hover {
|
|
651
658
|
background-color: grey;
|
|
652
659
|
}
|
|
653
660
|
.el-tree-node__content {
|
|
@@ -742,12 +749,621 @@ fieldset.amb-design-item-selected {
|
|
|
742
749
|
.amb-design-content::-webkit-scrollbar {
|
|
743
750
|
width: 1px;
|
|
744
751
|
}
|
|
752
|
+
.amb-design-content-center-header{
|
|
753
|
+
position: sticky;
|
|
754
|
+
z-index: 1;
|
|
755
|
+
top: 0;
|
|
756
|
+
height: 54px;
|
|
757
|
+
background-color: #f7f8fa;
|
|
758
|
+
padding-top: 14px
|
|
759
|
+
}
|
|
760
|
+
.amb-design-tool {
|
|
761
|
+
position: -webkit-sticky; /**Safari */
|
|
762
|
+
z-index: 1;
|
|
763
|
+
width: 100%;
|
|
764
|
+
background: #ffffff;
|
|
765
|
+
height: 40px;
|
|
766
|
+
line-height: 40px;
|
|
767
|
+
padding-top: 10px;
|
|
768
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
769
|
+
border-radius: 6px 6px 6px 6px;
|
|
770
|
+
}
|
|
771
|
+
.amb-page-type {
|
|
772
|
+
padding-top: 11px;
|
|
773
|
+
padding-left: 6px;
|
|
774
|
+
padding-right: 6px;
|
|
775
|
+
margin-left: 10px;
|
|
776
|
+
border-radius: 4px 4px 4px 4px;
|
|
777
|
+
cursor: pointer;
|
|
778
|
+
}
|
|
779
|
+
.amb-page-type:hover {
|
|
780
|
+
background: rgba(11, 45, 101, 0.105);
|
|
781
|
+
}
|
|
782
|
+
.amb-page-type.selected {
|
|
783
|
+
background: #5893ef;
|
|
784
|
+
color: #ffffff;
|
|
785
|
+
}
|
|
786
|
+
.amb-page-type > label {
|
|
787
|
+
font-size: 14px;
|
|
788
|
+
padding-left: 6px;
|
|
789
|
+
padding-right: 6px;
|
|
790
|
+
padding-bottom: 15px;
|
|
791
|
+
top: -5px;
|
|
792
|
+
position: relative;
|
|
793
|
+
cursor: pointer;
|
|
794
|
+
}
|
|
795
|
+
.amb-design-tool-split {
|
|
796
|
+
height: 25px;
|
|
797
|
+
margin-top: -12px;
|
|
798
|
+
}
|
|
799
|
+
.amb-design-board {
|
|
800
|
+
margin: 0 auto;
|
|
801
|
+
margin-top: 28px;
|
|
802
|
+
overflow-y: hidden;
|
|
803
|
+
overflow-x: auto;
|
|
804
|
+
background: #ffffff;
|
|
805
|
+
border-radius: 2px 2px 2px 2px;
|
|
806
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
807
|
+
padding-bottom: 100px;
|
|
808
|
+
}
|
|
809
|
+
.amb-item-ghost {
|
|
810
|
+
background-color: #5893ef;
|
|
811
|
+
height: 5px;
|
|
812
|
+
line-height: 5px;
|
|
813
|
+
overflow: hidden;
|
|
814
|
+
}
|
|
815
|
+
/* 将你的自定义样式添加到这里 */
|
|
816
|
+
.draggable-placeholder {
|
|
817
|
+
background-color: red;
|
|
818
|
+
border: 1px dashed #ddd;
|
|
819
|
+
margin: 5px;
|
|
820
|
+
padding: 10px;
|
|
821
|
+
}
|
|
822
|
+
.amb-design-assembly-content {
|
|
823
|
+
background: #ffffff;
|
|
824
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
825
|
+
height: 100%;
|
|
826
|
+
padding-left: 10px;
|
|
827
|
+
padding-right: 10px;
|
|
828
|
+
overflow: auto;
|
|
829
|
+
}
|
|
830
|
+
/*控制滚动条宽度*/
|
|
831
|
+
.amb-design-assembly-content::-webkit-scrollbar {
|
|
832
|
+
width: 1px;
|
|
833
|
+
}
|
|
834
|
+
.amb-assembly-header {
|
|
835
|
+
position: absolute;
|
|
836
|
+
width: 260px;
|
|
837
|
+
text-align: center;
|
|
838
|
+
padding: 18px 0px 10px 0px;
|
|
839
|
+
padding-bottom: 14px;
|
|
840
|
+
background-color: #ffffff;
|
|
841
|
+
z-index: 1;
|
|
842
|
+
}
|
|
843
|
+
.amb-assembly-header-type {
|
|
844
|
+
border-radius: 100px 100px 100px 100px;
|
|
845
|
+
background: #ffffff;
|
|
846
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
847
|
+
padding: 10px;
|
|
848
|
+
padding-bottom: 12px;
|
|
849
|
+
}
|
|
850
|
+
.amb-assembly-header-type > label {
|
|
851
|
+
padding: 4px 14px;
|
|
852
|
+
cursor: pointer;
|
|
853
|
+
font-size: 14px;
|
|
854
|
+
}
|
|
855
|
+
.amb-assembly-header-type > label.selected {
|
|
856
|
+
border-radius: 100px 100px 100px 100px;
|
|
857
|
+
background: #5893ef;
|
|
858
|
+
color: #ffffff;
|
|
859
|
+
}
|
|
860
|
+
.amb-design-assembly-list {
|
|
861
|
+
padding-top: 80px;
|
|
862
|
+
}
|
|
863
|
+
.amb-design-attr-item {
|
|
864
|
+
margin-bottom: 8px;
|
|
865
|
+
}
|
|
866
|
+
.amb-design-attr-item-linefeed-two {
|
|
867
|
+
margin-bottom: 30px;
|
|
868
|
+
}
|
|
869
|
+
.amb-design-attr-item-inline {
|
|
870
|
+
display: flex;
|
|
871
|
+
width: 100%;
|
|
872
|
+
align-items: center;
|
|
873
|
+
}
|
|
874
|
+
.amb-design-attr-group-header > button {
|
|
875
|
+
background: #f5f6f8;
|
|
876
|
+
padding-left: 10px;
|
|
877
|
+
font-size: 14px;
|
|
878
|
+
height: 42px;
|
|
879
|
+
}
|
|
880
|
+
.amb-design-attr-content {
|
|
881
|
+
background: #ffffff;
|
|
882
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
883
|
+
height: 100%;
|
|
884
|
+
padding-left: 10px;
|
|
885
|
+
padding-right: 10px;
|
|
886
|
+
overflow: auto;
|
|
887
|
+
position: relative;
|
|
888
|
+
}
|
|
889
|
+
/*控制滚动条宽度*/
|
|
890
|
+
.amb-design-attr-content::-webkit-scrollbar {
|
|
891
|
+
width: 1px;
|
|
892
|
+
}
|
|
893
|
+
.amb-design-attr-header-search {
|
|
894
|
+
margin-top: 16px;
|
|
895
|
+
}
|
|
896
|
+
.amb-design-attr-header-select {
|
|
897
|
+
width: 90px;
|
|
898
|
+
height: 36px;
|
|
899
|
+
}
|
|
900
|
+
.amb-design-attr-header {
|
|
901
|
+
position: sticky;
|
|
902
|
+
position: -webkit-sticky;
|
|
903
|
+
top: 0px;
|
|
904
|
+
z-index: 5;
|
|
905
|
+
text-align: center;
|
|
906
|
+
padding: 20px 0px 10px 0px;
|
|
907
|
+
background-color: #FFFFFF;
|
|
908
|
+
}
|
|
909
|
+
.amb-design-attr-header-type {
|
|
910
|
+
border-radius: 100px 100px 100px 100px;
|
|
911
|
+
background: #ffffff;
|
|
912
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
913
|
+
padding: 10px;
|
|
914
|
+
padding-bottom: 10px;
|
|
915
|
+
}
|
|
916
|
+
.amb-design-attr-header-type > label {
|
|
917
|
+
padding: 4px 10px;
|
|
918
|
+
cursor: pointer;
|
|
919
|
+
font-size: 14px;
|
|
920
|
+
}
|
|
921
|
+
.amb-design-attr-header-type > label.selected {
|
|
922
|
+
border-radius: 100px 100px 100px 100px;
|
|
923
|
+
background: #5893ef;
|
|
924
|
+
color: #ffffff;
|
|
925
|
+
}
|
|
926
|
+
.amb-assembly-item {
|
|
927
|
+
background: rgba(88, 147, 239, 0.06);
|
|
928
|
+
border: 1px dashed rgba(88, 147, 239, 0.06);
|
|
929
|
+
border-radius: 4px 4px 4px 4px;
|
|
930
|
+
text-align: center;
|
|
931
|
+
margin-top: 12px;
|
|
932
|
+
padding: 10px;
|
|
933
|
+
font-size: 12px;
|
|
934
|
+
cursor: pointer;
|
|
935
|
+
height: 40px;
|
|
936
|
+
overflow: hidden;
|
|
937
|
+
text-overflow: ellipsis;
|
|
938
|
+
white-space: nowrap;
|
|
939
|
+
user-select: none; /* 防止文字被选中 */
|
|
940
|
+
-webkit-user-drag: none; /* 防止文字被拖动选中 */
|
|
941
|
+
}
|
|
942
|
+
.amb-assembly-item:hover {
|
|
943
|
+
background: rgba(11, 45, 101, 0.105);
|
|
944
|
+
border: 1px dashed rgba(11, 45, 101, 0.227);
|
|
945
|
+
}
|
|
946
|
+
.amb-assembly-item-drag {
|
|
947
|
+
opacity: 1 !important;
|
|
948
|
+
}
|
|
949
|
+
.amb-design-page-param-row {
|
|
950
|
+
height: 34px;
|
|
951
|
+
}
|
|
952
|
+
.amb-design-attr-group-header > button {
|
|
953
|
+
background: #f5f6f8;
|
|
954
|
+
padding-left: 10px;
|
|
955
|
+
font-size: 14px;
|
|
956
|
+
height: 42px;
|
|
957
|
+
}
|
|
958
|
+
.amb-design-page-param-row {
|
|
959
|
+
height: 34px;
|
|
960
|
+
}
|
|
961
|
+
.el-table__cell > .cell {
|
|
962
|
+
white-space: nowrap !important;
|
|
963
|
+
}
|
|
964
|
+
.amb-widget-container-iframe {
|
|
965
|
+
height: 100%;
|
|
966
|
+
width: 100%;
|
|
967
|
+
border: 0px;
|
|
968
|
+
}
|
|
969
|
+
.amb-widget-container-iframe-mask {
|
|
970
|
+
position: absolute;
|
|
971
|
+
border: 1px dashed #c0c4cc;
|
|
972
|
+
color: #c0c4cc;
|
|
973
|
+
top: 0px;
|
|
974
|
+
left: -2px;
|
|
975
|
+
width: 100%;
|
|
976
|
+
height: 100%;
|
|
977
|
+
}
|
|
978
|
+
.amb-design-attr-depttree-relevance-ul {
|
|
979
|
+
padding: 0;
|
|
980
|
+
}
|
|
981
|
+
.amb-design-attr-depttree-relevance-li {
|
|
982
|
+
list-style: none;
|
|
983
|
+
display: flex;
|
|
984
|
+
align-items: center;
|
|
985
|
+
margin-bottom: 15px;
|
|
986
|
+
}
|
|
987
|
+
.amb-design-attr-depttree-relevance-tittle {
|
|
988
|
+
width: 50%;
|
|
989
|
+
text-align: center;
|
|
990
|
+
}
|
|
991
|
+
.amb-design-attr-datepicker-default {
|
|
992
|
+
display: flex;
|
|
993
|
+
justify-content: space-between;
|
|
994
|
+
width: 100%;
|
|
995
|
+
}
|
|
996
|
+
.amb-design-attr-datepicker-default-select {
|
|
997
|
+
width: 120px;
|
|
998
|
+
margin-right: 5px;
|
|
999
|
+
}
|
|
1000
|
+
/*占位符组件样式*/
|
|
1001
|
+
.amb-design-attr-datepicker-placeholder-subassembly {
|
|
1002
|
+
background-color: rgba(88, 147, 239, 0.8);
|
|
1003
|
+
color: #ffffff;
|
|
1004
|
+
border-radius: 10px;
|
|
1005
|
+
width: 100%;
|
|
1006
|
+
min-height: 34px;
|
|
1007
|
+
display: flex;
|
|
1008
|
+
align-items: center;
|
|
1009
|
+
justify-content: center;
|
|
1010
|
+
margin: 5px 0;
|
|
1011
|
+
}
|
|
1012
|
+
.amb-widget-container-title {
|
|
1013
|
+
line-height: 40px;
|
|
1014
|
+
height: 40px;
|
|
1015
|
+
padding: 10px;
|
|
1016
|
+
position: absolute;
|
|
1017
|
+
left: 10px;
|
|
1018
|
+
top: 0px;
|
|
1019
|
+
font-size: 14px;
|
|
1020
|
+
}
|
|
1021
|
+
/* 用于占位 */
|
|
1022
|
+
.amb-widget-tools-parent {
|
|
1023
|
+
width: 100%;
|
|
1024
|
+
height: 58px;
|
|
1025
|
+
margin-bottom: 18px;
|
|
1026
|
+
}
|
|
1027
|
+
.amb-widget-tools {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
/* 垂直居中 */
|
|
1030
|
+
align-items: center;
|
|
1031
|
+
background: #fafafa;
|
|
1032
|
+
/* background:#FAFAFA; */
|
|
1033
|
+
/* background-color: var(--el-card-bg-color); */
|
|
1034
|
+
/* border:1px solid #e4e7ed; */
|
|
1035
|
+
height: 58px;
|
|
1036
|
+
border-radius: 4px;
|
|
1037
|
+
width: transparent;
|
|
1038
|
+
padding-left: 20px;
|
|
1039
|
+
padding-right: 20px;
|
|
1040
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
|
|
1041
|
+
/* --el-card-border-color: var(--el-border-color-light);
|
|
1042
|
+
--el-card-border-radius: 4px;
|
|
1043
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
1044
|
+
background-color: var(--el-card-bg-color);
|
|
1045
|
+
border: 1px solid var(--el-card-border-color);
|
|
1046
|
+
border-radius: var(--el-card-border-radius);
|
|
1047
|
+
color: var(--el-text-color-primary);
|
|
1048
|
+
overflow: hidden;
|
|
1049
|
+
transition: var(--el-transition-duration); */
|
|
1050
|
+
}
|
|
1051
|
+
.amb-design-item-default {
|
|
1052
|
+
border: 1px dashed #c0c4cc !important;
|
|
1053
|
+
/* border: 2px dashed transparent !important; */
|
|
1054
|
+
color: #c0c4cc;
|
|
1055
|
+
position: relative !important;
|
|
1056
|
+
}
|
|
1057
|
+
.amb-design-item-default:hover {
|
|
1058
|
+
cursor: pointer;
|
|
1059
|
+
border: 1px solid #e6a23c !important;
|
|
1060
|
+
/* background-color: rgba(205, 210, 216, 0.105); */
|
|
1061
|
+
}
|
|
1062
|
+
.amb-design-attr-group-header > button {
|
|
1063
|
+
background: #f5f6f8;
|
|
1064
|
+
padding-left: 10px;
|
|
1065
|
+
font-size: 14px;
|
|
1066
|
+
height: 36px;
|
|
1067
|
+
}
|
|
1068
|
+
.amb-design-page-param-row {
|
|
1069
|
+
height: 34px;
|
|
1070
|
+
}
|
|
1071
|
+
.el-table__cell > .cell {
|
|
1072
|
+
white-space: nowrap !important;
|
|
1073
|
+
}
|
|
1074
|
+
.amb-design-item {
|
|
1075
|
+
border: 1px solid #ffffff;
|
|
1076
|
+
}
|
|
1077
|
+
.amb-design-item-selected {
|
|
1078
|
+
border: 1px solid #e6a23c !important;
|
|
1079
|
+
}
|
|
1080
|
+
fieldset.amb-design-item-selected {
|
|
1081
|
+
color: #e6a23c !important;
|
|
1082
|
+
}
|
|
1083
|
+
/*组件库分组图标*/
|
|
1084
|
+
.amb-assembly-group-img {
|
|
1085
|
+
width: 16px;
|
|
1086
|
+
height: 16px;
|
|
1087
|
+
}
|
|
1088
|
+
/*组件库组件项目图标*/
|
|
1089
|
+
.amb-assembly-item-img {
|
|
1090
|
+
width: 16px;
|
|
1091
|
+
height: 16px;
|
|
1092
|
+
}
|
|
1093
|
+
.amb-design-chart-series {
|
|
1094
|
+
background-color: #e6a23c;
|
|
1095
|
+
border: 1px dashed #e6a23c;
|
|
1096
|
+
padding: 0px 6px 8px 6px;
|
|
1097
|
+
color: #ffffff;
|
|
1098
|
+
cursor: pointer;
|
|
1099
|
+
border-radius: 0px 0px 4px 4px;
|
|
1100
|
+
margin-right: 4px;
|
|
1101
|
+
}
|
|
1102
|
+
.amb-design-chart-series-selected {
|
|
1103
|
+
background-color: #5893ef;
|
|
1104
|
+
}
|
|
1105
|
+
.amb-widget-item-tool {
|
|
1106
|
+
background-color: #e6a23c;
|
|
1107
|
+
color: white;
|
|
1108
|
+
position: absolute;
|
|
1109
|
+
height: 22px;
|
|
1110
|
+
line-height: 22px;
|
|
1111
|
+
right: 0;
|
|
1112
|
+
top: 0;
|
|
1113
|
+
z-index: 1;
|
|
1114
|
+
padding: 6px;
|
|
1115
|
+
padding-top: 6px;
|
|
1116
|
+
padding-left: 0px;
|
|
1117
|
+
}
|
|
1118
|
+
.amb-widget-item-tool > i {
|
|
1119
|
+
cursor: pointer;
|
|
1120
|
+
}
|
|
1121
|
+
.avatar-uploader .el-upload {
|
|
1122
|
+
border: 1px dashed var(--el-border-color);
|
|
1123
|
+
border-radius: 6px;
|
|
1124
|
+
cursor: pointer;
|
|
1125
|
+
position: relative;
|
|
1126
|
+
overflow: hidden;
|
|
1127
|
+
transition: var(--el-transition-duration-fast);
|
|
1128
|
+
}
|
|
1129
|
+
.avatar-uploader .el-upload:hover {
|
|
1130
|
+
border-color: var(--el-color-primary);
|
|
1131
|
+
}
|
|
1132
|
+
.el-icon.avatar-uploader-icon {
|
|
1133
|
+
font-size: 28px;
|
|
1134
|
+
color: #8c939d;
|
|
1135
|
+
width: 60px;
|
|
1136
|
+
height: 60px;
|
|
1137
|
+
text-align: center;
|
|
1138
|
+
}
|
|
1139
|
+
.avatar-uploader .avatar {
|
|
1140
|
+
width: 60px;
|
|
1141
|
+
height: 60px;
|
|
1142
|
+
display: block;
|
|
1143
|
+
}
|
|
1144
|
+
/*缩略图-图片源*/
|
|
1145
|
+
.amb-design-attr-image-thumbnail-search {
|
|
1146
|
+
display: flex;
|
|
1147
|
+
align-items: center;
|
|
1148
|
+
margin-bottom: 8px;
|
|
1149
|
+
}
|
|
1150
|
+
.amb-design-attr-image-thumbnail-search > .search-input {
|
|
1151
|
+
width: 80%;
|
|
1152
|
+
}
|
|
1153
|
+
.amb-design-attr-image-thumbnail-search > .search-icon {
|
|
1154
|
+
margin-left: 10px;
|
|
1155
|
+
}
|
|
1156
|
+
/* 统计图组件 */
|
|
1157
|
+
.amb-widget-chart {
|
|
1158
|
+
--el-card-border-color: var(--el-border-color-light);
|
|
1159
|
+
--el-card-border-radius: 4px;
|
|
1160
|
+
--el-card-padding: 20px;
|
|
1161
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
1162
|
+
background-color: var(--el-card-bg-color);
|
|
1163
|
+
border: 1px solid var(--el-card-border-color);
|
|
1164
|
+
border-radius: var(--el-card-border-radius);
|
|
1165
|
+
color: var(--el-text-color-primary);
|
|
1166
|
+
overflow: hidden;
|
|
1167
|
+
transition: var(--el-transition-duration);
|
|
1168
|
+
box-shadow: var(--el-box-shadow-light);
|
|
1169
|
+
|
|
1170
|
+
margin-bottom: 18px;
|
|
1171
|
+
}
|
|
1172
|
+
.amb-widget-chart-header {
|
|
1173
|
+
border-bottom: 1px solid var(--el-card-border-color);
|
|
1174
|
+
padding: 6px 10px;
|
|
1175
|
+
display: flex;
|
|
1176
|
+
min-height: 36px;
|
|
1177
|
+
}
|
|
1178
|
+
.amb-widget-chart-header-item {
|
|
1179
|
+
display: flex;
|
|
1180
|
+
align-items: center;
|
|
1181
|
+
}
|
|
1182
|
+
.amb-widget-chart-header-center {
|
|
1183
|
+
flex-grow: 1;
|
|
1184
|
+
text-align: center;
|
|
1185
|
+
vertical-align: middle;
|
|
1186
|
+
justify-content: center;
|
|
1187
|
+
}
|
|
1188
|
+
.el-card {
|
|
1189
|
+
margin-bottom: 18px;
|
|
1190
|
+
}
|
|
1191
|
+
.el-collapse {
|
|
1192
|
+
margin-bottom: 18px;
|
|
1193
|
+
}
|
|
1194
|
+
.el-tabs {
|
|
1195
|
+
margin-bottom: 18px;
|
|
1196
|
+
}
|
|
1197
|
+
.amb-widget-richtext-single {
|
|
1198
|
+
margin-bottom: 18px;
|
|
1199
|
+
}
|
|
1200
|
+
.el-button-group + .el-button {
|
|
1201
|
+
margin-left: 12px;
|
|
1202
|
+
}
|
|
1203
|
+
.el-button + .el-button-group {
|
|
1204
|
+
margin-left: 12px;
|
|
1205
|
+
}
|
|
1206
|
+
.el-button-group + .el-button-group {
|
|
1207
|
+
margin-left: 12px;
|
|
1208
|
+
}
|
|
1209
|
+
/* 按钮组中时无间距 */
|
|
1210
|
+
.el-button-group > div > .el-button {
|
|
1211
|
+
margin-right: 0px;
|
|
1212
|
+
}
|
|
1213
|
+
.el-button-group > .el-button {
|
|
1214
|
+
margin-right: 0px;
|
|
1215
|
+
}
|
|
1216
|
+
.el-form-item > .el-form-item__content {
|
|
1217
|
+
padding-right: 18px;
|
|
1218
|
+
}
|
|
1219
|
+
/* 设计时样式 */
|
|
1220
|
+
.amb-design-item > .el-dropdown > .el-button-group {
|
|
1221
|
+
display: flex;
|
|
1222
|
+
}
|
|
1223
|
+
.el-table td.el-table__cell .cell {
|
|
1224
|
+
padding: 1px;
|
|
1225
|
+
}
|
|
1226
|
+
/*去除表单组件 el-item label留白*/
|
|
1227
|
+
.remove-formLabel-formContent-blankStyle > .el-form-item__label {
|
|
1228
|
+
padding: 0;
|
|
1229
|
+
}
|
|
1230
|
+
/*去除表单组件 el-item content留白*/
|
|
1231
|
+
.remove-formLabel-formContent-blankStyle > .el-form-item__content {
|
|
1232
|
+
padding-right: 0 !important;
|
|
1233
|
+
}
|
|
1234
|
+
/* 分隔组件 */
|
|
1235
|
+
.amb-widget-separatelabel {
|
|
1236
|
+
--el-card-border-color: var(--el-border-color-light);
|
|
1237
|
+
--el-card-border-radius: 4px;
|
|
1238
|
+
--el-card-padding: 20px;
|
|
1239
|
+
--el-card-bg-color: var(--el-fill-color-blank);
|
|
1240
|
+
background-color: var(--el-card-bg-color);
|
|
1241
|
+
/* border: 1px solid var(--el-card-border-color); */
|
|
1242
|
+
border-bottom: 1px solid var(--el-card-border-color);
|
|
1243
|
+
border-radius: var(--el-card-border-radius);
|
|
1244
|
+
color: var(--el-text-color-primary);
|
|
1245
|
+
overflow: hidden;
|
|
1246
|
+
transition: var(--el-transition-duration);
|
|
1247
|
+
/* box-shadow: var(--el-box-shadow-light); */
|
|
1248
|
+
padding: 10px;
|
|
1249
|
+
padding-left: 0px;
|
|
1250
|
+
margin-bottom: 18px;
|
|
1251
|
+
}
|
|
1252
|
+
.amb-widget-separatelabel > .label {
|
|
1253
|
+
/* border-left: 4px solid #5893ef; */
|
|
1254
|
+
border-bottom: 2px solid #5893ef;
|
|
1255
|
+
color: #5893ef;
|
|
1256
|
+
display: inline-block;
|
|
1257
|
+
padding-left: 6px;
|
|
1258
|
+
padding-right: 6px;
|
|
1259
|
+
padding-bottom: 10px;
|
|
1260
|
+
/* font-size: 14px; */
|
|
1261
|
+
margin-bottom: -8px;
|
|
1262
|
+
}
|
|
1263
|
+
.el-tree-node__content {
|
|
1264
|
+
height: 34px !important;
|
|
1265
|
+
}
|
|
1266
|
+
.amb-page-container-header {
|
|
1267
|
+
height: 60px;
|
|
1268
|
+
line-height: 60px;
|
|
1269
|
+
background-color: #ffffff;
|
|
1270
|
+
box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.05);
|
|
1271
|
+
text-align: center;
|
|
1272
|
+
}
|
|
1273
|
+
.amb-page-container-header-page {
|
|
1274
|
+
position: fixed;
|
|
1275
|
+
width: 450px;
|
|
1276
|
+
}
|
|
1277
|
+
.amb-page-container-header-page-item {
|
|
1278
|
+
font-size: 16px;
|
|
1279
|
+
font-weight: 600;
|
|
1280
|
+
}
|
|
1281
|
+
.amb-page-container-header-type {
|
|
1282
|
+
display: inline;
|
|
1283
|
+
border-radius: 100px 100px 100px 100px;
|
|
1284
|
+
background: #ffffff;
|
|
1285
|
+
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
1286
|
+
padding: 8px 4px 12px;
|
|
1287
|
+
}
|
|
1288
|
+
.amb-page-container-header-type > label {
|
|
1289
|
+
padding: 4px 14px 6px;
|
|
1290
|
+
cursor: pointer;
|
|
1291
|
+
font-size: 14px;
|
|
1292
|
+
}
|
|
1293
|
+
.amb-page-container-header-type > label.selected {
|
|
1294
|
+
border-radius: 100px 100px 100px 100px;
|
|
1295
|
+
background: #5893ef;
|
|
1296
|
+
color: #ffffff;
|
|
1297
|
+
}
|
|
1298
|
+
.amb-page-container-main {
|
|
1299
|
+
position: relative;
|
|
1300
|
+
overflow: auto;
|
|
1301
|
+
}
|
|
1302
|
+
.amb-container-left {
|
|
1303
|
+
padding-right: 20px;
|
|
1304
|
+
overflow-y: auto;
|
|
1305
|
+
}
|
|
1306
|
+
.amb-container-main {
|
|
1307
|
+
padding: 0px !important;
|
|
1308
|
+
}
|
|
1309
|
+
.amb-container-main::-webkit-scrollbar {
|
|
1310
|
+
width: 1px;
|
|
1311
|
+
}
|
|
1312
|
+
.amb-container-attr {
|
|
1313
|
+
width: 300px;
|
|
1314
|
+
padding-left: 20px;
|
|
1315
|
+
}
|
|
1316
|
+
.amb-design-attr-base-content {
|
|
1317
|
+
background: #ffffff;
|
|
1318
|
+
box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.05);
|
|
1319
|
+
height: 100%;
|
|
1320
|
+
padding-left: 10px;
|
|
1321
|
+
padding-right: 10px;
|
|
1322
|
+
overflow: auto;
|
|
1323
|
+
}
|
|
1324
|
+
.amb-assembly-header-search {
|
|
1325
|
+
position: absolute;
|
|
1326
|
+
width: 260px;
|
|
1327
|
+
top: 75px;
|
|
1328
|
+
background-color: #ffffff;
|
|
1329
|
+
z-index: 15;
|
|
1330
|
+
padding-bottom: 10px;
|
|
1331
|
+
}
|
|
1332
|
+
.amb-assembly-search-select {
|
|
1333
|
+
width: 90px;
|
|
1334
|
+
height: 36px;
|
|
1335
|
+
}
|
|
1336
|
+
.amb-assembly-collapse-header > button {
|
|
1337
|
+
background: #f5f6f8;
|
|
1338
|
+
padding-left: 10px;
|
|
1339
|
+
font-size: 14px;
|
|
1340
|
+
height: 36px;
|
|
1341
|
+
}
|
|
1342
|
+
.amb-assembly-search-select > .el-select__wrapper {
|
|
1343
|
+
height: 36px;
|
|
1344
|
+
}
|
|
1345
|
+
.amb-design-content {
|
|
1346
|
+
overflow: auto;
|
|
1347
|
+
display: block;
|
|
1348
|
+
flex: none;
|
|
1349
|
+
position: relative;
|
|
1350
|
+
width: 100%;
|
|
1351
|
+
}
|
|
1352
|
+
.amb-design-content::-webkit-scrollbar {
|
|
1353
|
+
width: 1px;
|
|
1354
|
+
}
|
|
1355
|
+
.amb-design-content-center-header{
|
|
1356
|
+
position: sticky;
|
|
1357
|
+
z-index: 1;
|
|
1358
|
+
top: 0;
|
|
1359
|
+
height: 54px;
|
|
1360
|
+
background-color: #f7f8fa;
|
|
1361
|
+
padding-top: 14px
|
|
1362
|
+
}
|
|
745
1363
|
.amb-design-tool {
|
|
746
1364
|
position: -webkit-sticky; /**Safari */
|
|
747
|
-
position: sticky;
|
|
748
1365
|
z-index: 1;
|
|
749
1366
|
width: 100%;
|
|
750
|
-
top: 14px;
|
|
751
1367
|
background: #ffffff;
|
|
752
1368
|
height: 40px;
|
|
753
1369
|
line-height: 40px;
|
|
@@ -888,9 +1504,10 @@ fieldset.amb-design-item-selected {
|
|
|
888
1504
|
position: sticky;
|
|
889
1505
|
position: -webkit-sticky;
|
|
890
1506
|
top: 0px;
|
|
891
|
-
z-index:
|
|
1507
|
+
z-index: 5;
|
|
892
1508
|
text-align: center;
|
|
893
|
-
padding: 20px 0px 10px 0px;
|
|
1509
|
+
padding: 20px 0px 10px 0px;
|
|
1510
|
+
background-color: #FFFFFF;
|
|
894
1511
|
}
|
|
895
1512
|
.amb-design-attr-header-type {
|
|
896
1513
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -1338,12 +1955,18 @@ fieldset.amb-design-item-selected {
|
|
|
1338
1955
|
.amb-design-content::-webkit-scrollbar {
|
|
1339
1956
|
width: 1px;
|
|
1340
1957
|
}
|
|
1958
|
+
.amb-design-content-center-header{
|
|
1959
|
+
position: sticky;
|
|
1960
|
+
z-index: 1;
|
|
1961
|
+
top: 0;
|
|
1962
|
+
height: 54px;
|
|
1963
|
+
background-color: #f7f8fa;
|
|
1964
|
+
padding-top: 14px
|
|
1965
|
+
}
|
|
1341
1966
|
.amb-design-tool {
|
|
1342
1967
|
position: -webkit-sticky; /**Safari */
|
|
1343
|
-
position: sticky;
|
|
1344
1968
|
z-index: 1;
|
|
1345
1969
|
width: 100%;
|
|
1346
|
-
top: 14px;
|
|
1347
1970
|
background: #ffffff;
|
|
1348
1971
|
height: 40px;
|
|
1349
1972
|
line-height: 40px;
|
|
@@ -1484,9 +2107,10 @@ fieldset.amb-design-item-selected {
|
|
|
1484
2107
|
position: sticky;
|
|
1485
2108
|
position: -webkit-sticky;
|
|
1486
2109
|
top: 0px;
|
|
1487
|
-
z-index:
|
|
2110
|
+
z-index: 5;
|
|
1488
2111
|
text-align: center;
|
|
1489
|
-
padding: 20px 0px 10px 0px;
|
|
2112
|
+
padding: 20px 0px 10px 0px;
|
|
2113
|
+
background-color: #FFFFFF;
|
|
1490
2114
|
}
|
|
1491
2115
|
.amb-design-attr-header-type {
|
|
1492
2116
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -1934,12 +2558,18 @@ fieldset.amb-design-item-selected {
|
|
|
1934
2558
|
.amb-design-content::-webkit-scrollbar {
|
|
1935
2559
|
width: 1px;
|
|
1936
2560
|
}
|
|
2561
|
+
.amb-design-content-center-header{
|
|
2562
|
+
position: sticky;
|
|
2563
|
+
z-index: 1;
|
|
2564
|
+
top: 0;
|
|
2565
|
+
height: 54px;
|
|
2566
|
+
background-color: #f7f8fa;
|
|
2567
|
+
padding-top: 14px
|
|
2568
|
+
}
|
|
1937
2569
|
.amb-design-tool {
|
|
1938
2570
|
position: -webkit-sticky; /**Safari */
|
|
1939
|
-
position: sticky;
|
|
1940
2571
|
z-index: 1;
|
|
1941
2572
|
width: 100%;
|
|
1942
|
-
top: 14px;
|
|
1943
2573
|
background: #ffffff;
|
|
1944
2574
|
height: 40px;
|
|
1945
2575
|
line-height: 40px;
|
|
@@ -2080,9 +2710,10 @@ fieldset.amb-design-item-selected {
|
|
|
2080
2710
|
position: sticky;
|
|
2081
2711
|
position: -webkit-sticky;
|
|
2082
2712
|
top: 0px;
|
|
2083
|
-
z-index:
|
|
2713
|
+
z-index: 5;
|
|
2084
2714
|
text-align: center;
|
|
2085
|
-
padding: 20px 0px 10px 0px;
|
|
2715
|
+
padding: 20px 0px 10px 0px;
|
|
2716
|
+
background-color: #FFFFFF;
|
|
2086
2717
|
}
|
|
2087
2718
|
.amb-design-attr-header-type {
|
|
2088
2719
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -2530,12 +3161,18 @@ fieldset.amb-design-item-selected {
|
|
|
2530
3161
|
.amb-design-content::-webkit-scrollbar {
|
|
2531
3162
|
width: 1px;
|
|
2532
3163
|
}
|
|
3164
|
+
.amb-design-content-center-header{
|
|
3165
|
+
position: sticky;
|
|
3166
|
+
z-index: 1;
|
|
3167
|
+
top: 0;
|
|
3168
|
+
height: 54px;
|
|
3169
|
+
background-color: #f7f8fa;
|
|
3170
|
+
padding-top: 14px
|
|
3171
|
+
}
|
|
2533
3172
|
.amb-design-tool {
|
|
2534
3173
|
position: -webkit-sticky; /**Safari */
|
|
2535
|
-
position: sticky;
|
|
2536
3174
|
z-index: 1;
|
|
2537
3175
|
width: 100%;
|
|
2538
|
-
top: 14px;
|
|
2539
3176
|
background: #ffffff;
|
|
2540
3177
|
height: 40px;
|
|
2541
3178
|
line-height: 40px;
|
|
@@ -2676,9 +3313,10 @@ fieldset.amb-design-item-selected {
|
|
|
2676
3313
|
position: sticky;
|
|
2677
3314
|
position: -webkit-sticky;
|
|
2678
3315
|
top: 0px;
|
|
2679
|
-
z-index:
|
|
3316
|
+
z-index: 5;
|
|
2680
3317
|
text-align: center;
|
|
2681
|
-
padding: 20px 0px 10px 0px;
|
|
3318
|
+
padding: 20px 0px 10px 0px;
|
|
3319
|
+
background-color: #FFFFFF;
|
|
2682
3320
|
}
|
|
2683
3321
|
.amb-design-attr-header-type {
|
|
2684
3322
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -3126,12 +3764,18 @@ fieldset.amb-design-item-selected {
|
|
|
3126
3764
|
.amb-design-content::-webkit-scrollbar {
|
|
3127
3765
|
width: 1px;
|
|
3128
3766
|
}
|
|
3767
|
+
.amb-design-content-center-header{
|
|
3768
|
+
position: sticky;
|
|
3769
|
+
z-index: 1;
|
|
3770
|
+
top: 0;
|
|
3771
|
+
height: 54px;
|
|
3772
|
+
background-color: #f7f8fa;
|
|
3773
|
+
padding-top: 14px
|
|
3774
|
+
}
|
|
3129
3775
|
.amb-design-tool {
|
|
3130
3776
|
position: -webkit-sticky; /**Safari */
|
|
3131
|
-
position: sticky;
|
|
3132
3777
|
z-index: 1;
|
|
3133
3778
|
width: 100%;
|
|
3134
|
-
top: 14px;
|
|
3135
3779
|
background: #ffffff;
|
|
3136
3780
|
height: 40px;
|
|
3137
3781
|
line-height: 40px;
|
|
@@ -3272,9 +3916,10 @@ fieldset.amb-design-item-selected {
|
|
|
3272
3916
|
position: sticky;
|
|
3273
3917
|
position: -webkit-sticky;
|
|
3274
3918
|
top: 0px;
|
|
3275
|
-
z-index:
|
|
3919
|
+
z-index: 5;
|
|
3276
3920
|
text-align: center;
|
|
3277
|
-
padding: 20px 0px 10px 0px;
|
|
3921
|
+
padding: 20px 0px 10px 0px;
|
|
3922
|
+
background-color: #FFFFFF;
|
|
3278
3923
|
}
|
|
3279
3924
|
.amb-design-attr-header-type {
|
|
3280
3925
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -3722,12 +4367,18 @@ fieldset.amb-design-item-selected {
|
|
|
3722
4367
|
.amb-design-content::-webkit-scrollbar {
|
|
3723
4368
|
width: 1px;
|
|
3724
4369
|
}
|
|
4370
|
+
.amb-design-content-center-header{
|
|
4371
|
+
position: sticky;
|
|
4372
|
+
z-index: 1;
|
|
4373
|
+
top: 0;
|
|
4374
|
+
height: 54px;
|
|
4375
|
+
background-color: #f7f8fa;
|
|
4376
|
+
padding-top: 14px
|
|
4377
|
+
}
|
|
3725
4378
|
.amb-design-tool {
|
|
3726
4379
|
position: -webkit-sticky; /**Safari */
|
|
3727
|
-
position: sticky;
|
|
3728
4380
|
z-index: 1;
|
|
3729
4381
|
width: 100%;
|
|
3730
|
-
top: 14px;
|
|
3731
4382
|
background: #ffffff;
|
|
3732
4383
|
height: 40px;
|
|
3733
4384
|
line-height: 40px;
|
|
@@ -3868,9 +4519,10 @@ fieldset.amb-design-item-selected {
|
|
|
3868
4519
|
position: sticky;
|
|
3869
4520
|
position: -webkit-sticky;
|
|
3870
4521
|
top: 0px;
|
|
3871
|
-
z-index:
|
|
4522
|
+
z-index: 5;
|
|
3872
4523
|
text-align: center;
|
|
3873
|
-
padding: 20px 0px 10px 0px;
|
|
4524
|
+
padding: 20px 0px 10px 0px;
|
|
4525
|
+
background-color: #FFFFFF;
|
|
3874
4526
|
}
|
|
3875
4527
|
.amb-design-attr-header-type {
|
|
3876
4528
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -4318,12 +4970,18 @@ fieldset.amb-design-item-selected {
|
|
|
4318
4970
|
.amb-design-content::-webkit-scrollbar {
|
|
4319
4971
|
width: 1px;
|
|
4320
4972
|
}
|
|
4973
|
+
.amb-design-content-center-header{
|
|
4974
|
+
position: sticky;
|
|
4975
|
+
z-index: 1;
|
|
4976
|
+
top: 0;
|
|
4977
|
+
height: 54px;
|
|
4978
|
+
background-color: #f7f8fa;
|
|
4979
|
+
padding-top: 14px
|
|
4980
|
+
}
|
|
4321
4981
|
.amb-design-tool {
|
|
4322
4982
|
position: -webkit-sticky; /**Safari */
|
|
4323
|
-
position: sticky;
|
|
4324
4983
|
z-index: 1;
|
|
4325
4984
|
width: 100%;
|
|
4326
|
-
top: 14px;
|
|
4327
4985
|
background: #ffffff;
|
|
4328
4986
|
height: 40px;
|
|
4329
4987
|
line-height: 40px;
|
|
@@ -4464,9 +5122,10 @@ fieldset.amb-design-item-selected {
|
|
|
4464
5122
|
position: sticky;
|
|
4465
5123
|
position: -webkit-sticky;
|
|
4466
5124
|
top: 0px;
|
|
4467
|
-
z-index:
|
|
5125
|
+
z-index: 5;
|
|
4468
5126
|
text-align: center;
|
|
4469
|
-
padding: 20px 0px 10px 0px;
|
|
5127
|
+
padding: 20px 0px 10px 0px;
|
|
5128
|
+
background-color: #FFFFFF;
|
|
4470
5129
|
}
|
|
4471
5130
|
.amb-design-attr-header-type {
|
|
4472
5131
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -4914,12 +5573,18 @@ fieldset.amb-design-item-selected {
|
|
|
4914
5573
|
.amb-design-content::-webkit-scrollbar {
|
|
4915
5574
|
width: 1px;
|
|
4916
5575
|
}
|
|
5576
|
+
.amb-design-content-center-header{
|
|
5577
|
+
position: sticky;
|
|
5578
|
+
z-index: 1;
|
|
5579
|
+
top: 0;
|
|
5580
|
+
height: 54px;
|
|
5581
|
+
background-color: #f7f8fa;
|
|
5582
|
+
padding-top: 14px
|
|
5583
|
+
}
|
|
4917
5584
|
.amb-design-tool {
|
|
4918
5585
|
position: -webkit-sticky; /**Safari */
|
|
4919
|
-
position: sticky;
|
|
4920
5586
|
z-index: 1;
|
|
4921
5587
|
width: 100%;
|
|
4922
|
-
top: 14px;
|
|
4923
5588
|
background: #ffffff;
|
|
4924
5589
|
height: 40px;
|
|
4925
5590
|
line-height: 40px;
|
|
@@ -5060,9 +5725,10 @@ fieldset.amb-design-item-selected {
|
|
|
5060
5725
|
position: sticky;
|
|
5061
5726
|
position: -webkit-sticky;
|
|
5062
5727
|
top: 0px;
|
|
5063
|
-
z-index:
|
|
5728
|
+
z-index: 5;
|
|
5064
5729
|
text-align: center;
|
|
5065
|
-
padding: 20px 0px 10px 0px;
|
|
5730
|
+
padding: 20px 0px 10px 0px;
|
|
5731
|
+
background-color: #FFFFFF;
|
|
5066
5732
|
}
|
|
5067
5733
|
.amb-design-attr-header-type {
|
|
5068
5734
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -5510,12 +6176,18 @@ fieldset.amb-design-item-selected {
|
|
|
5510
6176
|
.amb-design-content::-webkit-scrollbar {
|
|
5511
6177
|
width: 1px;
|
|
5512
6178
|
}
|
|
6179
|
+
.amb-design-content-center-header{
|
|
6180
|
+
position: sticky;
|
|
6181
|
+
z-index: 1;
|
|
6182
|
+
top: 0;
|
|
6183
|
+
height: 54px;
|
|
6184
|
+
background-color: #f7f8fa;
|
|
6185
|
+
padding-top: 14px
|
|
6186
|
+
}
|
|
5513
6187
|
.amb-design-tool {
|
|
5514
6188
|
position: -webkit-sticky; /**Safari */
|
|
5515
|
-
position: sticky;
|
|
5516
6189
|
z-index: 1;
|
|
5517
6190
|
width: 100%;
|
|
5518
|
-
top: 14px;
|
|
5519
6191
|
background: #ffffff;
|
|
5520
6192
|
height: 40px;
|
|
5521
6193
|
line-height: 40px;
|
|
@@ -5656,9 +6328,10 @@ fieldset.amb-design-item-selected {
|
|
|
5656
6328
|
position: sticky;
|
|
5657
6329
|
position: -webkit-sticky;
|
|
5658
6330
|
top: 0px;
|
|
5659
|
-
z-index:
|
|
6331
|
+
z-index: 5;
|
|
5660
6332
|
text-align: center;
|
|
5661
|
-
padding: 20px 0px 10px 0px;
|
|
6333
|
+
padding: 20px 0px 10px 0px;
|
|
6334
|
+
background-color: #FFFFFF;
|
|
5662
6335
|
}
|
|
5663
6336
|
.amb-design-attr-header-type {
|
|
5664
6337
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -6106,12 +6779,18 @@ fieldset.amb-design-item-selected {
|
|
|
6106
6779
|
.amb-design-content::-webkit-scrollbar {
|
|
6107
6780
|
width: 1px;
|
|
6108
6781
|
}
|
|
6782
|
+
.amb-design-content-center-header{
|
|
6783
|
+
position: sticky;
|
|
6784
|
+
z-index: 1;
|
|
6785
|
+
top: 0;
|
|
6786
|
+
height: 54px;
|
|
6787
|
+
background-color: #f7f8fa;
|
|
6788
|
+
padding-top: 14px
|
|
6789
|
+
}
|
|
6109
6790
|
.amb-design-tool {
|
|
6110
6791
|
position: -webkit-sticky; /**Safari */
|
|
6111
|
-
position: sticky;
|
|
6112
6792
|
z-index: 1;
|
|
6113
6793
|
width: 100%;
|
|
6114
|
-
top: 14px;
|
|
6115
6794
|
background: #ffffff;
|
|
6116
6795
|
height: 40px;
|
|
6117
6796
|
line-height: 40px;
|
|
@@ -6252,9 +6931,10 @@ fieldset.amb-design-item-selected {
|
|
|
6252
6931
|
position: sticky;
|
|
6253
6932
|
position: -webkit-sticky;
|
|
6254
6933
|
top: 0px;
|
|
6255
|
-
z-index:
|
|
6934
|
+
z-index: 5;
|
|
6256
6935
|
text-align: center;
|
|
6257
|
-
padding: 20px 0px 10px 0px;
|
|
6936
|
+
padding: 20px 0px 10px 0px;
|
|
6937
|
+
background-color: #FFFFFF;
|
|
6258
6938
|
}
|
|
6259
6939
|
.amb-design-attr-header-type {
|
|
6260
6940
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -6702,12 +7382,18 @@ fieldset.amb-design-item-selected {
|
|
|
6702
7382
|
.amb-design-content::-webkit-scrollbar {
|
|
6703
7383
|
width: 1px;
|
|
6704
7384
|
}
|
|
7385
|
+
.amb-design-content-center-header{
|
|
7386
|
+
position: sticky;
|
|
7387
|
+
z-index: 1;
|
|
7388
|
+
top: 0;
|
|
7389
|
+
height: 54px;
|
|
7390
|
+
background-color: #f7f8fa;
|
|
7391
|
+
padding-top: 14px
|
|
7392
|
+
}
|
|
6705
7393
|
.amb-design-tool {
|
|
6706
7394
|
position: -webkit-sticky; /**Safari */
|
|
6707
|
-
position: sticky;
|
|
6708
7395
|
z-index: 1;
|
|
6709
7396
|
width: 100%;
|
|
6710
|
-
top: 14px;
|
|
6711
7397
|
background: #ffffff;
|
|
6712
7398
|
height: 40px;
|
|
6713
7399
|
line-height: 40px;
|
|
@@ -6848,9 +7534,10 @@ fieldset.amb-design-item-selected {
|
|
|
6848
7534
|
position: sticky;
|
|
6849
7535
|
position: -webkit-sticky;
|
|
6850
7536
|
top: 0px;
|
|
6851
|
-
z-index:
|
|
7537
|
+
z-index: 5;
|
|
6852
7538
|
text-align: center;
|
|
6853
|
-
padding: 20px 0px 10px 0px;
|
|
7539
|
+
padding: 20px 0px 10px 0px;
|
|
7540
|
+
background-color: #FFFFFF;
|
|
6854
7541
|
}
|
|
6855
7542
|
.amb-design-attr-header-type {
|
|
6856
7543
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -7298,12 +7985,18 @@ fieldset.amb-design-item-selected {
|
|
|
7298
7985
|
.amb-design-content::-webkit-scrollbar {
|
|
7299
7986
|
width: 1px;
|
|
7300
7987
|
}
|
|
7988
|
+
.amb-design-content-center-header{
|
|
7989
|
+
position: sticky;
|
|
7990
|
+
z-index: 1;
|
|
7991
|
+
top: 0;
|
|
7992
|
+
height: 54px;
|
|
7993
|
+
background-color: #f7f8fa;
|
|
7994
|
+
padding-top: 14px
|
|
7995
|
+
}
|
|
7301
7996
|
.amb-design-tool {
|
|
7302
7997
|
position: -webkit-sticky; /**Safari */
|
|
7303
|
-
position: sticky;
|
|
7304
7998
|
z-index: 1;
|
|
7305
7999
|
width: 100%;
|
|
7306
|
-
top: 14px;
|
|
7307
8000
|
background: #ffffff;
|
|
7308
8001
|
height: 40px;
|
|
7309
8002
|
line-height: 40px;
|
|
@@ -7444,9 +8137,10 @@ fieldset.amb-design-item-selected {
|
|
|
7444
8137
|
position: sticky;
|
|
7445
8138
|
position: -webkit-sticky;
|
|
7446
8139
|
top: 0px;
|
|
7447
|
-
z-index:
|
|
8140
|
+
z-index: 5;
|
|
7448
8141
|
text-align: center;
|
|
7449
|
-
padding: 20px 0px 10px 0px;
|
|
8142
|
+
padding: 20px 0px 10px 0px;
|
|
8143
|
+
background-color: #FFFFFF;
|
|
7450
8144
|
}
|
|
7451
8145
|
.amb-design-attr-header-type {
|
|
7452
8146
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -7894,12 +8588,18 @@ fieldset.amb-design-item-selected {
|
|
|
7894
8588
|
.amb-design-content::-webkit-scrollbar {
|
|
7895
8589
|
width: 1px;
|
|
7896
8590
|
}
|
|
8591
|
+
.amb-design-content-center-header{
|
|
8592
|
+
position: sticky;
|
|
8593
|
+
z-index: 1;
|
|
8594
|
+
top: 0;
|
|
8595
|
+
height: 54px;
|
|
8596
|
+
background-color: #f7f8fa;
|
|
8597
|
+
padding-top: 14px
|
|
8598
|
+
}
|
|
7897
8599
|
.amb-design-tool {
|
|
7898
8600
|
position: -webkit-sticky; /**Safari */
|
|
7899
|
-
position: sticky;
|
|
7900
8601
|
z-index: 1;
|
|
7901
8602
|
width: 100%;
|
|
7902
|
-
top: 14px;
|
|
7903
8603
|
background: #ffffff;
|
|
7904
8604
|
height: 40px;
|
|
7905
8605
|
line-height: 40px;
|
|
@@ -8040,9 +8740,10 @@ fieldset.amb-design-item-selected {
|
|
|
8040
8740
|
position: sticky;
|
|
8041
8741
|
position: -webkit-sticky;
|
|
8042
8742
|
top: 0px;
|
|
8043
|
-
z-index:
|
|
8743
|
+
z-index: 5;
|
|
8044
8744
|
text-align: center;
|
|
8045
|
-
padding: 20px 0px 10px 0px;
|
|
8745
|
+
padding: 20px 0px 10px 0px;
|
|
8746
|
+
background-color: #FFFFFF;
|
|
8046
8747
|
}
|
|
8047
8748
|
.amb-design-attr-header-type {
|
|
8048
8749
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -8490,12 +9191,18 @@ fieldset.amb-design-item-selected {
|
|
|
8490
9191
|
.amb-design-content::-webkit-scrollbar {
|
|
8491
9192
|
width: 1px;
|
|
8492
9193
|
}
|
|
9194
|
+
.amb-design-content-center-header{
|
|
9195
|
+
position: sticky;
|
|
9196
|
+
z-index: 1;
|
|
9197
|
+
top: 0;
|
|
9198
|
+
height: 54px;
|
|
9199
|
+
background-color: #f7f8fa;
|
|
9200
|
+
padding-top: 14px
|
|
9201
|
+
}
|
|
8493
9202
|
.amb-design-tool {
|
|
8494
9203
|
position: -webkit-sticky; /**Safari */
|
|
8495
|
-
position: sticky;
|
|
8496
9204
|
z-index: 1;
|
|
8497
9205
|
width: 100%;
|
|
8498
|
-
top: 14px;
|
|
8499
9206
|
background: #ffffff;
|
|
8500
9207
|
height: 40px;
|
|
8501
9208
|
line-height: 40px;
|
|
@@ -8636,9 +9343,10 @@ fieldset.amb-design-item-selected {
|
|
|
8636
9343
|
position: sticky;
|
|
8637
9344
|
position: -webkit-sticky;
|
|
8638
9345
|
top: 0px;
|
|
8639
|
-
z-index:
|
|
9346
|
+
z-index: 5;
|
|
8640
9347
|
text-align: center;
|
|
8641
|
-
padding: 20px 0px 10px 0px;
|
|
9348
|
+
padding: 20px 0px 10px 0px;
|
|
9349
|
+
background-color: #FFFFFF;
|
|
8642
9350
|
}
|
|
8643
9351
|
.amb-design-attr-header-type {
|
|
8644
9352
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -9013,10 +9721,10 @@ fieldset.amb-design-item-selected {
|
|
|
9013
9721
|
background: #c8ebfb;
|
|
9014
9722
|
}
|
|
9015
9723
|
|
|
9016
|
-
li[data-v-
|
|
9724
|
+
li[data-v-8f9a70b0] {
|
|
9017
9725
|
color: #333;
|
|
9018
9726
|
}
|
|
9019
|
-
.context-menu[data-v-
|
|
9727
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9020
9728
|
position: fixed;
|
|
9021
9729
|
background: #fff;
|
|
9022
9730
|
z-index: 999;
|
|
@@ -9024,7 +9732,7 @@ li[data-v-2bfabc94] {
|
|
|
9024
9732
|
margin: 0;
|
|
9025
9733
|
margin-top: 30px;
|
|
9026
9734
|
}
|
|
9027
|
-
.context-menu li[data-v-
|
|
9735
|
+
.context-menu li[data-v-8f9a70b0] {
|
|
9028
9736
|
min-width: 75px;
|
|
9029
9737
|
height: 28px;
|
|
9030
9738
|
line-height: 28px;
|
|
@@ -9032,16 +9740,16 @@ li[data-v-2bfabc94] {
|
|
|
9032
9740
|
color: #1a1a1a;
|
|
9033
9741
|
cursor: pointer;
|
|
9034
9742
|
}
|
|
9035
|
-
.context-menu li[data-v-
|
|
9743
|
+
.context-menu li[data-v-8f9a70b0]:hover {
|
|
9036
9744
|
background: #5893ef;
|
|
9037
9745
|
color: #fff;
|
|
9038
9746
|
}
|
|
9039
|
-
.context-menu[data-v-
|
|
9747
|
+
.context-menu[data-v-8f9a70b0] {
|
|
9040
9748
|
border: 1px solid #eee;
|
|
9041
9749
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
9042
9750
|
border-radius: 5px;
|
|
9043
9751
|
}
|
|
9044
|
-
li[data-v-
|
|
9752
|
+
li[data-v-8f9a70b0] {
|
|
9045
9753
|
list-style-type: none;
|
|
9046
9754
|
}
|
|
9047
9755
|
.el-tree-node__content {
|
|
@@ -9136,12 +9844,18 @@ li[data-v-2bfabc94] {
|
|
|
9136
9844
|
.amb-design-content::-webkit-scrollbar {
|
|
9137
9845
|
width: 1px;
|
|
9138
9846
|
}
|
|
9847
|
+
.amb-design-content-center-header{
|
|
9848
|
+
position: sticky;
|
|
9849
|
+
z-index: 1;
|
|
9850
|
+
top: 0;
|
|
9851
|
+
height: 54px;
|
|
9852
|
+
background-color: #f7f8fa;
|
|
9853
|
+
padding-top: 14px
|
|
9854
|
+
}
|
|
9139
9855
|
.amb-design-tool {
|
|
9140
9856
|
position: -webkit-sticky; /**Safari */
|
|
9141
|
-
position: sticky;
|
|
9142
9857
|
z-index: 1;
|
|
9143
9858
|
width: 100%;
|
|
9144
|
-
top: 14px;
|
|
9145
9859
|
background: #ffffff;
|
|
9146
9860
|
height: 40px;
|
|
9147
9861
|
line-height: 40px;
|
|
@@ -9282,9 +9996,10 @@ li[data-v-2bfabc94] {
|
|
|
9282
9996
|
position: sticky;
|
|
9283
9997
|
position: -webkit-sticky;
|
|
9284
9998
|
top: 0px;
|
|
9285
|
-
z-index:
|
|
9999
|
+
z-index: 5;
|
|
9286
10000
|
text-align: center;
|
|
9287
|
-
padding: 20px 0px 10px 0px;
|
|
10001
|
+
padding: 20px 0px 10px 0px;
|
|
10002
|
+
background-color: #FFFFFF;
|
|
9288
10003
|
}
|
|
9289
10004
|
.amb-design-attr-header-type {
|
|
9290
10005
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -9732,12 +10447,18 @@ fieldset.amb-design-item-selected {
|
|
|
9732
10447
|
.amb-design-content::-webkit-scrollbar {
|
|
9733
10448
|
width: 1px;
|
|
9734
10449
|
}
|
|
10450
|
+
.amb-design-content-center-header{
|
|
10451
|
+
position: sticky;
|
|
10452
|
+
z-index: 1;
|
|
10453
|
+
top: 0;
|
|
10454
|
+
height: 54px;
|
|
10455
|
+
background-color: #f7f8fa;
|
|
10456
|
+
padding-top: 14px
|
|
10457
|
+
}
|
|
9735
10458
|
.amb-design-tool {
|
|
9736
10459
|
position: -webkit-sticky; /**Safari */
|
|
9737
|
-
position: sticky;
|
|
9738
10460
|
z-index: 1;
|
|
9739
10461
|
width: 100%;
|
|
9740
|
-
top: 14px;
|
|
9741
10462
|
background: #ffffff;
|
|
9742
10463
|
height: 40px;
|
|
9743
10464
|
line-height: 40px;
|
|
@@ -9878,9 +10599,10 @@ fieldset.amb-design-item-selected {
|
|
|
9878
10599
|
position: sticky;
|
|
9879
10600
|
position: -webkit-sticky;
|
|
9880
10601
|
top: 0px;
|
|
9881
|
-
z-index:
|
|
10602
|
+
z-index: 5;
|
|
9882
10603
|
text-align: center;
|
|
9883
|
-
padding: 20px 0px 10px 0px;
|
|
10604
|
+
padding: 20px 0px 10px 0px;
|
|
10605
|
+
background-color: #FFFFFF;
|
|
9884
10606
|
}
|
|
9885
10607
|
.amb-design-attr-header-type {
|
|
9886
10608
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -10328,12 +11050,18 @@ fieldset.amb-design-item-selected {
|
|
|
10328
11050
|
.amb-design-content::-webkit-scrollbar {
|
|
10329
11051
|
width: 1px;
|
|
10330
11052
|
}
|
|
11053
|
+
.amb-design-content-center-header{
|
|
11054
|
+
position: sticky;
|
|
11055
|
+
z-index: 1;
|
|
11056
|
+
top: 0;
|
|
11057
|
+
height: 54px;
|
|
11058
|
+
background-color: #f7f8fa;
|
|
11059
|
+
padding-top: 14px
|
|
11060
|
+
}
|
|
10331
11061
|
.amb-design-tool {
|
|
10332
11062
|
position: -webkit-sticky; /**Safari */
|
|
10333
|
-
position: sticky;
|
|
10334
11063
|
z-index: 1;
|
|
10335
11064
|
width: 100%;
|
|
10336
|
-
top: 14px;
|
|
10337
11065
|
background: #ffffff;
|
|
10338
11066
|
height: 40px;
|
|
10339
11067
|
line-height: 40px;
|
|
@@ -10474,9 +11202,10 @@ fieldset.amb-design-item-selected {
|
|
|
10474
11202
|
position: sticky;
|
|
10475
11203
|
position: -webkit-sticky;
|
|
10476
11204
|
top: 0px;
|
|
10477
|
-
z-index:
|
|
11205
|
+
z-index: 5;
|
|
10478
11206
|
text-align: center;
|
|
10479
|
-
padding: 20px 0px 10px 0px;
|
|
11207
|
+
padding: 20px 0px 10px 0px;
|
|
11208
|
+
background-color: #FFFFFF;
|
|
10480
11209
|
}
|
|
10481
11210
|
.amb-design-attr-header-type {
|
|
10482
11211
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -10924,12 +11653,18 @@ fieldset.amb-design-item-selected {
|
|
|
10924
11653
|
.amb-design-content::-webkit-scrollbar {
|
|
10925
11654
|
width: 1px;
|
|
10926
11655
|
}
|
|
11656
|
+
.amb-design-content-center-header{
|
|
11657
|
+
position: sticky;
|
|
11658
|
+
z-index: 1;
|
|
11659
|
+
top: 0;
|
|
11660
|
+
height: 54px;
|
|
11661
|
+
background-color: #f7f8fa;
|
|
11662
|
+
padding-top: 14px
|
|
11663
|
+
}
|
|
10927
11664
|
.amb-design-tool {
|
|
10928
11665
|
position: -webkit-sticky; /**Safari */
|
|
10929
|
-
position: sticky;
|
|
10930
11666
|
z-index: 1;
|
|
10931
11667
|
width: 100%;
|
|
10932
|
-
top: 14px;
|
|
10933
11668
|
background: #ffffff;
|
|
10934
11669
|
height: 40px;
|
|
10935
11670
|
line-height: 40px;
|
|
@@ -11070,9 +11805,10 @@ fieldset.amb-design-item-selected {
|
|
|
11070
11805
|
position: sticky;
|
|
11071
11806
|
position: -webkit-sticky;
|
|
11072
11807
|
top: 0px;
|
|
11073
|
-
z-index:
|
|
11808
|
+
z-index: 5;
|
|
11074
11809
|
text-align: center;
|
|
11075
|
-
padding: 20px 0px 10px 0px;
|
|
11810
|
+
padding: 20px 0px 10px 0px;
|
|
11811
|
+
background-color: #FFFFFF;
|
|
11076
11812
|
}
|
|
11077
11813
|
.amb-design-attr-header-type {
|
|
11078
11814
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -11520,12 +12256,18 @@ fieldset.amb-design-item-selected {
|
|
|
11520
12256
|
.amb-design-content::-webkit-scrollbar {
|
|
11521
12257
|
width: 1px;
|
|
11522
12258
|
}
|
|
12259
|
+
.amb-design-content-center-header{
|
|
12260
|
+
position: sticky;
|
|
12261
|
+
z-index: 1;
|
|
12262
|
+
top: 0;
|
|
12263
|
+
height: 54px;
|
|
12264
|
+
background-color: #f7f8fa;
|
|
12265
|
+
padding-top: 14px
|
|
12266
|
+
}
|
|
11523
12267
|
.amb-design-tool {
|
|
11524
12268
|
position: -webkit-sticky; /**Safari */
|
|
11525
|
-
position: sticky;
|
|
11526
12269
|
z-index: 1;
|
|
11527
12270
|
width: 100%;
|
|
11528
|
-
top: 14px;
|
|
11529
12271
|
background: #ffffff;
|
|
11530
12272
|
height: 40px;
|
|
11531
12273
|
line-height: 40px;
|
|
@@ -11666,9 +12408,10 @@ fieldset.amb-design-item-selected {
|
|
|
11666
12408
|
position: sticky;
|
|
11667
12409
|
position: -webkit-sticky;
|
|
11668
12410
|
top: 0px;
|
|
11669
|
-
z-index:
|
|
12411
|
+
z-index: 5;
|
|
11670
12412
|
text-align: center;
|
|
11671
|
-
padding: 20px 0px 10px 0px;
|
|
12413
|
+
padding: 20px 0px 10px 0px;
|
|
12414
|
+
background-color: #FFFFFF;
|
|
11672
12415
|
}
|
|
11673
12416
|
.amb-design-attr-header-type {
|
|
11674
12417
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -12116,12 +12859,18 @@ fieldset.amb-design-item-selected {
|
|
|
12116
12859
|
.amb-design-content::-webkit-scrollbar {
|
|
12117
12860
|
width: 1px;
|
|
12118
12861
|
}
|
|
12862
|
+
.amb-design-content-center-header{
|
|
12863
|
+
position: sticky;
|
|
12864
|
+
z-index: 1;
|
|
12865
|
+
top: 0;
|
|
12866
|
+
height: 54px;
|
|
12867
|
+
background-color: #f7f8fa;
|
|
12868
|
+
padding-top: 14px
|
|
12869
|
+
}
|
|
12119
12870
|
.amb-design-tool {
|
|
12120
12871
|
position: -webkit-sticky; /**Safari */
|
|
12121
|
-
position: sticky;
|
|
12122
12872
|
z-index: 1;
|
|
12123
12873
|
width: 100%;
|
|
12124
|
-
top: 14px;
|
|
12125
12874
|
background: #ffffff;
|
|
12126
12875
|
height: 40px;
|
|
12127
12876
|
line-height: 40px;
|
|
@@ -12262,9 +13011,10 @@ fieldset.amb-design-item-selected {
|
|
|
12262
13011
|
position: sticky;
|
|
12263
13012
|
position: -webkit-sticky;
|
|
12264
13013
|
top: 0px;
|
|
12265
|
-
z-index:
|
|
13014
|
+
z-index: 5;
|
|
12266
13015
|
text-align: center;
|
|
12267
|
-
padding: 20px 0px 10px 0px;
|
|
13016
|
+
padding: 20px 0px 10px 0px;
|
|
13017
|
+
background-color: #FFFFFF;
|
|
12268
13018
|
}
|
|
12269
13019
|
.amb-design-attr-header-type {
|
|
12270
13020
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -12712,12 +13462,18 @@ fieldset.amb-design-item-selected {
|
|
|
12712
13462
|
.amb-design-content::-webkit-scrollbar {
|
|
12713
13463
|
width: 1px;
|
|
12714
13464
|
}
|
|
13465
|
+
.amb-design-content-center-header{
|
|
13466
|
+
position: sticky;
|
|
13467
|
+
z-index: 1;
|
|
13468
|
+
top: 0;
|
|
13469
|
+
height: 54px;
|
|
13470
|
+
background-color: #f7f8fa;
|
|
13471
|
+
padding-top: 14px
|
|
13472
|
+
}
|
|
12715
13473
|
.amb-design-tool {
|
|
12716
13474
|
position: -webkit-sticky; /**Safari */
|
|
12717
|
-
position: sticky;
|
|
12718
13475
|
z-index: 1;
|
|
12719
13476
|
width: 100%;
|
|
12720
|
-
top: 14px;
|
|
12721
13477
|
background: #ffffff;
|
|
12722
13478
|
height: 40px;
|
|
12723
13479
|
line-height: 40px;
|
|
@@ -12858,9 +13614,10 @@ fieldset.amb-design-item-selected {
|
|
|
12858
13614
|
position: sticky;
|
|
12859
13615
|
position: -webkit-sticky;
|
|
12860
13616
|
top: 0px;
|
|
12861
|
-
z-index:
|
|
13617
|
+
z-index: 5;
|
|
12862
13618
|
text-align: center;
|
|
12863
|
-
padding: 20px 0px 10px 0px;
|
|
13619
|
+
padding: 20px 0px 10px 0px;
|
|
13620
|
+
background-color: #FFFFFF;
|
|
12864
13621
|
}
|
|
12865
13622
|
.amb-design-attr-header-type {
|
|
12866
13623
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -13308,12 +14065,18 @@ fieldset.amb-design-item-selected {
|
|
|
13308
14065
|
.amb-design-content::-webkit-scrollbar {
|
|
13309
14066
|
width: 1px;
|
|
13310
14067
|
}
|
|
14068
|
+
.amb-design-content-center-header{
|
|
14069
|
+
position: sticky;
|
|
14070
|
+
z-index: 1;
|
|
14071
|
+
top: 0;
|
|
14072
|
+
height: 54px;
|
|
14073
|
+
background-color: #f7f8fa;
|
|
14074
|
+
padding-top: 14px
|
|
14075
|
+
}
|
|
13311
14076
|
.amb-design-tool {
|
|
13312
14077
|
position: -webkit-sticky; /**Safari */
|
|
13313
|
-
position: sticky;
|
|
13314
14078
|
z-index: 1;
|
|
13315
14079
|
width: 100%;
|
|
13316
|
-
top: 14px;
|
|
13317
14080
|
background: #ffffff;
|
|
13318
14081
|
height: 40px;
|
|
13319
14082
|
line-height: 40px;
|
|
@@ -13454,9 +14217,10 @@ fieldset.amb-design-item-selected {
|
|
|
13454
14217
|
position: sticky;
|
|
13455
14218
|
position: -webkit-sticky;
|
|
13456
14219
|
top: 0px;
|
|
13457
|
-
z-index:
|
|
14220
|
+
z-index: 5;
|
|
13458
14221
|
text-align: center;
|
|
13459
|
-
padding: 20px 0px 10px 0px;
|
|
14222
|
+
padding: 20px 0px 10px 0px;
|
|
14223
|
+
background-color: #FFFFFF;
|
|
13460
14224
|
}
|
|
13461
14225
|
.amb-design-attr-header-type {
|
|
13462
14226
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -13904,12 +14668,18 @@ fieldset.amb-design-item-selected {
|
|
|
13904
14668
|
.amb-design-content::-webkit-scrollbar {
|
|
13905
14669
|
width: 1px;
|
|
13906
14670
|
}
|
|
14671
|
+
.amb-design-content-center-header{
|
|
14672
|
+
position: sticky;
|
|
14673
|
+
z-index: 1;
|
|
14674
|
+
top: 0;
|
|
14675
|
+
height: 54px;
|
|
14676
|
+
background-color: #f7f8fa;
|
|
14677
|
+
padding-top: 14px
|
|
14678
|
+
}
|
|
13907
14679
|
.amb-design-tool {
|
|
13908
14680
|
position: -webkit-sticky; /**Safari */
|
|
13909
|
-
position: sticky;
|
|
13910
14681
|
z-index: 1;
|
|
13911
14682
|
width: 100%;
|
|
13912
|
-
top: 14px;
|
|
13913
14683
|
background: #ffffff;
|
|
13914
14684
|
height: 40px;
|
|
13915
14685
|
line-height: 40px;
|
|
@@ -14050,9 +14820,10 @@ fieldset.amb-design-item-selected {
|
|
|
14050
14820
|
position: sticky;
|
|
14051
14821
|
position: -webkit-sticky;
|
|
14052
14822
|
top: 0px;
|
|
14053
|
-
z-index:
|
|
14823
|
+
z-index: 5;
|
|
14054
14824
|
text-align: center;
|
|
14055
|
-
padding: 20px 0px 10px 0px;
|
|
14825
|
+
padding: 20px 0px 10px 0px;
|
|
14826
|
+
background-color: #FFFFFF;
|
|
14056
14827
|
}
|
|
14057
14828
|
.amb-design-attr-header-type {
|
|
14058
14829
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -14408,10 +15179,6 @@ fieldset.amb-design-item-selected {
|
|
|
14408
15179
|
/* font-size: 14px; */
|
|
14409
15180
|
margin-bottom: -8px;
|
|
14410
15181
|
}
|
|
14411
|
-
|
|
14412
|
-
[data-v-d87986ba] .el-form-item__label{
|
|
14413
|
-
padding: 0;
|
|
14414
|
-
}
|
|
14415
15182
|
.el-tree-node__content {
|
|
14416
15183
|
height: 34px !important;
|
|
14417
15184
|
}
|
|
@@ -14504,12 +15271,18 @@ fieldset.amb-design-item-selected {
|
|
|
14504
15271
|
.amb-design-content::-webkit-scrollbar {
|
|
14505
15272
|
width: 1px;
|
|
14506
15273
|
}
|
|
15274
|
+
.amb-design-content-center-header{
|
|
15275
|
+
position: sticky;
|
|
15276
|
+
z-index: 1;
|
|
15277
|
+
top: 0;
|
|
15278
|
+
height: 54px;
|
|
15279
|
+
background-color: #f7f8fa;
|
|
15280
|
+
padding-top: 14px
|
|
15281
|
+
}
|
|
14507
15282
|
.amb-design-tool {
|
|
14508
15283
|
position: -webkit-sticky; /**Safari */
|
|
14509
|
-
position: sticky;
|
|
14510
15284
|
z-index: 1;
|
|
14511
15285
|
width: 100%;
|
|
14512
|
-
top: 14px;
|
|
14513
15286
|
background: #ffffff;
|
|
14514
15287
|
height: 40px;
|
|
14515
15288
|
line-height: 40px;
|
|
@@ -14650,9 +15423,10 @@ fieldset.amb-design-item-selected {
|
|
|
14650
15423
|
position: sticky;
|
|
14651
15424
|
position: -webkit-sticky;
|
|
14652
15425
|
top: 0px;
|
|
14653
|
-
z-index:
|
|
15426
|
+
z-index: 5;
|
|
14654
15427
|
text-align: center;
|
|
14655
|
-
padding: 20px 0px 10px 0px;
|
|
15428
|
+
padding: 20px 0px 10px 0px;
|
|
15429
|
+
background-color: #FFFFFF;
|
|
14656
15430
|
}
|
|
14657
15431
|
.amb-design-attr-header-type {
|
|
14658
15432
|
border-radius: 100px 100px 100px 100px;
|
|
@@ -15009,7 +15783,11 @@ fieldset.amb-design-item-selected {
|
|
|
15009
15783
|
margin-bottom: -8px;
|
|
15010
15784
|
}
|
|
15011
15785
|
|
|
15012
|
-
|
|
15786
|
+
[data-v-d87986ba] .el-form-item__label{
|
|
15787
|
+
padding: 0;
|
|
15788
|
+
}
|
|
15789
|
+
|
|
15790
|
+
.amb-design-attr-header[data-v-226997f7] {
|
|
15013
15791
|
position: sticky;
|
|
15014
15792
|
position: -webkit-sticky;
|
|
15015
15793
|
top: 0px;
|
|
@@ -15017,25 +15795,25 @@ fieldset.amb-design-item-selected {
|
|
|
15017
15795
|
text-align: center;
|
|
15018
15796
|
padding: 20px 0px 10px 0px;
|
|
15019
15797
|
}
|
|
15020
|
-
.amb-design-attr-header-type[data-v-
|
|
15798
|
+
.amb-design-attr-header-type[data-v-226997f7] {
|
|
15021
15799
|
border-radius: 100px 100px 100px 100px;
|
|
15022
15800
|
background: #ffffff;
|
|
15023
15801
|
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
|
|
15024
15802
|
padding: 10px;
|
|
15025
15803
|
padding-bottom: 12px;
|
|
15026
15804
|
}
|
|
15027
|
-
.amb-design-attr-header-type > label[data-v-
|
|
15805
|
+
.amb-design-attr-header-type > label[data-v-226997f7] {
|
|
15028
15806
|
padding: 4px 14px;
|
|
15029
15807
|
cursor: pointer;
|
|
15030
15808
|
font-size: 14px;
|
|
15031
15809
|
}
|
|
15032
|
-
.amb-design-attr-header-type > label.selected[data-v-
|
|
15810
|
+
.amb-design-attr-header-type > label.selected[data-v-226997f7] {
|
|
15033
15811
|
border-radius: 100px 100px 100px 100px;
|
|
15034
15812
|
background: #5893ef;
|
|
15035
15813
|
color: #ffffff;
|
|
15036
15814
|
}
|
|
15037
15815
|
|
|
15038
|
-
.amb-design-event-content[data-v-
|
|
15816
|
+
.amb-design-event-content[data-v-524242a9] {
|
|
15039
15817
|
padding: 10px;
|
|
15040
15818
|
}
|
|
15041
15819
|
|
|
@@ -15077,7 +15855,7 @@ fieldset.amb-design-item-selected {
|
|
|
15077
15855
|
color: #ffffff;
|
|
15078
15856
|
}
|
|
15079
15857
|
|
|
15080
|
-
.event-item[data-v-
|
|
15858
|
+
.event-item[data-v-c7ab7527] {
|
|
15081
15859
|
font-size: 12px;
|
|
15082
15860
|
border-bottom: 2px dashed #f5f6f8;
|
|
15083
15861
|
padding-top: 5px;
|
|
@@ -15088,11 +15866,24 @@ fieldset.amb-design-item-selected {
|
|
|
15088
15866
|
min-width: 120px !important;
|
|
15089
15867
|
}
|
|
15090
15868
|
|
|
15091
|
-
.seleteSort[data-v-
|
|
15869
|
+
.seleteSort[data-v-9e39da6a] {
|
|
15092
15870
|
border-radius: 5px;
|
|
15093
15871
|
border: 1px solid rgba(88, 147, 239);
|
|
15094
15872
|
}
|
|
15095
15873
|
|
|
15874
|
+
.editorTool[data-v-26f79956] {
|
|
15875
|
+
margin-left: auto;
|
|
15876
|
+
}
|
|
15877
|
+
.editorOption[data-v-26f79956] {
|
|
15878
|
+
margin-right: 10px;
|
|
15879
|
+
cursor: pointer;
|
|
15880
|
+
}
|
|
15881
|
+
.pppp[data-v-26f79956] {
|
|
15882
|
+
display: flex; /* 使用Flex布局 */
|
|
15883
|
+
justify-content: flex-start;
|
|
15884
|
+
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15885
|
+
}
|
|
15886
|
+
|
|
15096
15887
|
.icon-set-center-body[data-v-4aa5ce08]{
|
|
15097
15888
|
display: grid;
|
|
15098
15889
|
grid-template-columns:repeat(5,1fr);
|
|
@@ -15130,23 +15921,6 @@ fieldset.amb-design-item-selected {
|
|
|
15130
15921
|
margin-bottom: 20px;
|
|
15131
15922
|
}
|
|
15132
15923
|
|
|
15133
|
-
.editorTool[data-v-26f79956] {
|
|
15134
|
-
margin-left: auto;
|
|
15135
|
-
}
|
|
15136
|
-
.editorOption[data-v-26f79956] {
|
|
15137
|
-
margin-right: 10px;
|
|
15138
|
-
cursor: pointer;
|
|
15139
|
-
}
|
|
15140
|
-
.pppp[data-v-26f79956] {
|
|
15141
|
-
display: flex; /* 使用Flex布局 */
|
|
15142
|
-
justify-content: flex-start;
|
|
15143
|
-
align-items: center; /* 子元素在交叉轴(垂直方向)上居中对齐 */
|
|
15144
|
-
}
|
|
15145
|
-
|
|
15146
|
-
.input-with-select .el-input-group__append {
|
|
15147
|
-
background-color: var(--el-fill-color-blank);
|
|
15148
|
-
}
|
|
15149
|
-
|
|
15150
15924
|
.row-backgroud-header-tittle[data-v-b203475d]{
|
|
15151
15925
|
display: flex;
|
|
15152
15926
|
justify-content: space-between;
|
|
@@ -15156,27 +15930,23 @@ fieldset.amb-design-item-selected {
|
|
|
15156
15930
|
width: 100%
|
|
15157
15931
|
}
|
|
15158
15932
|
|
|
15159
|
-
[data-v-
|
|
15160
|
-
|
|
15933
|
+
.seleteSort[data-v-27cba854] {
|
|
15934
|
+
border-radius: 5px;
|
|
15935
|
+
border: 1px solid rgba(88, 147, 239);
|
|
15161
15936
|
}
|
|
15162
15937
|
|
|
15163
|
-
.seleteSort[data-v-
|
|
15938
|
+
.seleteSort[data-v-97438be5] {
|
|
15164
15939
|
border-radius: 5px;
|
|
15165
15940
|
border: 1px solid rgba(88, 147, 239);
|
|
15166
|
-
}
|
|
15167
|
-
|
|
15168
|
-
.stateBtn[data-v-ae2798fb]{
|
|
15169
|
-
display: flex;
|
|
15170
15941
|
}
|
|
15171
|
-
|
|
15172
|
-
|
|
15173
|
-
color: #7b7b7b;
|
|
15942
|
+
[data-v-97438be5] .el-select__selection{
|
|
15943
|
+
display: inline-block;
|
|
15174
15944
|
}
|
|
15175
15945
|
|
|
15176
|
-
li[data-v-
|
|
15946
|
+
li[data-v-690ad0d7] {
|
|
15177
15947
|
color: #333;
|
|
15178
15948
|
}
|
|
15179
|
-
.context-menu[data-v-
|
|
15949
|
+
.context-menu[data-v-690ad0d7] {
|
|
15180
15950
|
position: fixed;
|
|
15181
15951
|
background: #fff;
|
|
15182
15952
|
z-index: 999;
|
|
@@ -15184,7 +15954,7 @@ li[data-v-73667c88] {
|
|
|
15184
15954
|
margin: 0;
|
|
15185
15955
|
margin-top: 30px;
|
|
15186
15956
|
}
|
|
15187
|
-
.context-menu li[data-v-
|
|
15957
|
+
.context-menu li[data-v-690ad0d7] {
|
|
15188
15958
|
min-width: 75px;
|
|
15189
15959
|
height: 28px;
|
|
15190
15960
|
line-height: 28px;
|
|
@@ -15197,19 +15967,31 @@ li[data-v-73667c88] {
|
|
|
15197
15967
|
/* background: #5893ef;*/
|
|
15198
15968
|
/* color: #fff;*/
|
|
15199
15969
|
/*}*/
|
|
15200
|
-
.context-menuLi[data-v-
|
|
15201
|
-
|
|
15202
|
-
|
|
15970
|
+
.context-menuLi[data-v-690ad0d7]:hover {
|
|
15971
|
+
background: #5893ef;
|
|
15972
|
+
color: #fff;
|
|
15203
15973
|
}
|
|
15204
|
-
.context-menu[data-v-
|
|
15974
|
+
.context-menu[data-v-690ad0d7] {
|
|
15205
15975
|
border: 1px solid #eee;
|
|
15206
15976
|
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
15207
15977
|
border-radius: 5px;
|
|
15208
15978
|
}
|
|
15209
|
-
li[data-v-
|
|
15979
|
+
li[data-v-690ad0d7] {
|
|
15210
15980
|
list-style-type: none;
|
|
15211
15981
|
}
|
|
15212
15982
|
|
|
15983
|
+
.stateBtn[data-v-ae2798fb]{
|
|
15984
|
+
display: flex;
|
|
15985
|
+
}
|
|
15986
|
+
.stateText[data-v-ae2798fb]{
|
|
15987
|
+
margin-left: 10px;
|
|
15988
|
+
color: #7b7b7b;
|
|
15989
|
+
}
|
|
15990
|
+
|
|
15213
15991
|
.el-tag[data-v-665d3bf4]{
|
|
15214
15992
|
margin-left: 10px;
|
|
15215
15993
|
}
|
|
15994
|
+
|
|
15995
|
+
.input-with-select .el-input-group__append {
|
|
15996
|
+
background-color: var(--el-fill-color-blank);
|
|
15997
|
+
}
|