Browse Source

(*)gis弹框样式调整

master
peng.peng 1 year ago
parent
commit
65b2fed565
  1. 2
      super-screen/client/src/sections/community-safty/containers/gis.js

2
super-screen/client/src/sections/community-safty/containers/gis.js

@ -152,7 +152,7 @@ function Map(props) {
<div className='gis_title' style={{ color: '#13D3C9' }}>租赁中:</div>
<div className='gis_text'>
<span>{inuse}</span>
<span style={{ color: '#FAC46E', marginLeft: 22, marginRight: 12 }}>空置</span>
<span style={{ color: '#FAC46E', marginLeft: 5, marginRight: 3 }}>空置</span>
<span>{unuse}</span>
</div>
</div>

Loading…
Cancel
Save