From 14641660970ef8b3a71f456e038b3e653c9ac5c5 Mon Sep 17 00:00:00 2001 From: wangzhitong Date: Sat, 30 Nov 2024 19:24:22 +0800 Subject: [PATCH] update univerify-custom-page.uvue --- .../get-univerify-manager/univerify-custom-page.uvue | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pages/API/get-univerify-manager/univerify-custom-page.uvue b/pages/API/get-univerify-manager/univerify-custom-page.uvue index 496b05c4..7139dad3 100644 --- a/pages/API/get-univerify-manager/univerify-custom-page.uvue +++ b/pages/API/get-univerify-manager/univerify-custom-page.uvue @@ -198,12 +198,12 @@ .privacy { margin-top: 10px; - margin-left: 5px; flex-direction: row; flex-wrap: wrap; top: 45%; - width: 80%; - justify-content: center; + width: 100%; + justify-content: center; + align-self: center; position: absolute; } @@ -212,9 +212,8 @@ } .privacy-text { - margin-top: 4px; - font-weight: bold; - color: black; + margin-top: 4px; + color: #2785ff; font-size: 14px; } -- GitLab