@zscreate/form-component 1.1.87-beta.3 → 1.1.87-beta.4
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 +5 -5
- package/dist/form-component.umd-report.html +2 -2
- package/dist/form-component.umd.js +30 -29
- package/package.json +1 -1
- package/readme.md +18 -0
package/dist/form-component.css
CHANGED
|
@@ -2090,15 +2090,15 @@
|
|
|
2090
2090
|
text-decoration: underline;
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
|
-
.is_required[data-v-
|
|
2093
|
+
.is_required[data-v-2e5f710b]::before {
|
|
2094
2094
|
content: "*";
|
|
2095
2095
|
color: #f56c6c;
|
|
2096
2096
|
margin-right: 4px;
|
|
2097
2097
|
}
|
|
2098
|
-
[data-v-
|
|
2098
|
+
[data-v-2e5f710b] .ant-input {
|
|
2099
2099
|
background-color: rgba(0, 0, 0, 0);
|
|
2100
2100
|
}
|
|
2101
|
-
[data-v-
|
|
2101
|
+
[data-v-2e5f710b] .ant-input-number {
|
|
2102
2102
|
width: 100%;
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
@@ -3618,10 +3618,10 @@
|
|
|
3618
3618
|
/***label对齐方式 */
|
|
3619
3619
|
|
|
3620
3620
|
|
|
3621
|
-
[data-v-
|
|
3621
|
+
[data-v-123fcfb4] .m-colorPicker {
|
|
3622
3622
|
z-index: 2;
|
|
3623
3623
|
}
|
|
3624
|
-
[data-v-
|
|
3624
|
+
[data-v-123fcfb4] .m-colorPicker .colorBtn {
|
|
3625
3625
|
border: 1px solid #e3e3e3;
|
|
3626
3626
|
}
|
|
3627
3627
|
|