Commit 4cfc46a9 by huaying

fix: ui

parent 4dd5f884
......@@ -291,30 +291,30 @@ export default {
justify-content: space-between;
align-items: center;
padding: 0 5px 0 10px;
.iconhover,
.el-popover__reference {
display: inline-block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
}
&:hover {
color: #303133;
background: #f2f3f5;
// .iconhover {
// padding: 2px;
// background: #d8defc;
// border-radius: 2px;
// }
}
&.active-li {
color: #2f54eb;
background: #ebeffe;
.iconhover {
padding: 2px;
background: #d8defc;
border-radius: 2px;
}
}
.iconhover:hover {
padding: 2px;
background: #d8defc;
border-radius: 2px;
&:active {
padding: 2px;
background: #d8defc;
border-radius: 2px;
}
......
......@@ -98,7 +98,7 @@ export default {
},
welcomeTableData: [],
welcomeContent: '',
welcomeContent: '你好,<微信名称>',
welcomeMediaList: [],
// 欢迎语参数
welcomePage: {
......
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