ls-pro-common 1.0.38 → 1.0.39

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/common.css CHANGED
@@ -178,9 +178,22 @@
178
178
  }
179
179
  }
180
180
 
181
- .ant-input.ant-input-disabled {
181
+ .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector,
182
+ .ant-input-affix-wrapper-disabled,
183
+ .ant-input.ant-input-disabled,
184
+ .ant-input-number-disabled .ant-input-number-input {
185
+ color: rgba(0, 0, 0, 0.65);
182
186
  cursor: default;
183
187
  }
188
+ .ant-form-item {
189
+ margin-bottom: 16px;
190
+ }
191
+ .ant-form-item .ant-form-item-explain {
192
+ min-height: 16px;
193
+ }
194
+ .ant-form-item .ant-form-item-explain .ant-form-item-explain-error {
195
+ font-size: 11px;
196
+ }
184
197
  .ant-form > div:not(.ant-pro-form-light-filter) .pro-field {
185
198
  max-width: 100%;
186
199
  }