@zscreate/form-component 1.1.87-beta.6 → 1.1.87-beta.8
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
|
@@ -1909,6 +1909,12 @@
|
|
|
1909
1909
|
margin-right: 4px;
|
|
1910
1910
|
}
|
|
1911
1911
|
|
|
1912
|
+
.editor ul li {
|
|
1913
|
+
list-style-type: initial;
|
|
1914
|
+
}
|
|
1915
|
+
.editor ol li {
|
|
1916
|
+
list-style-type: decimal;
|
|
1917
|
+
}
|
|
1912
1918
|
|
|
1913
1919
|
|
|
1914
1920
|
[data-v-95a12d62] .ant-btn-icon-only > i {
|
|
@@ -2042,6 +2048,12 @@
|
|
|
2042
2048
|
.w-e-text .w-e-todo {
|
|
2043
2049
|
margin: 0 0 0 20px;
|
|
2044
2050
|
}
|
|
2051
|
+
.w-e-text ul li {
|
|
2052
|
+
list-style-type: initial;
|
|
2053
|
+
}
|
|
2054
|
+
.w-e-text ol li {
|
|
2055
|
+
list-style-type: decimal;
|
|
2056
|
+
}
|
|
2045
2057
|
.w-e-text .w-e-todo li {
|
|
2046
2058
|
list-style: none;
|
|
2047
2059
|
font-size: 1em;
|
|
@@ -3625,10 +3637,10 @@
|
|
|
3625
3637
|
/***label对齐方式 */
|
|
3626
3638
|
|
|
3627
3639
|
|
|
3628
|
-
[data-v-
|
|
3640
|
+
[data-v-2e53c075] .m-colorPicker {
|
|
3629
3641
|
z-index: 2;
|
|
3630
3642
|
}
|
|
3631
|
-
[data-v-
|
|
3643
|
+
[data-v-2e53c075] .m-colorPicker .colorBtn {
|
|
3632
3644
|
border: 1px solid #e3e3e3;
|
|
3633
3645
|
}
|
|
3634
3646
|
|