From 95389ecffb22226e0d1fe671088b5649efee0d30 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 19 Apr 2024 14:38:07 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E7=A7=AF=E5=88=86):=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E8=A7=84=E5=88=99=E5=AF=8C=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/Points/index.vue | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/user/Points/index.vue b/pages/user/Points/index.vue index 8b9e097..0202c56 100644 --- a/pages/user/Points/index.vue +++ b/pages/user/Points/index.vue @@ -111,7 +111,9 @@ 积分规则 - + + + @@ -343,9 +345,11 @@ export default { text-align: center; } .content { - max-height: 70vh; - padding: 30rpx; - overflow-y: auto; + padding: 0 30rpx 30rpx 30rpx; + .content-html { + max-height: 70vh; + overflow-y: auto; + } } } }