@zscreate/form-component 1.1.87-beta.7 → 1.1.87-beta.9

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.
@@ -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;
@@ -2097,18 +2109,25 @@
2097
2109
  text-decoration: underline;
2098
2110
  }
2099
2111
 
2100
- .is_required[data-v-7dea97ac]::before {
2112
+ .is_required[data-v-43e95a5c]::before {
2101
2113
  content: "*";
2102
2114
  color: #f56c6c;
2103
2115
  margin-right: 4px;
2104
2116
  }
2105
- [data-v-7dea97ac] .ant-input {
2117
+ [data-v-43e95a5c] .ant-input {
2106
2118
  background-color: rgba(0, 0, 0, 0);
2107
2119
  }
2108
- [data-v-7dea97ac] .ant-input-number {
2120
+ [data-v-43e95a5c] .ant-input-number {
2109
2121
  width: 100%;
2110
2122
  }
2111
2123
 
2124
+
2125
+ .m-confirm-btn.ant-btn-primary[disabled] {
2126
+ background: rgb(143, 195, 250);
2127
+ color: #fff;
2128
+ border: rgba(143, 195, 250);
2129
+ }
2130
+
2112
2131
  .is_required[data-v-498f8d30]::before {
2113
2132
  content: "*";
2114
2133
  color: #f56c6c;