From c722c706246f94d74e6545530cea16e169782c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Tue, 8 Feb 2022 14:10:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BE=A4=E8=81=8A=E6=A0=87?= =?UTF-8?q?=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/im/index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pages/im/index.vue b/pages/im/index.vue index 6b45f7a..c8db817 100644 --- a/pages/im/index.vue +++ b/pages/im/index.vue @@ -5,8 +5,12 @@ - 私聊 - 群聊 + + 私聊 + + + 群聊 + @@ -265,20 +269,18 @@ justify-content: space-between; height: 60rpx; line-height: 60rpx; - .tabs { - .item { + .item { + position: relative; margin-left: $margin; display: inline-block; font-size: $title-size-lg; color: $text-gray; padding: 0 ($padding - 10); border-radius: 30rpx; - &:first-child { margin: 0; } - &.show { background: rgba($color: $main-color, $alpha: .1); color: $main-color;