From f36b7b3e4e19c6993302dbe5d7a39826312de0f3 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Tue, 22 Oct 2024 22:37:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=9A=90=E7=A7=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86=E7=9A=84=E5=B9=B3=E5=8F=B0=E5=85=BC=E5=AE=B9?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/button/privacy.uvue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/pages/component/button/privacy.uvue b/pages/component/button/privacy.uvue index d5e6da99..b26edabc 100644 --- a/pages/component/button/privacy.uvue +++ b/pages/component/button/privacy.uvue @@ -2,9 +2,11 @@ 个人信息保护指引 - - - + + + + + @@ -69,4 +71,10 @@ .mt-10 { margin-top: 10px; } + + .button { + border: 0px; + border-radius: 0px; + font-size: 16px; + } -- GitLab