@vunk/form 1.1.83 → 1.1.84
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/components/vditor/index.css +2 -2
- package/index.css +2 -2
- package/package.json +1 -1
package/index.css
CHANGED
|
@@ -440,10 +440,10 @@
|
|
|
440
440
|
padding-right: var(--date-picker-title-padding);
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
.vkf-vditor ul
|
|
443
|
+
.vkf-vditor ul li {
|
|
444
444
|
list-style: initial;
|
|
445
445
|
}
|
|
446
|
-
.vkf-vditor ol
|
|
446
|
+
.vkf-vditor ol li {
|
|
447
447
|
list-style: decimal;
|
|
448
448
|
}
|
|
449
449
|
.vkf-vditor.vditor{
|