@zscreate/form-component 1.1.9 → 1.1.11
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,36 +2618,36 @@
|
|
|
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
|
}
|
|
2643
2643
|
|
|
2644
2644
|
/***label对齐方式 */
|
|
2645
|
-
[data-v-
|
|
2645
|
+
[data-v-8f39fcf4] .custom_form_item .break {
|
|
2646
2646
|
white-space: normal;
|
|
2647
2647
|
word-break: break-all;
|
|
2648
2648
|
word-wrap: break-word;
|
|
2649
2649
|
}
|
|
2650
|
-
[data-v-
|
|
2650
|
+
[data-v-8f39fcf4] .custom_form_item .align-between {
|
|
2651
2651
|
white-space: normal;
|
|
2652
2652
|
word-break: break-all;
|
|
2653
2653
|
word-wrap: break-word;
|
|
@@ -2656,28 +2656,28 @@
|
|
|
2656
2656
|
text-align-last: justify;
|
|
2657
2657
|
width: 80%;
|
|
2658
2658
|
}
|
|
2659
|
-
[data-v-
|
|
2659
|
+
[data-v-8f39fcf4] .custom_form_item .align-middle {
|
|
2660
2660
|
white-space: normal;
|
|
2661
2661
|
word-break: break-all;
|
|
2662
2662
|
word-wrap: break-word;
|
|
2663
2663
|
text-align: center;
|
|
2664
2664
|
width: 80%;
|
|
2665
2665
|
}
|
|
2666
|
-
[data-v-
|
|
2666
|
+
[data-v-8f39fcf4] .custom_form_item .align-left {
|
|
2667
2667
|
white-space: normal;
|
|
2668
2668
|
word-break: break-all;
|
|
2669
2669
|
word-wrap: break-word;
|
|
2670
2670
|
text-align: left;
|
|
2671
2671
|
width: 80%;
|
|
2672
2672
|
}
|
|
2673
|
-
[data-v-
|
|
2673
|
+
[data-v-8f39fcf4] .custom_form_item .align-right {
|
|
2674
2674
|
white-space: normal;
|
|
2675
2675
|
word-break: break-all;
|
|
2676
2676
|
word-wrap: break-word;
|
|
2677
2677
|
text-align: right;
|
|
2678
2678
|
width: 80%;
|
|
2679
2679
|
}
|
|
2680
|
-
[data-v-
|
|
2680
|
+
[data-v-8f39fcf4] .custom_form_item .align-center {
|
|
2681
2681
|
white-space: normal;
|
|
2682
2682
|
word-break: break-all;
|
|
2683
2683
|
word-wrap: break-word;
|
|
@@ -2686,15 +2686,15 @@
|
|
|
2686
2686
|
}
|
|
2687
2687
|
/***label对齐方式 */
|
|
2688
2688
|
/*****公共boder ****/
|
|
2689
|
-
[data-v-
|
|
2689
|
+
[data-v-8f39fcf4] .ant-form-item-control-wrapper {
|
|
2690
2690
|
border-right: 1px solid #000;
|
|
2691
2691
|
border-bottom: 1px solid #000;
|
|
2692
2692
|
}
|
|
2693
|
-
[data-v-
|
|
2693
|
+
[data-v-8f39fcf4] .ant-form-item-label {
|
|
2694
2694
|
border-bottom: 1px solid #000;
|
|
2695
2695
|
}
|
|
2696
2696
|
/*****公共boder ****/
|
|
2697
|
-
.correction[data-v-
|
|
2697
|
+
.correction[data-v-8f39fcf4] {
|
|
2698
2698
|
display: block;
|
|
2699
2699
|
position: absolute;
|
|
2700
2700
|
right: 1px;
|