diff --git a/web/src/assets/css/chat-plus.styl b/web/src/assets/css/chat-plus.styl index 9edc62a3..a2d73018 100644 --- a/web/src/assets/css/chat-plus.styl +++ b/web/src/assets/css/chat-plus.styl @@ -160,13 +160,15 @@ $borderColor = #4676d0; padding 5px border-radius 5px cursor pointer + background-color #f2f2f2 + margin-right 10px .iconfont { font-size 18px color #19c37d } &:hover { - background #D5FAD3 + background-color #D5FAD3 } } diff --git a/web/src/views/ChatPlus.vue b/web/src/views/ChatPlus.vue index b6012381..4550c0fa 100644 --- a/web/src/views/ChatPlus.vue +++ b/web/src/views/ChatPlus.vue @@ -100,7 +100,7 @@ - +