@zscreate/form-component 1.1.50 → 1.1.53
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 -13
- package/dist/form-component.umd-report.html +2 -2
- package/dist/form-component.umd.js +123 -76
- package/package.json +3 -2
package/dist/form-component.css
CHANGED
|
@@ -310,11 +310,11 @@
|
|
|
310
310
|
min-height: 32px !important;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
.content .left[data-v-
|
|
313
|
+
.content .left[data-v-ca3916d2] {
|
|
314
314
|
width: 90%;
|
|
315
315
|
border-right: 1px solid #ccc;
|
|
316
316
|
}
|
|
317
|
-
.content .no-data[data-v-
|
|
317
|
+
.content .no-data[data-v-ca3916d2] {
|
|
318
318
|
display: flex;
|
|
319
319
|
height: 100%;
|
|
320
320
|
justify-content: center;
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
|
|
387
|
-
[data-v-
|
|
387
|
+
[data-v-7e420239] .ant-select-selection__rendered::after {
|
|
388
388
|
content: "";
|
|
389
389
|
display: none;
|
|
390
390
|
height: 0;
|
|
@@ -602,7 +602,7 @@
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
|
|
605
|
-
[data-v-
|
|
605
|
+
[data-v-1362cbce] .ant-input-number {
|
|
606
606
|
width: 100%;
|
|
607
607
|
}
|
|
608
608
|
|
|
@@ -644,9 +644,6 @@
|
|
|
644
644
|
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
|
|
645
645
|
margin-left: 0px;
|
|
646
646
|
}
|
|
647
|
-
.ant-time-picker-panel-combobox {
|
|
648
|
-
width: 168px;
|
|
649
|
-
}
|
|
650
647
|
|
|
651
648
|
|
|
652
649
|
[data-v-09daaa98] .ant-rate {
|
|
@@ -1848,21 +1845,21 @@
|
|
|
1848
1845
|
align-items: center;
|
|
1849
1846
|
}
|
|
1850
1847
|
|
|
1851
|
-
.mydiy[data-v-
|
|
1848
|
+
.mydiy[data-v-41c85a88] {
|
|
1852
1849
|
z-index: 9999 !important;
|
|
1853
1850
|
}
|
|
1854
|
-
[data-v-
|
|
1851
|
+
[data-v-41c85a88] .ant-time-picker-panel {
|
|
1855
1852
|
z-index: 9999 !important;
|
|
1856
1853
|
}
|
|
1857
|
-
[data-v-
|
|
1854
|
+
[data-v-41c85a88] .ant-input {
|
|
1858
1855
|
position: relative;
|
|
1859
1856
|
transform: none;
|
|
1860
1857
|
}
|
|
1861
|
-
[data-v-
|
|
1858
|
+
[data-v-41c85a88] .ant-time-picker {
|
|
1862
1859
|
max-width: 100%;
|
|
1863
1860
|
}
|
|
1864
|
-
[data-v-
|
|
1865
|
-
width: 168px;
|
|
1861
|
+
[data-v-41c85a88] .ant-time-picker-panel-combobox {
|
|
1862
|
+
max-width: 168px;
|
|
1866
1863
|
}
|
|
1867
1864
|
|
|
1868
1865
|
.is_required[data-v-77374a03]::before {
|