Compare commits

..

No commits in common. "5df22efefa530a5fc01ec1919b65fa8ac48f9956" and "7143b29fb3b7a1b1e7d38143eae612553d0bf37f" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import FormItemsRenderer from "../FormBuilder/FormItemsRenderer";
*/ */
const Search = (props) => { const Search = (props) => {
const { const {
labelCol = { span: 6 }, labelCol = { span: 4 },
options = [], options = [],
values, values,
onFinish, onFinish,

View File

@ -1,5 +1,5 @@
import { Tag, Tooltip } from "antd"; import { Tag, Tooltip } from "antd";
import PreviewImg from "../PreviewImg"; import PreviewImg from "~/components/PreviewImg";
/** /**
* 在表格组件中图片查看组件 * 在表格组件中图片查看组件

View File

@ -1,7 +1,7 @@
{ {
"name": "zy-react-library", "name": "zy-react-library",
"private": false, "private": false,
"version": "1.0.12", "version": "1.0.11",
"type": "module", "type": "module",
"description": "", "description": "",
"author": "LiuJiaNan", "author": "LiuJiaNan",