zy-react-library 1.0.155 → 1.0.156

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.
@@ -482,7 +482,7 @@ const FormItemsRenderer = ({
482
482
  {...getFormItemProps(listOption)}
483
483
  >
484
484
  <div style={{ display: "flex", gap: 10, alignItems: "center", justifyContent: "space-between" }}>
485
- <div>
485
+ <div style={{ flex: 1 }}>
486
486
  <Form.Item
487
487
  noStyle
488
488
  rules={getRules(listOption)}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.155",
4
+ "version": "1.0.156",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",