@zscreate/form-component 1.1.178 → 1.1.179
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
CHANGED
|
@@ -5793,6 +5793,9 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
5793
5793
|
.sortable-chosen {
|
|
5794
5794
|
border-right: 1px solid #ccc !important;
|
|
5795
5795
|
}
|
|
5796
|
+
.has-error .ant-input {
|
|
5797
|
+
border: 1px solid #f5222d !important;
|
|
5798
|
+
}
|
|
5796
5799
|
.widget-form-list li.sortable-chosen {
|
|
5797
5800
|
height: 5px !important;
|
|
5798
5801
|
overflow: hidden !important;
|
|
@@ -5843,7 +5846,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
5843
5846
|
color: #000;
|
|
5844
5847
|
}
|
|
5845
5848
|
.layout-input-all-setting .ant-input[disabled] {
|
|
5846
|
-
border: 0
|
|
5849
|
+
border: 0 ;
|
|
5847
5850
|
background-color: rgba(0, 0, 0, 0) !important;
|
|
5848
5851
|
color: #333;
|
|
5849
5852
|
}
|