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