Commit ece428fa authored by Chunchi Che's avatar Chunchi Che

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

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

See merge request !366
parents 65b053c2 10a7ec57
...@@ -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,
}} }}
......
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
height: var(--block-height-s); height: var(--block-height-s);
} }
&.highlight { &.highlight {
background: #ffffff35; background: #ffffff4f;
cursor: pointer; cursor: pointer;
&:hover { &:hover {
opacity: 0.7; opacity: 0.5;
} }
} }
.triangle { .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