@zscreate/form-component 1.1.162 → 1.1.164
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
|
@@ -3132,25 +3132,27 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3132
3132
|
}
|
|
3133
3133
|
|
|
3134
3134
|
|
|
3135
|
-
[data-v-
|
|
3135
|
+
[data-v-da7fecf8] .ant-form-item-control-wrapper {
|
|
3136
3136
|
border: none !important;
|
|
3137
|
+
background-color: initial!important;
|
|
3137
3138
|
}
|
|
3138
|
-
[data-v-
|
|
3139
|
+
[data-v-da7fecf8] .ant-form-item {
|
|
3139
3140
|
display: flex;
|
|
3140
3141
|
}
|
|
3141
|
-
[data-v-
|
|
3142
|
+
[data-v-da7fecf8] .ant-form-item-label {
|
|
3142
3143
|
border: none !important;
|
|
3144
|
+
background-color: initial!important;
|
|
3143
3145
|
}
|
|
3144
|
-
[data-v-
|
|
3146
|
+
[data-v-da7fecf8] .custom_form_item .ant-form-item {
|
|
3145
3147
|
margin-bottom: 0;
|
|
3146
3148
|
}
|
|
3147
|
-
[data-v-
|
|
3149
|
+
[data-v-da7fecf8] .custom_form_item .ant-form-item > .ant-form-item-label {
|
|
3148
3150
|
width: 100px !important;
|
|
3149
3151
|
}
|
|
3150
|
-
[data-v-
|
|
3152
|
+
[data-v-da7fecf8] .custom_form_item .ant-form-item > .ant-form-item-control-wrapper {
|
|
3151
3153
|
width: calc(100% - 100px) !important;
|
|
3152
3154
|
}
|
|
3153
|
-
[data-v-
|
|
3155
|
+
[data-v-da7fecf8] .ant-form-item,[data-v-da7fecf8] .custom_form_item {
|
|
3154
3156
|
height: -moz-max-content !important;
|
|
3155
3157
|
height: max-content !important;
|
|
3156
3158
|
}
|