Commit ece428fa authored by Chunchi Che's avatar Chunchi Che

Merge branch 'optimize/ui/field' into 'main'

调整场地高亮更明显和修复Modal遮挡

See merge request mycard/Neos!366
parents 65b053c2 10a7ec57
......@@ -110,7 +110,7 @@ export const SelectCardsModal: React.FC<SelectCardsModalProps> = ({
<span>{single ? "每次选择一张" : ""}</span>
</>
} // TODO: 这里可以再细化一些
width={"37.5rem"}
width={"38.25rem"}
okButtonProps={{
disabled: !submitable,
}}
......
......@@ -26,10 +26,10 @@
height: var(--block-height-s);
}
&.highlight {
background: #ffffff35;
background: #ffffff4f;
cursor: pointer;
&:hover {
opacity: 0.7;
opacity: 0.5;
}
}
.triangle {
......
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