@zscreate/form-component 1.1.448 → 1.1.450
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 +5 -5
- package/dist/form-component.umd.js +603 -562
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1446,16 +1446,16 @@ dd[data-v-32725f57] {
|
|
|
1446
1446
|
margin-right: 4px;
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
|
-
.custom_form_item .label[data-v-
|
|
1449
|
+
.custom_form_item .label[data-v-968e506c] {
|
|
1450
1450
|
text-align: justify;
|
|
1451
1451
|
-moz-text-align-last: justify;
|
|
1452
1452
|
text-align-last: justify;
|
|
1453
1453
|
width: 90%;
|
|
1454
1454
|
}
|
|
1455
|
-
.custom_form_item[data-v-
|
|
1455
|
+
.custom_form_item[data-v-968e506c] .ant-input {
|
|
1456
1456
|
background-color: rgba(0, 0, 0, 0);
|
|
1457
1457
|
}
|
|
1458
|
-
.select_component[data-v-
|
|
1458
|
+
.select_component[data-v-968e506c] .ant-select-dropdown {
|
|
1459
1459
|
width: var(--dropdown_width) !important;
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
@@ -3252,10 +3252,10 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3252
3252
|
|
|
3253
3253
|
|
|
3254
3254
|
|
|
3255
|
-
.table-page-search-wrapper[data-v-
|
|
3255
|
+
.table-page-search-wrapper[data-v-5dd444e7] {
|
|
3256
3256
|
margin-bottom: 20px;
|
|
3257
3257
|
}
|
|
3258
|
-
[data-v-
|
|
3258
|
+
[data-v-5dd444e7] .ant-col.ant-form-item-control-wrapper {
|
|
3259
3259
|
width: 100%;
|
|
3260
3260
|
}
|
|
3261
3261
|
|