Commit b84e5bd9 authored by Chunchi Che's avatar Chunchi Che

optimize SelectActionsModal

parent 80f6cb2f
Pipeline #21615 passed with stages
in 13 minutes and 20 seconds
...@@ -149,7 +149,13 @@ export const SelectActionsModal = () => { ...@@ -149,7 +149,13 @@ export const SelectActionsModal = () => {
<Col span={4} key={idx}> <Col span={4} key={idx}>
<HoverCheckCard <HoverCheckCard
hoverContent={option.effectDesc} hoverContent={option.effectDesc}
style={{ width: 120 }} style={{
width: 120,
backgroundColor:
option.location?.controler === 0
? "white"
: "grey",
}}
cover={ cover={
<img <img
alt={option.meta.id.toString()} alt={option.meta.id.toString()}
......
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