提交 727d377c authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 4ddb70a0
......@@ -137,6 +137,9 @@
padding: 10px;
gap: 10px;
flex-wrap: wrap;
max-height: 220px;
overflow-y: auto;
overflow-x: hidden;
.online-image-list-item {
width: 200px;
height: 100px;
......
......@@ -6,7 +6,7 @@ export default function OnlineImageList({ imgUrl, onChange }) {
const [list, setList] = useState([])
const { userInfo } = useSelector((state) => state.user)
useEffect(() => {
getChuangKitDesigns({ params: { time_order: 1, user_flag: userInfo.id } }).then((res) => {
getChuangKitDesigns({ params: { time_order: 1, user_flag: userInfo.id, page_no: 1, page_size: 1000 } }).then((res) => {
setList(res.data.list)
})
}, [userInfo])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论