Browse Source

web端ui优化

master
xsx 2 years ago
parent
commit
3745d57d69
  1. 6
      im-ui/src/view/Home.vue

6
im-ui/src/view/Home.vue

@ -352,7 +352,7 @@
.navi-bar { .navi-bar {
background: #E8F2FF; background: #E8F2FF;
padding: 10px; padding: 10px;
padding-top: 50px; padding-top: 20px;
border-right: #53a0e79c solid 1px; border-right: #53a0e79c solid 1px;
.el-menu { .el-menu {
@ -369,14 +369,14 @@
text-decoration: none; text-decoration: none;
&.router-link-active .icon { &.router-link-active .icon {
color: #587ff0; color: #195ee2;
font-size: 28px; font-size: 28px;
} }
} }
.icon { .icon {
font-size: 26px; font-size: 26px;
color: #406080; color: black;
} }
.unread-text { .unread-text {

Loading…
Cancel
Save