@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.
@@ -1,7 +1,7 @@
1
- .vkf-vditor ul,li {
1
+ .vkf-vditor ul li {
2
2
  list-style: initial;
3
3
  }
4
- .vkf-vditor ol,li {
4
+ .vkf-vditor ol li {
5
5
  list-style: decimal;
6
6
  }
7
7
  .vkf-vditor.vditor{
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,li {
443
+ .vkf-vditor ul li {
444
444
  list-style: initial;
445
445
  }
446
- .vkf-vditor ol,li {
446
+ .vkf-vditor ol li {
447
447
  list-style: decimal;
448
448
  }
449
449
  .vkf-vditor.vditor{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vunk/form",
3
- "version": "1.1.83",
3
+ "version": "1.1.84",
4
4
  "description": "",
5
5
  "main": "index.esm.js",
6
6
  "scripts": {