@zscreate/form-component 1.1.9 → 1.1.10
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
|
@@ -2618,25 +2618,25 @@
|
|
|
2618
2618
|
}
|
|
2619
2619
|
|
|
2620
2620
|
|
|
2621
|
-
[data-v-
|
|
2621
|
+
[data-v-2674cdf4] .ant-form-item-control-wrapper {
|
|
2622
2622
|
border: none !important;
|
|
2623
2623
|
}
|
|
2624
|
-
[data-v-
|
|
2624
|
+
[data-v-2674cdf4] .ant-form-item {
|
|
2625
2625
|
display: flex;
|
|
2626
2626
|
}
|
|
2627
|
-
[data-v-
|
|
2627
|
+
[data-v-2674cdf4] .ant-form-item-label {
|
|
2628
2628
|
border: none !important;
|
|
2629
2629
|
}
|
|
2630
|
-
[data-v-
|
|
2630
|
+
[data-v-2674cdf4] .custom_form_item .ant-form-item {
|
|
2631
2631
|
margin-bottom: 0;
|
|
2632
2632
|
}
|
|
2633
|
-
[data-v-
|
|
2633
|
+
[data-v-2674cdf4] .custom_form_item .ant-form-item > .ant-form-item-label {
|
|
2634
2634
|
width: 100px !important;
|
|
2635
2635
|
}
|
|
2636
|
-
[data-v-
|
|
2636
|
+
[data-v-2674cdf4] .custom_form_item .ant-form-item > .ant-form-item-control-wrapper {
|
|
2637
2637
|
width: calc(100% - 100px) !important;
|
|
2638
2638
|
}
|
|
2639
|
-
[data-v-
|
|
2639
|
+
[data-v-2674cdf4] .ant-form-item,[data-v-2674cdf4] .custom_form_item {
|
|
2640
2640
|
height: -moz-max-content !important;
|
|
2641
2641
|
height: max-content !important;
|
|
2642
2642
|
}
|