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