Commit 80fab4ba authored by wangjiankun's avatar wangjiankun

fix: 不是本区域的板块颜色改为灰色

parent 8037c2e5
......@@ -10,7 +10,7 @@
width: type === 'square' ? 'auto' : width + 'px',
height: height + 'px',
color: textColor,
backgroundColor: activeAction ? bgColor : ( active ? activeColor : bgColor) ,
backgroundColor: active ? activeColor : bgColor,
borderRadius: circle,
padding: type === 'square' ? '0 12px': '0',
}"
......
......@@ -40,8 +40,8 @@
:num="item.projectSize"
:fontSize="14"
:text-color="'#ffffff'"
:bg-color="item.adminRegion === regionClickId ? '#2980b9' : 'rgba(25,124,230,0.6)'"
:active-color="'rgba(25,124,230,1)'"
:bg-color="item.adminRegion === regionClickId ? 'rgba(25,124,230,0.6)' : 'rgba(116, 125, 140, 0.6)'"
:active-color="item.adminRegion === regionClickId ? 'rgba(25,124,230,1)' : 'rgba(116, 125, 140, 1)'"
:active-action="item.adminRegion === regionClickId"
:circle="'50%'"
:width="80"
......
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