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