@zscreate/form-component 1.1.669 → 1.1.676
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/form-component.css +89 -11
- package/dist/form-component.umd.js +39788 -39154
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -2788,18 +2788,22 @@ li.CodeMirror-hint-active {
|
|
|
2788
2788
|
}
|
|
2789
2789
|
|
|
2790
2790
|
|
|
2791
|
-
[data-v-
|
|
2791
|
+
[data-v-1106030a] .ant-form-item .ant-form-item-control-wrapper:first-child {
|
|
2792
2792
|
width: calc(100% - 0px) !important;
|
|
2793
2793
|
}
|
|
2794
|
-
[data-v-
|
|
2794
|
+
[data-v-1106030a] .ant-form-item .ant-form-item-label {
|
|
2795
2795
|
border-bottom: 1px solid #e6e6e6;
|
|
2796
2796
|
}
|
|
2797
|
-
.custom_form_item_special[data-v-
|
|
2797
|
+
.custom_form_item_special[data-v-1106030a] .ant-form-item .ant-form-item-control-wrapper:first-child > .ant-form-item-control {
|
|
2798
2798
|
width: 100%;
|
|
2799
2799
|
}
|
|
2800
|
-
.computedBorder > div[data-v-
|
|
2800
|
+
.computedBorder > div[data-v-1106030a] {
|
|
2801
2801
|
height: 100%;
|
|
2802
2802
|
}
|
|
2803
|
+
.computedBorder .needBorder[data-v-1106030a] {
|
|
2804
|
+
border-right: 1px solid #d1d2d6;
|
|
2805
|
+
border-bottom: 1px solid #d1d2d6;
|
|
2806
|
+
}
|
|
2803
2807
|
|
|
2804
2808
|
|
|
2805
2809
|
[data-v-839fa73e] .ant-btn-icon-only > i {
|
|
@@ -5067,11 +5071,25 @@ div {
|
|
|
5067
5071
|
background-size: 100%;
|
|
5068
5072
|
}
|
|
5069
5073
|
|
|
5070
|
-
.
|
|
5074
|
+
.auto-scroll-container[data-v-5a08f966] {
|
|
5075
|
+
overflow: hidden;
|
|
5076
|
+
white-space: nowrap;
|
|
5077
|
+
position: relative;
|
|
5078
|
+
}
|
|
5079
|
+
.auto-scroll-container .scroll-text[data-v-5a08f966] {
|
|
5080
|
+
display: inline-block;
|
|
5081
|
+
white-space: nowrap;
|
|
5082
|
+
transform: translateX(0);
|
|
5083
|
+
}
|
|
5084
|
+
.auto-scroll-container .scroll-text.scrolling[data-v-5a08f966] {
|
|
5085
|
+
transition: transform linear;
|
|
5086
|
+
}
|
|
5087
|
+
|
|
5088
|
+
.sub-table-col[data-v-9b717926] {
|
|
5071
5089
|
display: flex;
|
|
5072
5090
|
box-sizing: border-box;
|
|
5073
5091
|
}
|
|
5074
|
-
.sub-table-col > span[data-v-
|
|
5092
|
+
.sub-table-col > span[data-v-9b717926] {
|
|
5075
5093
|
flex: 2;
|
|
5076
5094
|
border-bottom: 1px solid #000;
|
|
5077
5095
|
border-right: 1px solid #000;
|
|
@@ -5079,22 +5097,22 @@ div {
|
|
|
5079
5097
|
line-height: 40px;
|
|
5080
5098
|
text-align: center;
|
|
5081
5099
|
}
|
|
5082
|
-
.sub-table-col > .last-one[data-v-
|
|
5100
|
+
.sub-table-col > .last-one[data-v-9b717926] {
|
|
5083
5101
|
width: 87px;
|
|
5084
5102
|
flex: 0 0 87px;
|
|
5085
5103
|
border-right: 1px solid #333;
|
|
5086
5104
|
border-bottom: 1px solid #333;
|
|
5087
5105
|
}
|
|
5088
|
-
.sub-table-col-no-border > span[data-v-
|
|
5106
|
+
.sub-table-col-no-border > span[data-v-9b717926] {
|
|
5089
5107
|
border: none;
|
|
5090
5108
|
height: auto;
|
|
5091
5109
|
width: 0;
|
|
5092
5110
|
}
|
|
5093
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5094
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5111
|
+
.sub-table-col-no-border > .sub-table-title[data-v-9b717926]:last-child,
|
|
5112
|
+
.sub-table-col-no-border > .sub-table-item[data-v-9b717926]:last-child {
|
|
5095
5113
|
border-right: none !important;
|
|
5096
5114
|
}
|
|
5097
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5115
|
+
.sub-table-col-no-border > .last-one[data-v-9b717926] {
|
|
5098
5116
|
width: 87px;
|
|
5099
5117
|
flex: 0 0 87px;
|
|
5100
5118
|
display: flex;
|
|
@@ -8226,6 +8244,66 @@ div {
|
|
|
8226
8244
|
background: rgba(24, 144, 255, 0.6);
|
|
8227
8245
|
}
|
|
8228
8246
|
|
|
8247
|
+
.ai-fill-form .form-item[data-v-8c9a5f54] {
|
|
8248
|
+
margin-bottom: 20px;
|
|
8249
|
+
}
|
|
8250
|
+
.ai-fill-form .form-item .label[data-v-8c9a5f54] {
|
|
8251
|
+
font-size: 14px;
|
|
8252
|
+
color: #333;
|
|
8253
|
+
margin-bottom: 8px;
|
|
8254
|
+
font-weight: 500;
|
|
8255
|
+
}
|
|
8256
|
+
.ai-fill-form .progress-info[data-v-8c9a5f54] {
|
|
8257
|
+
margin-bottom: 20px;
|
|
8258
|
+
}
|
|
8259
|
+
.ai-fill-form .progress-info .progress-text[data-v-8c9a5f54] {
|
|
8260
|
+
margin-top: 8px;
|
|
8261
|
+
font-size: 13px;
|
|
8262
|
+
color: #666;
|
|
8263
|
+
text-align: center;
|
|
8264
|
+
}
|
|
8265
|
+
.ai-fill-form .result-list[data-v-8c9a5f54] {
|
|
8266
|
+
margin-bottom: 20px;
|
|
8267
|
+
padding: 16px;
|
|
8268
|
+
background: #f5f5f5;
|
|
8269
|
+
border-radius: 4px;
|
|
8270
|
+
max-height: 300px;
|
|
8271
|
+
overflow-y: auto;
|
|
8272
|
+
}
|
|
8273
|
+
.ai-fill-form .result-list .result-title[data-v-8c9a5f54] {
|
|
8274
|
+
font-size: 14px;
|
|
8275
|
+
font-weight: 500;
|
|
8276
|
+
color: #333;
|
|
8277
|
+
margin-bottom: 12px;
|
|
8278
|
+
}
|
|
8279
|
+
.ai-fill-form .result-list .result-item[data-v-8c9a5f54] {
|
|
8280
|
+
padding: 8px 0;
|
|
8281
|
+
border-bottom: 1px dashed #e0e0e0;
|
|
8282
|
+
font-size: 13px;
|
|
8283
|
+
}
|
|
8284
|
+
.ai-fill-form .result-list .result-item[data-v-8c9a5f54]:last-child {
|
|
8285
|
+
border-bottom: none;
|
|
8286
|
+
}
|
|
8287
|
+
.ai-fill-form .result-list .result-item .field-name[data-v-8c9a5f54] {
|
|
8288
|
+
color: #666;
|
|
8289
|
+
margin-right: 8px;
|
|
8290
|
+
}
|
|
8291
|
+
.ai-fill-form .result-list .result-item .field-value[data-v-8c9a5f54] {
|
|
8292
|
+
color: #1890ff;
|
|
8293
|
+
font-weight: 500;
|
|
8294
|
+
}
|
|
8295
|
+
.ai-fill-form .result-list .result-item .field-value.empty-value[data-v-8c9a5f54] {
|
|
8296
|
+
color: #999;
|
|
8297
|
+
font-style: italic;
|
|
8298
|
+
}
|
|
8299
|
+
.ai-fill-form .footer-btns[data-v-8c9a5f54] {
|
|
8300
|
+
display: flex;
|
|
8301
|
+
justify-content: flex-end;
|
|
8302
|
+
gap: 10px;
|
|
8303
|
+
padding-top: 16px;
|
|
8304
|
+
border-top: 1px solid #e8e8e8;
|
|
8305
|
+
}
|
|
8306
|
+
|
|
8229
8307
|
.cm-s-eclipse span.cm-meta { color: #FF1717; }
|
|
8230
8308
|
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
|
|
8231
8309
|
.cm-s-eclipse span.cm-atom { color: #219; }
|