Commit ef384df4 by zhangleyuan

feat:调整UI样式

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