Commit a3959df2 authored by Chunchi Che's avatar Chunchi Che

make SelectCardsModal wider

parent 69aff34c
Pipeline #26931 passed with stages
in 9 minutes and 5 seconds
...@@ -110,7 +110,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({ ...@@ -110,7 +110,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
<span>{single ? "每次选择一张" : ""}</span> <span>{single ? "每次选择一张" : ""}</span>
</> </>
} // TODO: 这里可以再细化一些 } // TODO: 这里可以再细化一些
width={"37.5rem"} width={"38.25rem"}
okButtonProps={{ okButtonProps={{
disabled: !submitable, disabled: !submitable,
}} }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment