From 92b306cbaf4b92994fbfd483f90d1360e87477ad Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Sat, 2 Dec 2023 10:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/sending/sending.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/tabBar/sending/sending.vue b/pages/tabBar/sending/sending.vue index e5cde58..93e5e8d 100644 --- a/pages/tabBar/sending/sending.vue +++ b/pages/tabBar/sending/sending.vue @@ -12,9 +12,9 @@ - - - + + + @@ -135,9 +135,10 @@ } } .mb-item{ + width: 100%; position: relative; border-right: 2rpx solid rgba(255,255,255,0.5); - &:last-child{ + &.noborder{ border-right: 0; } }