@zscreate/form-component 1.1.87-beta.10 → 1.1.87-beta.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
|
@@ -2905,11 +2905,11 @@
|
|
|
2905
2905
|
background-size: 100%;
|
|
2906
2906
|
}
|
|
2907
2907
|
|
|
2908
|
-
.sub-table-col[data-v-
|
|
2908
|
+
.sub-table-col[data-v-1a7c21b6] {
|
|
2909
2909
|
display: flex;
|
|
2910
2910
|
box-sizing: border-box;
|
|
2911
2911
|
}
|
|
2912
|
-
.sub-table-col > span[data-v-
|
|
2912
|
+
.sub-table-col > span[data-v-1a7c21b6] {
|
|
2913
2913
|
flex: 2;
|
|
2914
2914
|
border-bottom: 1px solid #000;
|
|
2915
2915
|
border-right: 1px solid #000;
|
|
@@ -2917,21 +2917,22 @@
|
|
|
2917
2917
|
line-height: 40px;
|
|
2918
2918
|
text-align: center;
|
|
2919
2919
|
}
|
|
2920
|
-
.sub-table-col > .last-one[data-v-
|
|
2920
|
+
.sub-table-col > .last-one[data-v-1a7c21b6] {
|
|
2921
2921
|
width: 87px;
|
|
2922
2922
|
flex: 0 0 87px;
|
|
2923
2923
|
border-right: 1px solid #333;
|
|
2924
2924
|
border-bottom: 1px solid #333;
|
|
2925
2925
|
}
|
|
2926
|
-
.sub-table-col-no-border > span[data-v-
|
|
2926
|
+
.sub-table-col-no-border > span[data-v-1a7c21b6] {
|
|
2927
2927
|
border: none;
|
|
2928
2928
|
height: auto;
|
|
2929
|
+
width: 0;
|
|
2929
2930
|
}
|
|
2930
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2931
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
2931
|
+
.sub-table-col-no-border > .sub-table-title[data-v-1a7c21b6]:last-child,
|
|
2932
|
+
.sub-table-col-no-border > .sub-table-item[data-v-1a7c21b6]:last-child {
|
|
2932
2933
|
border-right: none !important;
|
|
2933
2934
|
}
|
|
2934
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2935
|
+
.sub-table-col-no-border > .last-one[data-v-1a7c21b6] {
|
|
2935
2936
|
width: 87px;
|
|
2936
2937
|
flex: 0 0 87px;
|
|
2937
2938
|
display: flex;
|