@zscreate/form-component 1.1.625 → 1.1.627
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 +10 -10
- package/dist/form-component.umd.js +49423 -49420
- package/package.json +1 -1
package/dist/form-component.css
CHANGED
|
@@ -1250,15 +1250,15 @@ dd[data-v-f7c20cf8] {
|
|
|
1250
1250
|
vertical-align: -2px;
|
|
1251
1251
|
}
|
|
1252
1252
|
|
|
1253
|
-
.is_required[data-v-
|
|
1253
|
+
.is_required[data-v-10785559]::before {
|
|
1254
1254
|
content: "*";
|
|
1255
1255
|
color: #f56c6c;
|
|
1256
1256
|
margin-right: 4px;
|
|
1257
1257
|
}
|
|
1258
|
-
[data-v-
|
|
1258
|
+
[data-v-10785559] .ant-input {
|
|
1259
1259
|
background-color: rgba(0, 0, 0, 0);
|
|
1260
1260
|
}
|
|
1261
|
-
[data-v-
|
|
1261
|
+
[data-v-10785559] .ant-input-number {
|
|
1262
1262
|
width: 100%;
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
@@ -4851,11 +4851,11 @@ div {
|
|
|
4851
4851
|
background-size: 100%;
|
|
4852
4852
|
}
|
|
4853
4853
|
|
|
4854
|
-
.sub-table-col[data-v-
|
|
4854
|
+
.sub-table-col[data-v-06eb3a64] {
|
|
4855
4855
|
display: flex;
|
|
4856
4856
|
box-sizing: border-box;
|
|
4857
4857
|
}
|
|
4858
|
-
.sub-table-col > span[data-v-
|
|
4858
|
+
.sub-table-col > span[data-v-06eb3a64] {
|
|
4859
4859
|
flex: 2;
|
|
4860
4860
|
border-bottom: 1px solid #000;
|
|
4861
4861
|
border-right: 1px solid #000;
|
|
@@ -4863,22 +4863,22 @@ div {
|
|
|
4863
4863
|
line-height: 40px;
|
|
4864
4864
|
text-align: center;
|
|
4865
4865
|
}
|
|
4866
|
-
.sub-table-col > .last-one[data-v-
|
|
4866
|
+
.sub-table-col > .last-one[data-v-06eb3a64] {
|
|
4867
4867
|
width: 87px;
|
|
4868
4868
|
flex: 0 0 87px;
|
|
4869
4869
|
border-right: 1px solid #333;
|
|
4870
4870
|
border-bottom: 1px solid #333;
|
|
4871
4871
|
}
|
|
4872
|
-
.sub-table-col-no-border > span[data-v-
|
|
4872
|
+
.sub-table-col-no-border > span[data-v-06eb3a64] {
|
|
4873
4873
|
border: none;
|
|
4874
4874
|
height: auto;
|
|
4875
4875
|
width: 0;
|
|
4876
4876
|
}
|
|
4877
|
-
.sub-table-col-no-border > .sub-table-title[data-v-
|
|
4878
|
-
.sub-table-col-no-border > .sub-table-item[data-v-
|
|
4877
|
+
.sub-table-col-no-border > .sub-table-title[data-v-06eb3a64]:last-child,
|
|
4878
|
+
.sub-table-col-no-border > .sub-table-item[data-v-06eb3a64]:last-child {
|
|
4879
4879
|
border-right: none !important;
|
|
4880
4880
|
}
|
|
4881
|
-
.sub-table-col-no-border > .last-one[data-v-
|
|
4881
|
+
.sub-table-col-no-border > .last-one[data-v-06eb3a64] {
|
|
4882
4882
|
width: 87px;
|
|
4883
4883
|
flex: 0 0 87px;
|
|
4884
4884
|
display: flex;
|