首页筛选框最小宽度改为150px

This commit is contained in:
禺狨 2023-05-10 10:15:14 +08:00
parent 2c50af1778
commit 9d423379e5

View File

@ -179,6 +179,7 @@ const IndexPage = () => {
const dropItem = ( const dropItem = (
<div <div
style={{ style={{
minWidth: 150,
maxHeight: 600, maxHeight: 600,
overflowX: "hidden", overflowX: "hidden",
overflowY: "auto", overflowY: "auto",