From 4616cd7ee976f187b2f91d6f32d91f7aa85f8efc Mon Sep 17 00:00:00 2001 From: Jruome <2559028966@qq.com> Date: Wed, 31 May 2023 17:20:38 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=20=E5=85=85=E5=80=BC=E8=A7=84=E5=88=99?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/member_application/index.vue | 20 ++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/yudao-ui-app/pages/member_application/index.vue b/yudao-ui-app/pages/member_application/index.vue index 63d944da1..016c2f5e5 100644 --- a/yudao-ui-app/pages/member_application/index.vue +++ b/yudao-ui-app/pages/member_application/index.vue @@ -24,6 +24,7 @@ + @@ -35,7 +36,10 @@ 点击右侧按钮 - 查看 + + 查看 + + @@ -460,13 +464,13 @@ .privilege-list { width: 100%; margin: 54rpx 30rpx 20rpx 30rpx; - height: 109rpx; + min-height: 110rpx; background: #FFFFFF; border-radius: 20rpx; display: flex; align-items: center; justify-content: space-between; - padding: 0 20rpx; + padding: 3% 20rpx 1% 20rpx; .privilege-left { display: flex; @@ -509,6 +513,16 @@ display: flex; align-items: center; justify-content: center; + position: relative; + view { + position: absolute; + right: 0; + top: -24%; + width: 18rpx; + height: 6rpx; + background: #FEAC49; + border-radius: 3rpx; + } } }