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

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

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