zy-react-library 1.0.12 → 1.0.13

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.
@@ -8,7 +8,7 @@ import FormItemsRenderer from "../FormBuilder/FormItemsRenderer";
8
8
  */
9
9
  const Search = (props) => {
10
10
  const {
11
- labelCol = { span: 4 },
11
+ labelCol = { span: 6 },
12
12
  options = [],
13
13
  values,
14
14
  onFinish,
@@ -1,5 +1,5 @@
1
1
  import { Tag, Tooltip } from "antd";
2
- import PreviewImg from "~/components/PreviewImg";
2
+ import PreviewImg from "../PreviewImg";
3
3
 
4
4
  /**
5
5
  * 在表格组件中图片查看组件
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.12",
4
+ "version": "1.0.13",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",