@jiaozhiye/qm-design-react 1.9.13 → 1.9.14

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.
@@ -161,6 +161,7 @@ export type IFormItem = {
161
161
  listHeight?: number;
162
162
  collapseTags?: boolean;
163
163
  maxTagTextLength?: number;
164
+ dropdownStyle?: React.CSSProperties;
164
165
  openPyt?: boolean;
165
166
  checkStrategy?: ICheckStrategy;
166
167
  checkStrictly?: boolean;