Browse Source

web端样式调整

master
blue 2 years ago
parent
commit
7b5285e781
  1. 1
      im-ui/src/view/Chat.vue
  2. 1
      im-ui/src/view/Friend.vue
  3. 1
      im-ui/src/view/Group.vue
  4. 6
      im-ui/src/view/Home.vue

1
im-ui/src/view/Chat.vue

@ -75,7 +75,6 @@
.chat-list-header {
padding: 3px 8px;
background-color: #5870e6;
line-height: 50px;
.el-input__inner {

1
im-ui/src/view/Friend.vue

@ -190,7 +190,6 @@
display: flex;
align-items: center;
padding: 3px 8px;
background-color: #5870e6;
.el-input__inner {
border-radius: 10px !important;

1
im-ui/src/view/Group.vue

@ -282,7 +282,6 @@
display: flex;
align-items: center;
padding: 3px 8px;
background-color: #5870e6;
.el-input__inner {
border-radius: 10px !important;

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

@ -341,10 +341,6 @@
&.router-link-active .icon {
color: #d5894c;
}
&:hover .icon{
color: white;
}
}
.icon {
@ -389,7 +385,7 @@
.content-box {
padding: 0;
background-color: #eee;
background-color: #f8f8f8;
color: black;
text-align: center;
}

Loading…
Cancel
Save