@zscreate/form-component 1.1.670 → 1.1.677
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 +68 -4
- package/dist/form-component.umd.js +39716 -39406
- 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 {
|
|
@@ -8240,6 +8244,66 @@ div {
|
|
|
8240
8244
|
background: rgba(24, 144, 255, 0.6);
|
|
8241
8245
|
}
|
|
8242
8246
|
|
|
8247
|
+
.ai-fill-form .form-item[data-v-4ef187f3] {
|
|
8248
|
+
margin-bottom: 20px;
|
|
8249
|
+
}
|
|
8250
|
+
.ai-fill-form .form-item .label[data-v-4ef187f3] {
|
|
8251
|
+
font-size: 14px;
|
|
8252
|
+
color: #333;
|
|
8253
|
+
margin-bottom: 8px;
|
|
8254
|
+
font-weight: 500;
|
|
8255
|
+
}
|
|
8256
|
+
.ai-fill-form .progress-info[data-v-4ef187f3] {
|
|
8257
|
+
margin-bottom: 20px;
|
|
8258
|
+
}
|
|
8259
|
+
.ai-fill-form .progress-info .progress-text[data-v-4ef187f3] {
|
|
8260
|
+
margin-top: 8px;
|
|
8261
|
+
font-size: 13px;
|
|
8262
|
+
color: #666;
|
|
8263
|
+
text-align: center;
|
|
8264
|
+
}
|
|
8265
|
+
.ai-fill-form .result-list[data-v-4ef187f3] {
|
|
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-4ef187f3] {
|
|
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-4ef187f3] {
|
|
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-4ef187f3]:last-child {
|
|
8285
|
+
border-bottom: none;
|
|
8286
|
+
}
|
|
8287
|
+
.ai-fill-form .result-list .result-item .field-name[data-v-4ef187f3] {
|
|
8288
|
+
color: #666;
|
|
8289
|
+
margin-right: 8px;
|
|
8290
|
+
}
|
|
8291
|
+
.ai-fill-form .result-list .result-item .field-value[data-v-4ef187f3] {
|
|
8292
|
+
color: #1890ff;
|
|
8293
|
+
font-weight: 500;
|
|
8294
|
+
}
|
|
8295
|
+
.ai-fill-form .result-list .result-item .field-value.empty-value[data-v-4ef187f3] {
|
|
8296
|
+
color: #999;
|
|
8297
|
+
font-style: italic;
|
|
8298
|
+
}
|
|
8299
|
+
.ai-fill-form .footer-btns[data-v-4ef187f3] {
|
|
8300
|
+
display: flex;
|
|
8301
|
+
justify-content: flex-end;
|
|
8302
|
+
gap: 10px;
|
|
8303
|
+
padding-top: 16px;
|
|
8304
|
+
border-top: 1px solid #e8e8e8;
|
|
8305
|
+
}
|
|
8306
|
+
|
|
8243
8307
|
.cm-s-eclipse span.cm-meta { color: #FF1717; }
|
|
8244
8308
|
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
|
|
8245
8309
|
.cm-s-eclipse span.cm-atom { color: #219; }
|