@fecp/designer 5.4.13 → 5.4.15
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/components/DocumentParam.vue.mjs +15 -17
- package/es/designer/src/packages/dataSource/dataSource.vue.mjs +1 -1
- package/es/designer/src/packages/form/aside/index.mjs +6 -2
- package/es/designer/src/packages/form/components/Contract.vue.mjs +80 -0
- package/es/designer/src/packages/form/components/Document.vue.mjs +27 -10
- package/es/designer/src/packages/form/index.vue.mjs +10 -17
- package/es/designer/src/packages/form/property/contract.vue.mjs +212 -0
- package/es/designer/src/packages/form/property/document.vue.mjs +3 -3
- package/es/designer/src/packages/form/property/index.vue.mjs +5 -2
- package/es/designer/src/packages/form/property/subForm.vue.mjs +48 -16
- package/es/designer.css +196 -105
- package/es/packages/vue/src/components/bus/contract/Contract.vue.mjs +96 -0
- package/es/packages/vue/src/components/bus/contract/index.mjs +7 -0
- package/es/packages/vue/src/components/dialog/DialogRenderer.vue2.mjs +1 -1
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +10 -3
- package/es/packages/vue/src/components/forms/text/Text.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +1 -1
- package/es/packages/vue/src/composables/usePageEvents.mjs +1 -1
- package/es/packages/vue/src/utils/datasource.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/components/DocumentParam.vue.js +14 -16
- package/lib/designer/src/packages/dataSource/dataSource.vue.js +1 -1
- package/lib/designer/src/packages/form/aside/index.js +6 -2
- package/lib/designer/src/packages/form/components/Contract.vue.js +80 -0
- package/lib/designer/src/packages/form/components/Document.vue.js +26 -9
- package/lib/designer/src/packages/form/index.vue.js +10 -17
- package/lib/designer/src/packages/form/property/contract.vue.js +212 -0
- package/lib/designer/src/packages/form/property/document.vue.js +3 -3
- package/lib/designer/src/packages/form/property/index.vue.js +5 -2
- package/lib/designer/src/packages/form/property/subForm.vue.js +48 -16
- package/lib/designer.css +196 -105
- package/lib/packages/vue/src/components/bus/contract/Contract.vue.js +96 -0
- package/lib/packages/vue/src/components/bus/contract/index.js +7 -0
- package/lib/packages/vue/src/components/dialog/DialogRenderer.vue2.js +1 -1
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +14 -7
- package/lib/packages/vue/src/components/forms/text/Text.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +1 -1
- package/lib/packages/vue/src/composables/usePageEvents.js +1 -1
- package/lib/packages/vue/src/utils/datasource.js +1 -1
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -655,63 +655,63 @@
|
|
|
655
655
|
padding: 5px 12px;
|
|
656
656
|
text-align: left;
|
|
657
657
|
}.el-input-number{vertical-align:middle;width:150px;line-height:30px;display:inline-flex;position:relative}.el-input-number .el-input__wrapper{padding-left:42px;padding-right:42px}.el-input-number .el-input__inner{-webkit-appearance:none;-moz-appearance:textfield;text-align:center;line-height:1}.el-input-number .el-input__inner::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.el-input-number .el-input__inner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.el-input-number.is-left .el-input__inner{text-align:left}.el-input-number.is-right .el-input__inner{text-align:right}.el-input-number.is-center .el-input__inner{text-align:center}.el-input-number__increase,.el-input-number__decrease{z-index:1;background:var(--el-fill-color-light);width:32px;height:auto;color:var(--el-text-color-regular);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;top:1px;bottom:1px}.el-input-number__increase:hover,.el-input-number__decrease:hover{color:var(--el-color-primary)}.el-input-number__increase:hover~.el-input:not(.is-disabled) .el-input__wrapper,.el-input-number__decrease:hover~.el-input:not(.is-disabled) .el-input__wrapper{box-shadow:0 0 0 1px var(--el-input-focus-border-color,var(--el-color-primary)) inset}.el-input-number__increase.is-disabled,.el-input-number__decrease.is-disabled{color:var(--el-disabled-text-color);cursor:not-allowed}.el-input-number__increase{border-radius:0 var(--el-border-radius-base) var(--el-border-radius-base) 0;border-left:var(--el-border);right:1px}.el-input-number__decrease{border-radius:var(--el-border-radius-base) 0 0 var(--el-border-radius-base);border-right:var(--el-border);left:1px}.el-input-number.is-disabled .el-input-number__increase,.el-input-number.is-disabled .el-input-number__decrease{border-color:var(--el-disabled-border-color);color:var(--el-disabled-border-color)}.el-input-number.is-disabled .el-input-number__increase:hover,.el-input-number.is-disabled .el-input-number__decrease:hover{color:var(--el-disabled-border-color);cursor:not-allowed}.el-input-number--large{width:180px;line-height:38px}.el-input-number--large .el-input-number__increase,.el-input-number--large .el-input-number__decrease{width:40px;font-size:14px}.el-input-number--large.is-controls-right .el-input--large .el-input__wrapper{padding-right:47px}.el-input-number--large .el-input--large .el-input__wrapper{padding-left:47px;padding-right:47px}.el-input-number--small{width:120px;line-height:22px}.el-input-number--small .el-input-number__increase,.el-input-number--small .el-input-number__decrease{width:24px;font-size:12px}.el-input-number--small.is-controls-right .el-input--small .el-input__wrapper{padding-right:31px}.el-input-number--small .el-input--small .el-input__wrapper{padding-left:31px;padding-right:31px}.el-input-number--small .el-input-number__increase [class*=el-icon],.el-input-number--small .el-input-number__decrease [class*=el-icon]{transform:scale(.9)}.el-input-number.is-without-controls .el-input__wrapper{padding-left:15px;padding-right:15px}.el-input-number.is-controls-right .el-input__wrapper{padding-left:15px;padding-right:42px}.el-input-number.is-controls-right .el-input-number__increase,.el-input-number.is-controls-right .el-input-number__decrease{--el-input-number-controls-height:15px;height:var(--el-input-number-controls-height);line-height:var(--el-input-number-controls-height)}.el-input-number.is-controls-right .el-input-number__increase [class*=el-icon],.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon]{transform:scale(.8)}.el-input-number.is-controls-right .el-input-number__increase{border-radius:0 var(--el-border-radius-base) 0 0;border-bottom:var(--el-border);bottom:auto;left:auto}.el-input-number.is-controls-right .el-input-number__decrease{border-right:none;border-left:var(--el-border);border-radius:0 0 var(--el-border-radius-base) 0;top:auto;left:auto;right:1px}.el-input-number.is-controls-right[class*=large] [class*=increase],.el-input-number.is-controls-right[class*=large] [class*=decrease]{--el-input-number-controls-height:19px}.el-input-number.is-controls-right[class*=small] [class*=increase],.el-input-number.is-controls-right[class*=small] [class*=decrease]{--el-input-number-controls-height:11px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px #00000026;border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;-webkit-user-select:none;user-select:none}.jv-container.jv-light .jv-button,.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url("data:image/svg+xml,%3csvg%20height='16'%20width='8'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpolygon%20points='0,0%208,8%200,16'%20style='fill:%23666;stroke:purple;stroke-width:0'%20/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#0000 20%,#e6e6e64d);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,#0000 20%,#e6e6e64d)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle.open+.jv-key+.jv-push>.jv-item.jv-array:last-of-type{margin-left:12px}.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-object:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-item.jv-array:last-of-type,.jv-node .jv-toggle:not(.open)+.jv-key+.jv-push>.jv-node:last-of-type{margin-left:0}
|
|
658
|
-
.data-source[data-v-
|
|
658
|
+
.data-source[data-v-b94fbb2f] {
|
|
659
659
|
background-color: #fff;
|
|
660
660
|
height: 100%;
|
|
661
661
|
display: flex;
|
|
662
662
|
flex-direction: column;
|
|
663
663
|
overflow: hidden;
|
|
664
664
|
}
|
|
665
|
-
.data-source .data-source-tab[data-v-
|
|
665
|
+
.data-source .data-source-tab[data-v-b94fbb2f] {
|
|
666
666
|
height: 100%;
|
|
667
667
|
display: flex;
|
|
668
668
|
flex-direction: column;
|
|
669
669
|
}
|
|
670
|
-
.data-source .data-source-tab[data-v-
|
|
670
|
+
.data-source .data-source-tab[data-v-b94fbb2f] .el-tabs__header {
|
|
671
671
|
margin-bottom: 0px;
|
|
672
672
|
padding: 0 18px;
|
|
673
673
|
}
|
|
674
|
-
.data-source .data-source-tab[data-v-
|
|
674
|
+
.data-source .data-source-tab[data-v-b94fbb2f] .el-tabs__nav-wrap:after {
|
|
675
675
|
height: 1px;
|
|
676
676
|
}
|
|
677
|
-
.data-source .data-source-tab[data-v-
|
|
677
|
+
.data-source .data-source-tab[data-v-b94fbb2f] .el-tabs__content {
|
|
678
678
|
flex: 1;
|
|
679
679
|
overflow: auto;
|
|
680
680
|
padding: 0px;
|
|
681
681
|
}
|
|
682
|
-
.data-source .data-source-tab[data-v-
|
|
682
|
+
.data-source .data-source-tab[data-v-b94fbb2f] .el-tab-pane {
|
|
683
683
|
padding: 16px 18px;
|
|
684
684
|
}
|
|
685
|
-
.data-source .config-section[data-v-
|
|
685
|
+
.data-source .config-section[data-v-b94fbb2f] {
|
|
686
686
|
margin-bottom: 20px;
|
|
687
687
|
padding-bottom: 20px;
|
|
688
688
|
border-bottom: 2px solid #f0f2f5;
|
|
689
689
|
}
|
|
690
|
-
.data-source .test-section .section-header[data-v-
|
|
690
|
+
.data-source .test-section .section-header[data-v-b94fbb2f] {
|
|
691
691
|
display: flex;
|
|
692
692
|
justify-content: space-between;
|
|
693
693
|
align-items: center;
|
|
694
694
|
margin-bottom: 16px;
|
|
695
695
|
}
|
|
696
|
-
.data-source .test-section .section-header .section-title[data-v-
|
|
696
|
+
.data-source .test-section .section-header .section-title[data-v-b94fbb2f] {
|
|
697
697
|
display: flex;
|
|
698
698
|
align-items: center;
|
|
699
699
|
font-size: 16px;
|
|
700
700
|
font-weight: 600;
|
|
701
701
|
color: #303133;
|
|
702
702
|
}
|
|
703
|
-
.data-source .test-section .section-header .section-title .section-icon[data-v-
|
|
703
|
+
.data-source .test-section .section-header .section-title .section-icon[data-v-b94fbb2f] {
|
|
704
704
|
margin-right: 8px;
|
|
705
705
|
font-size: 18px;
|
|
706
706
|
color: #409eff;
|
|
707
707
|
}
|
|
708
|
-
.data-source .test-section .response-area[data-v-
|
|
708
|
+
.data-source .test-section .response-area[data-v-b94fbb2f] {
|
|
709
709
|
border: 1px solid #dcdfe6;
|
|
710
710
|
border-radius: 8px;
|
|
711
711
|
overflow: hidden;
|
|
712
712
|
background-color: #fff;
|
|
713
713
|
}
|
|
714
|
-
.data-source .test-section .response-area .response-title[data-v-
|
|
714
|
+
.data-source .test-section .response-area .response-title[data-v-b94fbb2f] {
|
|
715
715
|
display: flex;
|
|
716
716
|
justify-content: space-between;
|
|
717
717
|
align-items: center;
|
|
@@ -719,16 +719,16 @@
|
|
|
719
719
|
background-color: #f5f7fa;
|
|
720
720
|
border-bottom: 1px solid #ebeef5;
|
|
721
721
|
}
|
|
722
|
-
.data-source .test-section .response-area .response-title span[data-v-
|
|
722
|
+
.data-source .test-section .response-area .response-title span[data-v-b94fbb2f] {
|
|
723
723
|
font-size: 14px;
|
|
724
724
|
font-weight: 600;
|
|
725
725
|
color: #303133;
|
|
726
726
|
}
|
|
727
|
-
.data-source .test-section .response-area .response-title .response-actions[data-v-
|
|
727
|
+
.data-source .test-section .response-area .response-title .response-actions[data-v-b94fbb2f] {
|
|
728
728
|
display: flex;
|
|
729
729
|
gap: 8px;
|
|
730
730
|
}
|
|
731
|
-
.data-source .test-section .response-area .response-status[data-v-
|
|
731
|
+
.data-source .test-section .response-area .response-status[data-v-b94fbb2f] {
|
|
732
732
|
display: flex;
|
|
733
733
|
align-items: center;
|
|
734
734
|
padding: 10px 16px;
|
|
@@ -736,11 +736,11 @@
|
|
|
736
736
|
border-bottom: 1px solid #dcdfe6;
|
|
737
737
|
gap: 12px;
|
|
738
738
|
}
|
|
739
|
-
.data-source .test-section .response-area .response-status .response-time[data-v-
|
|
739
|
+
.data-source .test-section .response-area .response-status .response-time[data-v-b94fbb2f] {
|
|
740
740
|
font-size: 12px;
|
|
741
741
|
color: #909399;
|
|
742
742
|
}
|
|
743
|
-
.data-source .test-section .empty-response[data-v-
|
|
743
|
+
.data-source .test-section .empty-response[data-v-b94fbb2f] {
|
|
744
744
|
display: flex;
|
|
745
745
|
flex-direction: column;
|
|
746
746
|
align-items: center;
|
|
@@ -750,20 +750,20 @@
|
|
|
750
750
|
border: 2px dashed #dcdfe6;
|
|
751
751
|
border-radius: 8px;
|
|
752
752
|
}
|
|
753
|
-
.data-source .test-section .empty-response .empty-icon[data-v-
|
|
753
|
+
.data-source .test-section .empty-response .empty-icon[data-v-b94fbb2f] {
|
|
754
754
|
font-size: 48px;
|
|
755
755
|
color: #c0c4cc;
|
|
756
756
|
margin-bottom: 12px;
|
|
757
757
|
}
|
|
758
|
-
.data-source .test-section .empty-response span[data-v-
|
|
758
|
+
.data-source .test-section .empty-response span[data-v-b94fbb2f] {
|
|
759
759
|
font-size: 14px;
|
|
760
760
|
color: #909399;
|
|
761
761
|
}
|
|
762
|
-
.desc-content[data-v-
|
|
762
|
+
.desc-content[data-v-b94fbb2f] {
|
|
763
763
|
display: flex;
|
|
764
764
|
flex-direction: column;
|
|
765
765
|
}
|
|
766
|
-
.condition-desc[data-v-
|
|
766
|
+
.condition-desc[data-v-b94fbb2f] {
|
|
767
767
|
font-size: 12px;
|
|
768
768
|
font-weight: initial;
|
|
769
769
|
color: #aaaaaa;
|
|
@@ -3349,81 +3349,85 @@ to {
|
|
|
3349
3349
|
padding: 2px 4px;
|
|
3350
3350
|
margin: 2px 0;
|
|
3351
3351
|
}
|
|
3352
|
-
.essential-param-container[data-v-
|
|
3352
|
+
.essential-param-container[data-v-97d41de4] {
|
|
3353
3353
|
width: 100%;
|
|
3354
3354
|
}
|
|
3355
|
-
.essential-param-container .param-table[data-v-
|
|
3355
|
+
.essential-param-container .param-table[data-v-97d41de4] {
|
|
3356
3356
|
width: 100%;
|
|
3357
3357
|
border: 1px solid #dcdfe6;
|
|
3358
3358
|
border-radius: 4px;
|
|
3359
3359
|
overflow: hidden;
|
|
3360
3360
|
}
|
|
3361
|
-
.essential-param-container .param-table .param-header[data-v-
|
|
3361
|
+
.essential-param-container .param-table .param-header[data-v-97d41de4] {
|
|
3362
3362
|
display: flex;
|
|
3363
3363
|
background-color: #f5f7fa;
|
|
3364
3364
|
height: 26px;
|
|
3365
3365
|
line-height: 26px;
|
|
3366
3366
|
}
|
|
3367
|
-
.essential-param-container .param-table .param-header .param-cell[data-v-
|
|
3367
|
+
.essential-param-container .param-table .param-header .param-cell[data-v-97d41de4] {
|
|
3368
3368
|
padding: 0px 12px;
|
|
3369
3369
|
font-weight: 500;
|
|
3370
3370
|
font-size: 13px;
|
|
3371
3371
|
color: #606266;
|
|
3372
3372
|
border-right: 1px solid #dcdfe6;
|
|
3373
3373
|
}
|
|
3374
|
-
.essential-param-container .param-table .param-header .param-cell[data-v-
|
|
3374
|
+
.essential-param-container .param-table .param-header .param-cell[data-v-97d41de4]:last-child {
|
|
3375
3375
|
border-right: none;
|
|
3376
3376
|
}
|
|
3377
|
-
.essential-param-container .param-table .param-header .param-cell.scenario-header[data-v-
|
|
3377
|
+
.essential-param-container .param-table .param-header .param-cell.scenario-header[data-v-97d41de4] {
|
|
3378
3378
|
flex: 1;
|
|
3379
3379
|
min-width: 120px;
|
|
3380
3380
|
font-size: 12px;
|
|
3381
3381
|
}
|
|
3382
|
-
.essential-param-container .param-table .param-header .param-cell.key-header[data-v-
|
|
3382
|
+
.essential-param-container .param-table .param-header .param-cell.key-header[data-v-97d41de4] {
|
|
3383
3383
|
flex: 2;
|
|
3384
3384
|
min-width: 120px;
|
|
3385
3385
|
font-size: 12px;
|
|
3386
3386
|
}
|
|
3387
|
-
.essential-param-container .param-table .param-header .param-cell.action-header[data-v-
|
|
3387
|
+
.essential-param-container .param-table .param-header .param-cell.action-header[data-v-97d41de4] {
|
|
3388
3388
|
width: 50px;
|
|
3389
3389
|
text-align: center;
|
|
3390
3390
|
}
|
|
3391
|
-
.essential-param-container .param-table .param-body[data-v-
|
|
3391
|
+
.essential-param-container .param-table .param-body[data-v-97d41de4] {
|
|
3392
3392
|
border-bottom: 1px solid #ebeef5;
|
|
3393
3393
|
}
|
|
3394
|
-
.essential-param-container .param-table .param-body .param-row[data-v-
|
|
3394
|
+
.essential-param-container .param-table .param-body .param-row[data-v-97d41de4] {
|
|
3395
3395
|
display: flex;
|
|
3396
3396
|
border-top: 1px solid #ebeef5;
|
|
3397
3397
|
}
|
|
3398
|
-
.essential-param-container .param-table .param-body .param-row[data-v-
|
|
3398
|
+
.essential-param-container .param-table .param-body .param-row[data-v-97d41de4]:hover {
|
|
3399
3399
|
background-color: #f5f7fa;
|
|
3400
3400
|
}
|
|
3401
|
-
.essential-param-container .param-table .param-body .param-row .param-cell[data-v-
|
|
3401
|
+
.essential-param-container .param-table .param-body .param-row .param-cell[data-v-97d41de4] {
|
|
3402
3402
|
padding: 5px;
|
|
3403
3403
|
display: flex;
|
|
3404
3404
|
align-items: center;
|
|
3405
3405
|
}
|
|
3406
|
-
.essential-param-container .param-table .param-body .param-row .param-cell.scenario-cell[data-v-
|
|
3406
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.scenario-cell[data-v-97d41de4] {
|
|
3407
3407
|
flex: 1;
|
|
3408
3408
|
min-width: 120px;
|
|
3409
3409
|
}
|
|
3410
|
-
.essential-param-container .param-table .param-body .param-row .param-cell.key-cell[data-v-
|
|
3410
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.key-cell[data-v-97d41de4] {
|
|
3411
3411
|
flex: 2;
|
|
3412
3412
|
min-width: 120px;
|
|
3413
3413
|
}
|
|
3414
|
-
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-
|
|
3414
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-97d41de4] {
|
|
3415
3415
|
width: 50px;
|
|
3416
3416
|
display: flex;
|
|
3417
3417
|
align-items: center;
|
|
3418
3418
|
justify-content: center;
|
|
3419
3419
|
}
|
|
3420
|
-
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-
|
|
3420
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-97d41de4] .el-button {
|
|
3421
3421
|
padding: 4px;
|
|
3422
3422
|
}
|
|
3423
|
-
.essential-param-container .param-table .param-footer[data-v-
|
|
3423
|
+
.essential-param-container .param-table .param-footer[data-v-97d41de4] {
|
|
3424
3424
|
padding: 5px 12px;
|
|
3425
3425
|
text-align: left;
|
|
3426
|
-
}.form-item-hint[data-v-
|
|
3426
|
+
}.form-item-hint[data-v-d0160dcb] {
|
|
3427
|
+
font-size: 12px;
|
|
3428
|
+
color: #909399;
|
|
3429
|
+
margin-top: 4px;
|
|
3430
|
+
}.form-item-hint[data-v-f1e213d5] {
|
|
3427
3431
|
font-size: 12px;
|
|
3428
3432
|
color: #909399;
|
|
3429
3433
|
margin-top: 4px;
|
|
@@ -4859,22 +4863,22 @@ to {
|
|
|
4859
4863
|
white-space: nowrap;
|
|
4860
4864
|
overflow: hidden;
|
|
4861
4865
|
text-overflow: ellipsis;
|
|
4862
|
-
}.document-container[data-v-
|
|
4866
|
+
}.document-container[data-v-5b174026] {
|
|
4863
4867
|
width: 100%;
|
|
4864
4868
|
height: 100%;
|
|
4865
4869
|
display: flex;
|
|
4866
4870
|
flex-direction: column;
|
|
4867
4871
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
|
|
4868
4872
|
}
|
|
4869
|
-
.document-container[data-v-
|
|
4873
|
+
.document-container[data-v-5b174026] .fec-h2 {
|
|
4870
4874
|
height: 40px;
|
|
4871
4875
|
flex-shrink: 0;
|
|
4872
4876
|
}
|
|
4873
|
-
.document-container[data-v-
|
|
4877
|
+
.document-container[data-v-5b174026] .fec-subTitle {
|
|
4874
4878
|
height: 40px;
|
|
4875
4879
|
flex-shrink: 0;
|
|
4876
4880
|
}
|
|
4877
|
-
.document-preview[data-v-
|
|
4881
|
+
.document-preview[data-v-5b174026] {
|
|
4878
4882
|
height: 100%;
|
|
4879
4883
|
border-radius: 8px;
|
|
4880
4884
|
border: 1px solid #e4e7ed;
|
|
@@ -4882,37 +4886,124 @@ to {
|
|
|
4882
4886
|
display: flex;
|
|
4883
4887
|
align-items: center;
|
|
4884
4888
|
justify-content: center;
|
|
4889
|
+
background-color: #fff;
|
|
4890
|
+
gap: 16px;
|
|
4885
4891
|
}
|
|
4886
|
-
.document-preview .
|
|
4892
|
+
.document-preview .preview-icon[data-v-5b174026] {
|
|
4893
|
+
flex-shrink: 0;
|
|
4894
|
+
width: 48px;
|
|
4895
|
+
height: 48px;
|
|
4896
|
+
border-radius: 8px;
|
|
4897
|
+
background-color: #fff7e6;
|
|
4898
|
+
display: flex;
|
|
4899
|
+
align-items: center;
|
|
4900
|
+
justify-content: center;
|
|
4901
|
+
}
|
|
4902
|
+
.document-preview .preview-icon .el-icon[data-v-5b174026] {
|
|
4903
|
+
font-size: 24px;
|
|
4904
|
+
color: #fa8c16;
|
|
4905
|
+
}
|
|
4906
|
+
.document-preview .preview-info[data-v-5b174026] {
|
|
4907
|
+
min-width: 0;
|
|
4908
|
+
display: flex;
|
|
4909
|
+
flex-direction: column;
|
|
4910
|
+
gap: 4px;
|
|
4911
|
+
}
|
|
4912
|
+
.document-preview .preview-info .preview-name[data-v-5b174026] {
|
|
4913
|
+
font-size: 16px;
|
|
4914
|
+
font-weight: 500;
|
|
4915
|
+
color: #303133;
|
|
4916
|
+
white-space: nowrap;
|
|
4917
|
+
overflow: hidden;
|
|
4918
|
+
text-overflow: ellipsis;
|
|
4919
|
+
}
|
|
4920
|
+
.document-preview .document-img[data-v-5b174026] {
|
|
4921
|
+
width: 100%;
|
|
4922
|
+
height: 100%;
|
|
4923
|
+
}.contract-container[data-v-edf403fc] {
|
|
4887
4924
|
width: 100%;
|
|
4888
4925
|
height: 100%;
|
|
4889
|
-
|
|
4926
|
+
display: flex;
|
|
4927
|
+
flex-direction: column;
|
|
4928
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
|
|
4929
|
+
}
|
|
4930
|
+
.contract-container[data-v-edf403fc] .fec-h2 {
|
|
4931
|
+
height: 40px;
|
|
4932
|
+
flex-shrink: 0;
|
|
4933
|
+
}
|
|
4934
|
+
.contract-container[data-v-edf403fc] .fec-subTitle {
|
|
4935
|
+
height: 40px;
|
|
4936
|
+
flex-shrink: 0;
|
|
4937
|
+
}
|
|
4938
|
+
.contract-preview[data-v-edf403fc] {
|
|
4939
|
+
height: 100%;
|
|
4940
|
+
border-radius: 8px;
|
|
4941
|
+
border: 1px solid #e4e7ed;
|
|
4942
|
+
overflow: hidden;
|
|
4943
|
+
display: flex;
|
|
4944
|
+
align-items: center;
|
|
4945
|
+
justify-content: center;
|
|
4946
|
+
background-color: #fff;
|
|
4947
|
+
gap: 16px;
|
|
4948
|
+
}
|
|
4949
|
+
.contract-preview .preview-icon[data-v-edf403fc] {
|
|
4950
|
+
flex-shrink: 0;
|
|
4951
|
+
width: 48px;
|
|
4952
|
+
height: 48px;
|
|
4953
|
+
border-radius: 8px;
|
|
4954
|
+
background-color: #fff7e6;
|
|
4955
|
+
display: flex;
|
|
4956
|
+
align-items: center;
|
|
4957
|
+
justify-content: center;
|
|
4958
|
+
}
|
|
4959
|
+
.contract-preview .preview-icon .el-icon[data-v-edf403fc] {
|
|
4960
|
+
font-size: 24px;
|
|
4961
|
+
color: #fa8c16;
|
|
4962
|
+
}
|
|
4963
|
+
.contract-preview .preview-info[data-v-edf403fc] {
|
|
4964
|
+
min-width: 0;
|
|
4965
|
+
display: flex;
|
|
4966
|
+
flex-direction: column;
|
|
4967
|
+
gap: 4px;
|
|
4968
|
+
}
|
|
4969
|
+
.contract-preview .preview-info .preview-name[data-v-edf403fc] {
|
|
4970
|
+
font-size: 16px;
|
|
4971
|
+
font-weight: 500;
|
|
4972
|
+
color: #303133;
|
|
4973
|
+
white-space: nowrap;
|
|
4974
|
+
overflow: hidden;
|
|
4975
|
+
text-overflow: ellipsis;
|
|
4976
|
+
}
|
|
4977
|
+
.contract-preview .preview-info .preview-mode[data-v-edf403fc] {
|
|
4978
|
+
font-size: 12px;
|
|
4979
|
+
color: #909399;
|
|
4980
|
+
}.form-work-area[data-v-459e2f10] {
|
|
4890
4981
|
height: 100%;
|
|
4891
4982
|
display: flex;
|
|
4892
4983
|
flex-direction: column;
|
|
4893
4984
|
}
|
|
4894
|
-
.form-toolbar[data-v-
|
|
4985
|
+
.form-toolbar[data-v-459e2f10] {
|
|
4895
4986
|
background: #f8f9fa;
|
|
4896
4987
|
padding: 16px;
|
|
4897
4988
|
margin-bottom: 20px;
|
|
4898
4989
|
border-radius: 4px;
|
|
4899
4990
|
border: 1px solid #e9ecef;
|
|
4900
4991
|
}
|
|
4901
|
-
.form-grid-container[data-v-
|
|
4992
|
+
.form-grid-container[data-v-459e2f10] {
|
|
4902
4993
|
position: relative;
|
|
4903
4994
|
flex: 1;
|
|
4904
4995
|
overflow: auto;
|
|
4905
4996
|
background-color: #fff;
|
|
4906
4997
|
user-select: none;
|
|
4907
4998
|
}
|
|
4908
|
-
.form-grid[data-v-
|
|
4999
|
+
.form-grid[data-v-459e2f10] {
|
|
4909
5000
|
position: relative;
|
|
4910
5001
|
padding: 12px;
|
|
4911
5002
|
}
|
|
4912
|
-
.form-grid.el-form--label-top .status-tags[data-v-
|
|
5003
|
+
.form-grid.el-form--label-top .status-tags[data-v-459e2f10] {
|
|
4913
5004
|
top: 28px;
|
|
4914
5005
|
}
|
|
4915
|
-
.form-component[data-v-
|
|
5006
|
+
.form-component[data-v-459e2f10] {
|
|
4916
5007
|
position: relative;
|
|
4917
5008
|
border-radius: 4px;
|
|
4918
5009
|
padding: 12px;
|
|
@@ -4920,26 +5011,26 @@ to {
|
|
|
4920
5011
|
transition: all 0.2s ease;
|
|
4921
5012
|
height: 100%;
|
|
4922
5013
|
}
|
|
4923
|
-
.form-component.h2[data-v-
|
|
5014
|
+
.form-component.h2[data-v-459e2f10] {
|
|
4924
5015
|
padding: 8px 12px;
|
|
4925
5016
|
}
|
|
4926
|
-
.form-component.is-hover[data-v-
|
|
5017
|
+
.form-component.is-hover[data-v-459e2f10] {
|
|
4927
5018
|
background: #f5f7fa;
|
|
4928
5019
|
border: 1px solid #e4e7ed;
|
|
4929
5020
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
4930
5021
|
z-index: 1;
|
|
4931
5022
|
}
|
|
4932
|
-
.form-component.is-select[data-v-
|
|
5023
|
+
.form-component.is-select[data-v-459e2f10] {
|
|
4933
5024
|
background: #fff8e6;
|
|
4934
5025
|
border: 2px solid #f0ad4e;
|
|
4935
5026
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.2);
|
|
4936
5027
|
}
|
|
4937
|
-
.form-component.is-hover.is-select[data-v-
|
|
5028
|
+
.form-component.is-hover.is-select[data-v-459e2f10] {
|
|
4938
5029
|
background: #fff8e6;
|
|
4939
5030
|
border-color: #f5b041;
|
|
4940
5031
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.3);
|
|
4941
5032
|
}
|
|
4942
|
-
.form-component .component-toolbar[data-v-
|
|
5033
|
+
.form-component .component-toolbar[data-v-459e2f10] {
|
|
4943
5034
|
position: absolute;
|
|
4944
5035
|
top: -12px;
|
|
4945
5036
|
right: 8px;
|
|
@@ -4948,7 +5039,7 @@ to {
|
|
|
4948
5039
|
opacity: 0;
|
|
4949
5040
|
transition: all 0.2s ease;
|
|
4950
5041
|
}
|
|
4951
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
5042
|
+
.form-component .component-toolbar .toolbar-btn[data-v-459e2f10] {
|
|
4952
5043
|
width: 20px;
|
|
4953
5044
|
height: 20px;
|
|
4954
5045
|
border-radius: 3px;
|
|
@@ -4963,70 +5054,70 @@ to {
|
|
|
4963
5054
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4964
5055
|
transition: all 0.15s ease;
|
|
4965
5056
|
}
|
|
4966
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
5057
|
+
.form-component .component-toolbar .toolbar-btn[data-v-459e2f10]:hover {
|
|
4967
5058
|
transform: scale(1.05);
|
|
4968
5059
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
|
|
4969
5060
|
}
|
|
4970
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
5061
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-459e2f10] {
|
|
4971
5062
|
color: #f56c6c;
|
|
4972
5063
|
}
|
|
4973
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
5064
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-459e2f10]:hover {
|
|
4974
5065
|
background: #f56c6c;
|
|
4975
5066
|
color: white;
|
|
4976
5067
|
border-color: #f56c6c;
|
|
4977
5068
|
}
|
|
4978
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
5069
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-459e2f10] {
|
|
4979
5070
|
color: #409eff;
|
|
4980
5071
|
}
|
|
4981
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
5072
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-459e2f10]:hover, .form-component .component-toolbar .toolbar-btn.settings-btn.is-active[data-v-459e2f10] {
|
|
4982
5073
|
background: #409eff;
|
|
4983
5074
|
color: white;
|
|
4984
5075
|
border-color: #409eff;
|
|
4985
5076
|
}
|
|
4986
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
5077
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-459e2f10] {
|
|
4987
5078
|
color: #c0c4cc;
|
|
4988
5079
|
}
|
|
4989
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
5080
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-459e2f10]:hover {
|
|
4990
5081
|
background: #f5b041;
|
|
4991
5082
|
color: white;
|
|
4992
5083
|
border-color: #f5b041;
|
|
4993
5084
|
}
|
|
4994
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
5085
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-459e2f10] {
|
|
4995
5086
|
color: #f5b041;
|
|
4996
5087
|
}
|
|
4997
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
5088
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-459e2f10]:hover {
|
|
4998
5089
|
background: #f5b041;
|
|
4999
5090
|
color: white;
|
|
5000
5091
|
border-color: #f5b041;
|
|
5001
5092
|
}
|
|
5002
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-
|
|
5093
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-459e2f10] {
|
|
5003
5094
|
color: #c0c4cc;
|
|
5004
5095
|
}
|
|
5005
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-
|
|
5096
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-459e2f10]:hover {
|
|
5006
5097
|
background: #f56e6e;
|
|
5007
5098
|
color: white;
|
|
5008
5099
|
border-color: #f56e6e;
|
|
5009
5100
|
}
|
|
5010
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-
|
|
5101
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-459e2f10] {
|
|
5011
5102
|
color: #f56e6e;
|
|
5012
5103
|
}
|
|
5013
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-
|
|
5104
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-459e2f10]:hover {
|
|
5014
5105
|
background: #f56e6e;
|
|
5015
5106
|
color: white;
|
|
5016
5107
|
border-color: #f56e6e;
|
|
5017
5108
|
}
|
|
5018
|
-
.form-component.is-hover .component-toolbar[data-v-
|
|
5109
|
+
.form-component.is-hover .component-toolbar[data-v-459e2f10], .form-component.is-select .component-toolbar[data-v-459e2f10] {
|
|
5019
5110
|
opacity: 1;
|
|
5020
5111
|
}
|
|
5021
|
-
.form-component .component-content[data-v-
|
|
5112
|
+
.form-component .component-content[data-v-459e2f10] {
|
|
5022
5113
|
height: 100%;
|
|
5023
5114
|
display: flex;
|
|
5024
5115
|
align-items: flex-start;
|
|
5025
5116
|
}
|
|
5026
|
-
.form-component .component-content.is-linked-visibility[data-v-
|
|
5117
|
+
.form-component .component-content.is-linked-visibility[data-v-459e2f10] {
|
|
5027
5118
|
opacity: 0.45;
|
|
5028
5119
|
}
|
|
5029
|
-
.form-component .status-tags[data-v-
|
|
5120
|
+
.form-component .status-tags[data-v-459e2f10] {
|
|
5030
5121
|
position: absolute;
|
|
5031
5122
|
top: 8px;
|
|
5032
5123
|
right: 8px;
|
|
@@ -5034,7 +5125,7 @@ to {
|
|
|
5034
5125
|
gap: 4px;
|
|
5035
5126
|
z-index: 10;
|
|
5036
5127
|
}
|
|
5037
|
-
.form-component .field-name-tag[data-v-
|
|
5128
|
+
.form-component .field-name-tag[data-v-459e2f10] {
|
|
5038
5129
|
background: rgba(0, 0, 0, 0.5);
|
|
5039
5130
|
color: #fff;
|
|
5040
5131
|
padding: 2px 6px;
|
|
@@ -5045,7 +5136,7 @@ to {
|
|
|
5045
5136
|
transition: all 0.2s ease;
|
|
5046
5137
|
line-height: 16px;
|
|
5047
5138
|
}
|
|
5048
|
-
.form-component .status-tag[data-v-
|
|
5139
|
+
.form-component .status-tag[data-v-459e2f10] {
|
|
5049
5140
|
display: flex;
|
|
5050
5141
|
align-items: center;
|
|
5051
5142
|
gap: 2px;
|
|
@@ -5056,107 +5147,107 @@ to {
|
|
|
5056
5147
|
opacity: 0.9;
|
|
5057
5148
|
transition: all 0.2s ease;
|
|
5058
5149
|
}
|
|
5059
|
-
.form-component .status-tag .el-icon[data-v-
|
|
5150
|
+
.form-component .status-tag .el-icon[data-v-459e2f10] {
|
|
5060
5151
|
font-size: 12px;
|
|
5061
5152
|
}
|
|
5062
|
-
.form-component .status-tag.disabled-tag[data-v-
|
|
5153
|
+
.form-component .status-tag.disabled-tag[data-v-459e2f10] {
|
|
5063
5154
|
background: rgba(245, 108, 108, 0.9);
|
|
5064
5155
|
color: #fff;
|
|
5065
5156
|
}
|
|
5066
|
-
.form-component .status-tag.readonly-tag[data-v-
|
|
5157
|
+
.form-component .status-tag.readonly-tag[data-v-459e2f10] {
|
|
5067
5158
|
background: rgba(144, 147, 153, 0.9);
|
|
5068
5159
|
color: #fff;
|
|
5069
5160
|
}
|
|
5070
|
-
.form-component.is-disabled[data-v-
|
|
5161
|
+
.form-component.is-disabled[data-v-459e2f10] {
|
|
5071
5162
|
opacity: 0.6;
|
|
5072
5163
|
background: #f5f7fa;
|
|
5073
5164
|
border-color: #e4e7ed;
|
|
5074
5165
|
}
|
|
5075
|
-
.form-component.is-disabled .component-preview[data-v-
|
|
5166
|
+
.form-component.is-disabled .component-preview[data-v-459e2f10] .el-input__wrapper {
|
|
5076
5167
|
background-color: #f5f7fa;
|
|
5077
5168
|
box-shadow: 0 0 0 1px #e4e7ed inset;
|
|
5078
5169
|
}
|
|
5079
|
-
.form-component.is-readonly[data-v-
|
|
5170
|
+
.form-component.is-readonly[data-v-459e2f10] {
|
|
5080
5171
|
border-style: dashed;
|
|
5081
5172
|
border-color: #c0c4cc;
|
|
5082
5173
|
background: #fafafa;
|
|
5083
5174
|
}
|
|
5084
|
-
.form-component.is-readonly .component-preview[data-v-
|
|
5175
|
+
.form-component.is-readonly .component-preview[data-v-459e2f10] .el-input__wrapper {
|
|
5085
5176
|
background-color: #f5f7fa;
|
|
5086
5177
|
}
|
|
5087
|
-
.quick-setting-panel[data-v-
|
|
5178
|
+
.quick-setting-panel[data-v-459e2f10] {
|
|
5088
5179
|
padding: 8px;
|
|
5089
5180
|
min-width: 160px;
|
|
5090
5181
|
}
|
|
5091
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5182
|
+
.quick-setting-panel .setting-row[data-v-459e2f10] {
|
|
5092
5183
|
display: flex;
|
|
5093
5184
|
align-items: center;
|
|
5094
5185
|
justify-content: space-between;
|
|
5095
5186
|
margin-bottom: 8px;
|
|
5096
5187
|
}
|
|
5097
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5188
|
+
.quick-setting-panel .setting-row[data-v-459e2f10]:last-child {
|
|
5098
5189
|
margin-bottom: 0;
|
|
5099
5190
|
}
|
|
5100
|
-
.quick-setting-panel .setting-row .setting-label[data-v-
|
|
5191
|
+
.quick-setting-panel .setting-row .setting-label[data-v-459e2f10] {
|
|
5101
5192
|
font-size: 12px;
|
|
5102
5193
|
color: #606266;
|
|
5103
5194
|
min-width: 35px;
|
|
5104
5195
|
}
|
|
5105
|
-
.quick-setting-panel .setting-row .setting-select[data-v-
|
|
5196
|
+
.quick-setting-panel .setting-row .setting-select[data-v-459e2f10] {
|
|
5106
5197
|
flex: 1;
|
|
5107
5198
|
width: 90px;
|
|
5108
5199
|
}
|
|
5109
|
-
.quick-setting-panel .setting-row .setting-input[data-v-
|
|
5200
|
+
.quick-setting-panel .setting-row .setting-input[data-v-459e2f10] {
|
|
5110
5201
|
flex: 1;
|
|
5111
5202
|
width: 90px;
|
|
5112
5203
|
}
|
|
5113
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5204
|
+
.quick-setting-panel .setting-row[data-v-459e2f10] .el-checkbox {
|
|
5114
5205
|
margin-right: 5px;
|
|
5115
5206
|
}
|
|
5116
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5207
|
+
.quick-setting-panel .setting-row[data-v-459e2f10] .el-checkbox .el-checkbox__label {
|
|
5117
5208
|
padding-left: 5px;
|
|
5118
5209
|
}
|
|
5119
|
-
.grid-draggable-wrapper[data-v-
|
|
5210
|
+
.grid-draggable-wrapper[data-v-459e2f10] {
|
|
5120
5211
|
min-height: 600px;
|
|
5121
5212
|
padding-bottom: 60px;
|
|
5122
5213
|
}
|
|
5123
|
-
.grid-draggable-wrapper[data-v-
|
|
5214
|
+
.grid-draggable-wrapper[data-v-459e2f10] .components-item {
|
|
5124
5215
|
display: none;
|
|
5125
5216
|
}
|
|
5126
|
-
.grid-draggable-wrapper[data-v-
|
|
5217
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item:hover {
|
|
5127
5218
|
z-index: 1;
|
|
5128
5219
|
}
|
|
5129
|
-
.grid-draggable-wrapper[data-v-
|
|
5220
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item--placeholder {
|
|
5130
5221
|
background-color: rgba(64, 158, 255, 0.2);
|
|
5131
5222
|
border: 2px dashed #409eff;
|
|
5132
5223
|
border-radius: 4px;
|
|
5133
5224
|
opacity: 0.5;
|
|
5134
5225
|
pointer-events: none;
|
|
5135
5226
|
}
|
|
5136
|
-
.grid-draggable-wrapper[data-v-
|
|
5227
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item--dragging {
|
|
5137
5228
|
opacity: 0.7;
|
|
5138
5229
|
}
|
|
5139
|
-
.grid-draggable-wrapper[data-v-
|
|
5230
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item--resizing {
|
|
5140
5231
|
background: #f5f7fa;
|
|
5141
5232
|
border: 1px solid #e4e7ed;
|
|
5142
5233
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
5143
5234
|
opacity: 0.7;
|
|
5144
5235
|
border-radius: 4px;
|
|
5145
5236
|
}
|
|
5146
|
-
.grid-draggable-wrapper[data-v-
|
|
5237
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item__resizer {
|
|
5147
5238
|
z-index: 1;
|
|
5148
5239
|
}
|
|
5149
|
-
.grid-draggable-wrapper[data-v-
|
|
5240
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item__resizer:before {
|
|
5150
5241
|
display: none;
|
|
5151
5242
|
border-color: #409eff;
|
|
5152
5243
|
}
|
|
5153
|
-
.grid-draggable-wrapper[data-v-
|
|
5244
|
+
.grid-draggable-wrapper[data-v-459e2f10] .vgl-item:hover .vgl-item__resizer:before {
|
|
5154
5245
|
display: block;
|
|
5155
5246
|
}
|
|
5156
|
-
[data-v-
|
|
5247
|
+
[data-v-459e2f10] .el-divider {
|
|
5157
5248
|
margin: 16px 0;
|
|
5158
5249
|
}
|
|
5159
|
-
[data-v-
|
|
5250
|
+
[data-v-459e2f10] .el-divider .el-divider__text {
|
|
5160
5251
|
color: #adb0b7;
|
|
5161
5252
|
padding: 0 10px;
|
|
5162
5253
|
border-radius: 4px;
|
|
@@ -5710,21 +5801,21 @@ body,
|
|
|
5710
5801
|
outline: none;
|
|
5711
5802
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
5712
5803
|
}
|
|
5713
|
-
.info-icon[data-v-
|
|
5804
|
+
.info-icon[data-v-e00643b1] {
|
|
5714
5805
|
margin-left: 4px;
|
|
5715
5806
|
color: #f5b041;
|
|
5716
5807
|
cursor: help;
|
|
5717
5808
|
font-size: 14px;
|
|
5718
5809
|
}
|
|
5719
|
-
.credit-icon[data-v-
|
|
5810
|
+
.credit-icon[data-v-e00643b1] {
|
|
5720
5811
|
color: #2e8bff;
|
|
5721
5812
|
margin-right: 2px;
|
|
5722
5813
|
}
|
|
5723
|
-
.regulation-icon[data-v-
|
|
5814
|
+
.regulation-icon[data-v-e00643b1] {
|
|
5724
5815
|
color: #f56c6c;
|
|
5725
5816
|
margin-right: 2px;
|
|
5726
5817
|
}
|
|
5727
|
-
[data-v-
|
|
5818
|
+
[data-v-e00643b1] .el-form-item__label {
|
|
5728
5819
|
padding: 0 8px 0 0;
|
|
5729
5820
|
}
|
|
5730
5821
|
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-b7c0507e] {
|