Commit ef384df4 by zhangleyuan

feat:调整UI样式

parent 98a76570
...@@ -794,3 +794,4 @@ td.ant-table-column-sort{ ...@@ -794,3 +794,4 @@ td.ant-table-column-sort{
.ant-table-column-sorter-full{ .ant-table-column-sorter-full{
margin-top:-0.32rem !important; margin-top:-0.32rem !important;
} }
...@@ -7,13 +7,12 @@ ...@@ -7,13 +7,12 @@
border-radius: 50% !important; border-radius: 50% !important;
} }
.home-title { .home-title {
height: 44px;
line-height: 44px;
color: #333; color: #333;
padding-left:28px; padding-left:28px;
font-size:16px; font-size:16px;
font-weight:bold; font-weight:bold;
position: relative; position: relative;
padding-top:16px;
&::before{ &::before{
width:4px; width:4px;
height:12px; height:12px;
...@@ -22,7 +21,7 @@ ...@@ -22,7 +21,7 @@
display:inline-block; display:inline-block;
position: absolute; position: absolute;
left:16px; left:16px;
top:16px; top:22px;
} }
} }
@font-face { @font-face {
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
* @Description: * @Description:
* @Author: zangsuyun * @Author: zangsuyun
* @Date: 2021-03-19 18:16:58 * @Date: 2021-03-19 18:16:58
* @LastEditors: wufan * @LastEditors: Please set LastEditors
* @LastEditTime: 2021-05-24 16:53:10 * @LastEditTime: 2021-05-27 15:15:18
* @Copyright: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyright: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -60,8 +60,5 @@ ...@@ -60,8 +60,5 @@
background: rgba(238, 243, 255, 1); background: rgba(238, 243, 255, 1);
} }
} }
.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
color: #2966FF!important;
}
} }
} }
...@@ -285,7 +285,7 @@ ...@@ -285,7 +285,7 @@
font-size: 14px; font-size: 14px;
color: #FFF; color: #FFF;
line-height: 49px; line-height: 49px;
margin-left: 36px; margin-left: 8px;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
overflow: hidden; overflow: hidden;
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
} }
.ant-tree-treenode-selected:hover::before, .ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected::before { .ant-tree-treenode-selected::before {
background: #fffbf1; background: rgba(238, 243, 255, 1);
} }
} }
} }
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
} }
.ant-tree-treenode-selected:hover::before, .ant-tree-treenode-selected:hover::before,
.ant-tree-treenode-selected::before { .ant-tree-treenode-selected::before {
background: #fffbf1; background: rgba(238, 243, 255, 1);
} }
} }
} }
......
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