@zscreate/form-component 1.1.24 → 1.1.25
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
|
@@ -1938,18 +1938,18 @@
|
|
|
1938
1938
|
}
|
|
1939
1939
|
|
|
1940
1940
|
|
|
1941
|
-
[data-v-
|
|
1941
|
+
[data-v-2951a80e] .ant-form-item-children {
|
|
1942
1942
|
position: relative;
|
|
1943
1943
|
height: 100%;
|
|
1944
1944
|
}
|
|
1945
|
-
.name-sign-img[data-v-
|
|
1945
|
+
.name-sign-img[data-v-2951a80e] {
|
|
1946
1946
|
width: 100%;
|
|
1947
1947
|
height: 100%;
|
|
1948
1948
|
display: flex;
|
|
1949
1949
|
align-items: center;
|
|
1950
1950
|
justify-content: center;
|
|
1951
1951
|
}
|
|
1952
|
-
.name-sign-img > span[data-v-
|
|
1952
|
+
.name-sign-img > span[data-v-2951a80e] {
|
|
1953
1953
|
text-align: left;
|
|
1954
1954
|
width: 100%;
|
|
1955
1955
|
}
|
|
@@ -2643,12 +2643,12 @@
|
|
|
2643
2643
|
}
|
|
2644
2644
|
|
|
2645
2645
|
/***label对齐方式 */
|
|
2646
|
-
[data-v-
|
|
2646
|
+
[data-v-3657d126] .custom_form_item .break {
|
|
2647
2647
|
white-space: normal;
|
|
2648
2648
|
word-break: break-all;
|
|
2649
2649
|
word-wrap: break-word;
|
|
2650
2650
|
}
|
|
2651
|
-
[data-v-
|
|
2651
|
+
[data-v-3657d126] .custom_form_item .align-between {
|
|
2652
2652
|
white-space: normal;
|
|
2653
2653
|
word-break: break-all;
|
|
2654
2654
|
word-wrap: break-word;
|
|
@@ -2657,28 +2657,28 @@
|
|
|
2657
2657
|
text-align-last: justify;
|
|
2658
2658
|
width: 80%;
|
|
2659
2659
|
}
|
|
2660
|
-
[data-v-
|
|
2660
|
+
[data-v-3657d126] .custom_form_item .align-middle {
|
|
2661
2661
|
white-space: normal;
|
|
2662
2662
|
word-break: break-all;
|
|
2663
2663
|
word-wrap: break-word;
|
|
2664
2664
|
text-align: center;
|
|
2665
2665
|
width: 80%;
|
|
2666
2666
|
}
|
|
2667
|
-
[data-v-
|
|
2667
|
+
[data-v-3657d126] .custom_form_item .align-left {
|
|
2668
2668
|
white-space: normal;
|
|
2669
2669
|
word-break: break-all;
|
|
2670
2670
|
word-wrap: break-word;
|
|
2671
2671
|
text-align: left;
|
|
2672
2672
|
width: 80%;
|
|
2673
2673
|
}
|
|
2674
|
-
[data-v-
|
|
2674
|
+
[data-v-3657d126] .custom_form_item .align-right {
|
|
2675
2675
|
white-space: normal;
|
|
2676
2676
|
word-break: break-all;
|
|
2677
2677
|
word-wrap: break-word;
|
|
2678
2678
|
text-align: right;
|
|
2679
2679
|
width: 80%;
|
|
2680
2680
|
}
|
|
2681
|
-
[data-v-
|
|
2681
|
+
[data-v-3657d126] .custom_form_item .align-center {
|
|
2682
2682
|
white-space: normal;
|
|
2683
2683
|
word-break: break-all;
|
|
2684
2684
|
word-wrap: break-word;
|
|
@@ -2687,15 +2687,15 @@
|
|
|
2687
2687
|
}
|
|
2688
2688
|
/***label对齐方式 */
|
|
2689
2689
|
/*****公共boder ****/
|
|
2690
|
-
[data-v-
|
|
2690
|
+
[data-v-3657d126] .ant-form-item-control-wrapper {
|
|
2691
2691
|
border-right: 1px solid #000;
|
|
2692
2692
|
border-bottom: 1px solid #000;
|
|
2693
2693
|
}
|
|
2694
|
-
[data-v-
|
|
2694
|
+
[data-v-3657d126] .ant-form-item-label {
|
|
2695
2695
|
border-bottom: 1px solid #000;
|
|
2696
2696
|
}
|
|
2697
2697
|
/*****公共boder ****/
|
|
2698
|
-
.correction[data-v-
|
|
2698
|
+
.correction[data-v-3657d126] {
|
|
2699
2699
|
display: block;
|
|
2700
2700
|
position: absolute;
|
|
2701
2701
|
right: 1px;
|