@zscreate/form-component 1.1.660 → 1.1.662
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 +3 -3
- package/dist/form-component.umd.js +142615 -142556
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1863,16 +1863,16 @@ li.CodeMirror-hint-active {
|
|
|
1863
1863
|
margin-right: 4px;
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
|
-
.custom_form_item .label[data-v-
|
|
1866
|
+
.custom_form_item .label[data-v-3e4df89e] {
|
|
1867
1867
|
text-align: justify;
|
|
1868
1868
|
-moz-text-align-last: justify;
|
|
1869
1869
|
text-align-last: justify;
|
|
1870
1870
|
width: 90%;
|
|
1871
1871
|
}
|
|
1872
|
-
.custom_form_item[data-v-
|
|
1872
|
+
.custom_form_item[data-v-3e4df89e] .ant-input {
|
|
1873
1873
|
background-color: rgba(0, 0, 0, 0);
|
|
1874
1874
|
}
|
|
1875
|
-
.select_component[data-v-
|
|
1875
|
+
.select_component[data-v-3e4df89e] .ant-select-dropdown {
|
|
1876
1876
|
width: var(--dropdown_width) !important;
|
|
1877
1877
|
}
|
|
1878
1878
|
|