Commit 2dc0063d authored by 陈前坚's avatar 陈前坚

perf: style

parent ae661001
...@@ -1335,7 +1335,7 @@ const UserManage = () => { ...@@ -1335,7 +1335,7 @@ const UserManage = () => {
}} }}
okText="确认" okText="确认"
cancelText="取消" cancelText="取消"
width="960px" width="920px"
> >
<Spin spinning={loading} tip="loading"> <Spin spinning={loading} tip="loading">
<Tabs defaultActiveKey="1" style={{ marginTop: '-16px' }}> <Tabs defaultActiveKey="1" style={{ marginTop: '-16px' }}>
......
...@@ -107,6 +107,7 @@ ...@@ -107,6 +107,7 @@
padding-top: 6px; padding-top: 6px;
.ant-tree-switcher{ .ant-tree-switcher{
line-height: 1; line-height: 1;
margin-right: 0px !important;
color:#1890FF; color:#1890FF;
.ant-tree-switcher-line-icon{ .ant-tree-switcher-line-icon{
margin-left: 5px; margin-left: 5px;
...@@ -182,4 +183,8 @@ ...@@ -182,4 +183,8 @@
line-height: 1; line-height: 1;
color:#1890FF; color:#1890FF;
} }
.ant-checkbox-group .ant-checkbox-group-item {
margin-right: 0px !important;
min-width: 204px !important;
}
} }
\ No newline at end of file
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
.ant-tree-iconEle{ .ant-tree-iconEle{
display: flex; display: flex;
align-items: center; align-items: center;
width: 18px;
} }
} }
} }
...@@ -63,6 +64,7 @@ ...@@ -63,6 +64,7 @@
.ant-tree-switcher{ .ant-tree-switcher{
display: flex; display: flex;
align-items: center; align-items: center;
margin-right: -8px;
// color:#1890FF; // color:#1890FF;
.ant-tree-switcher-line-icon{ .ant-tree-switcher-line-icon{
// margin-left: 5px; // margin-left: 5px;
......
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