From 4797fdb044c8f94a38e22fbcbf4923851021b43f Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 27 Aug 2021 11:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=91=E9=81=93=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/channel/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/channel/index.vue b/pages/channel/index.vue index 1224565..6c51f43 100644 --- a/pages/channel/index.vue +++ b/pages/channel/index.vue @@ -204,16 +204,15 @@ // margin-top: -2rpx; box-sizing: border-box; margin: 6rpx; - border-radius: 5rpx; + border-radius: 20rpx; } .active{ border: 1rpx solid #FF0000; color: #FF0000; background-color: #FFF8F8; position: relative; - border-radius: 5rpx; - margin-right: 10rpx; - margin-bottom: 10rpx; + border-radius: 20rpx; + margin: 6rpx; // text-align: left; // display: flex; // justify-content: space-between;