@zscreate/form-component 1.1.668 → 1.1.670
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 +22 -8
- package/dist/form-component.umd.js +98861 -98531
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -3747,7 +3747,7 @@ span.CodeMirror-selectedtext { background: none; }
|
|
|
3747
3747
|
}
|
|
3748
3748
|
|
|
3749
3749
|
|
|
3750
|
-
[data-v-
|
|
3750
|
+
[data-v-5c11f30e] .ant-select-selection__rendered::after {
|
|
3751
3751
|
content: "";
|
|
3752
3752
|
display: none;
|
|
3753
3753
|
height: 0;
|
|
@@ -5067,11 +5067,25 @@ div {
|
|
|
5067
5067
|
background-size: 100%;
|
|
5068
5068
|
}
|
|
5069
5069
|
|
|
5070
|
-
.
|
|
5070
|
+
.auto-scroll-container[data-v-5a08f966] {
|
|
5071
|
+
overflow: hidden;
|
|
5072
|
+
white-space: nowrap;
|
|
5073
|
+
position: relative;
|
|
5074
|
+
}
|
|
5075
|
+
.auto-scroll-container .scroll-text[data-v-5a08f966] {
|
|
5076
|
+
display: inline-block;
|
|
5077
|
+
white-space: nowrap;
|
|
5078
|
+
transform: translateX(0);
|
|
5079
|
+
}
|
|
5080
|
+
.auto-scroll-container .scroll-text.scrolling[data-v-5a08f966] {
|
|
5081
|
+
transition: transform linear;
|
|
5082
|
+
}
|
|
5083
|
+
|
|
5084
|
+
.sub-table-col[data-v-9b717926] {
|
|
5071
5085
|
display: flex;
|
|
5072
5086
|
box-sizing: border-box;
|
|
5073
5087
|
}
|
|
5074
|
-
.sub-table-col > span[data-v-
|
|
5088
|
+
.sub-table-col > span[data-v-9b717926] {
|
|
5075
5089
|
flex: 2;
|
|
5076
5090
|
border-bottom: 1px solid #000;
|
|
5077
5091
|
border-right: 1px solid #000;
|
|
@@ -5079,22 +5093,22 @@ div {
|
|
|
5079
5093
|
line-height: 40px;
|
|
5080
5094
|
text-align: center;
|
|
5081
5095
|
}
|
|
5082
|
-
.sub-table-col > .last-one[data-v-
|
|
5096
|
+
.sub-table-col > .last-one[data-v-9b717926] {
|
|
5083
5097
|
width: 87px;
|
|
5084
5098
|
flex: 0 0 87px;
|
|
5085
5099
|
border-right: 1px solid #333;
|
|
5086
5100
|
border-bottom: 1px solid #333;
|
|
5087
5101
|
}
|
|
5088
|
-
.sub-table-col-no-border > span[data-v-
|
|
5102
|
+
.sub-table-col-no-border > span[data-v-9b717926] {
|
|
5089
5103
|
border: none;
|
|
5090
5104
|
height: auto;
|
|
5091
5105
|
width: 0;
|
|
5092
5106
|
}
|
|
5093
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
5094
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
5107
|
+
.sub-table-col-no-border > .sub-table-title[data-v-9b717926]:last-child,
|
|
5108
|
+
.sub-table-col-no-border > .sub-table-item[data-v-9b717926]:last-child {
|
|
5095
5109
|
border-right: none !important;
|
|
5096
5110
|
}
|
|
5097
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
5111
|
+
.sub-table-col-no-border > .last-one[data-v-9b717926] {
|
|
5098
5112
|
width: 87px;
|
|
5099
5113
|
flex: 0 0 87px;
|
|
5100
5114
|
display: flex;
|