Commit c3de86d0 authored by 皮倩雯's avatar 皮倩雯

fix: '优化机构管理站点管理树样式一致'

parent a460cb17
Pipeline #67156 waiting for manual action with stages
......@@ -25,7 +25,7 @@ import {
DeleteOutlined,
DoubleLeftOutlined,
DoubleRightOutlined,
PlusOutlined,
PlusSquareFilled,
ApartmentOutlined,
CaretUpOutlined,
CaretDownOutlined,
......@@ -749,18 +749,19 @@ const SiteManageV2 = () => {
[styles.orgContainerHide]: !treeVisible,
})}
>
<span style={{ margin: '0 190px 0 10px' }}>站点列表</span>
<span style={{ margin: '0 187px 0 7px', fontSize: '15px ', fontWeight: 'bold' }}>
站点列表
</span>
<Tooltip title="添加顶级站点">
<PlusOutlined
<PlusSquareFilled
onClick={() => addTopStation()}
style={{
color: '#1890FF',
fontSize: '18px',
verticalAlign: '0.04em',
fontSize: '25px',
}}
/>
</Tooltip>
<hr style={{ width: '95%', color: '#eeecec', marginLeft: '15px' }} />
<hr style={{ width: '97%', color: '#eeecec', marginLeft: '8px' }} />
<Search
style={{
marginBottom: 8,
......
......@@ -1621,7 +1621,7 @@ const UserManage = () => {
style={{
fontSize: '15px ',
fontWeight: 'bold',
marginLeft: '15px',
marginLeft: '7px',
}}
>
机构列表
......@@ -1632,13 +1632,13 @@ const UserManage = () => {
style={{
color: '#1890FF',
fontSize: '25px',
verticalAlign: 'middle',
marginLeft: '64%',
marginTop: '4px',
marginLeft: '67%',
}}
/>
</Tooltip>
</div>
<hr style={{ width: '95%', color: '#eeecec', marginLeft: '15px' }} />
<hr style={{ width: '97%', color: '#eeecec', marginLeft: '8px' }} />
<Search
style={{
marginBottom: 8,
......
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