@zscreate/form-component 1.1.41 → 1.1.42
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
|
@@ -2707,11 +2707,11 @@
|
|
|
2707
2707
|
background-size: 100%;
|
|
2708
2708
|
}
|
|
2709
2709
|
|
|
2710
|
-
.sub-table-col[data-v-
|
|
2710
|
+
.sub-table-col[data-v-af7a14d2] {
|
|
2711
2711
|
display: flex;
|
|
2712
2712
|
box-sizing: border-box;
|
|
2713
2713
|
}
|
|
2714
|
-
.sub-table-col > span[data-v-
|
|
2714
|
+
.sub-table-col > span[data-v-af7a14d2] {
|
|
2715
2715
|
flex: 2;
|
|
2716
2716
|
border-bottom: 1px solid #000;
|
|
2717
2717
|
border-right: 1px solid #000;
|
|
@@ -2719,21 +2719,21 @@
|
|
|
2719
2719
|
line-height: 40px;
|
|
2720
2720
|
text-align: center;
|
|
2721
2721
|
}
|
|
2722
|
-
.sub-table-col > .last-one[data-v-
|
|
2722
|
+
.sub-table-col > .last-one[data-v-af7a14d2] {
|
|
2723
2723
|
width: 87px;
|
|
2724
2724
|
flex: 0 0 87px;
|
|
2725
2725
|
border-right: 1px solid #333;
|
|
2726
2726
|
border-bottom: 1px solid #333;
|
|
2727
2727
|
}
|
|
2728
|
-
.sub-table-col-no-border > span[data-v-
|
|
2728
|
+
.sub-table-col-no-border > span[data-v-af7a14d2] {
|
|
2729
2729
|
border: none;
|
|
2730
2730
|
height: auto;
|
|
2731
2731
|
}
|
|
2732
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
2733
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
2732
|
+
.sub-table-col-no-border > .sub-table-title[data-v-af7a14d2]:last-child,
|
|
2733
|
+
.sub-table-col-no-border > .sub-table-item[data-v-af7a14d2]:last-child {
|
|
2734
2734
|
border-right: none !important;
|
|
2735
2735
|
}
|
|
2736
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
2736
|
+
.sub-table-col-no-border > .last-one[data-v-af7a14d2] {
|
|
2737
2737
|
width: 87px;
|
|
2738
2738
|
flex: 0 0 87px;
|
|
2739
2739
|
display: flex;
|