From 7e6ae7c7ed92c6563ac040eb20645e59746ed182 Mon Sep 17 00:00:00 2001 From: shirlwang <15254118591@163.com> Date: Thu, 2 Apr 2026 10:56:20 +0800 Subject: [PATCH] Update layout styles for consistent dimensions across App.vue, index.html, and common.css; modify navigation redirection in index and policyList pages --- App.vue | 4 ++++ common/common.css | 7 +++---- index.html | 8 +++++++- packageRc/pages/index/index.vue | 2 +- packageRc/pages/policy/policyList.vue | 4 ++-- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/App.vue b/App.vue index e2099f2..dd2c186 100644 --- a/App.vue +++ b/App.vue @@ -111,4 +111,8 @@ uni-modal, body { font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; } +html,body{ + width: 1080px!important; + height: 1920px!important; +} diff --git a/common/common.css b/common/common.css index 4572eda..8472fe8 100644 --- a/common/common.css +++ b/common/common.css @@ -62,10 +62,9 @@ image { /* height: 100%; */ } -body, -html { - height: 100%; - width: 100%; +body,html { + width: 1080px!important; + height: 1920px!important; overflow-x: hidden; } diff --git a/index.html b/index.html index bf58f68..40c708a 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,13 @@
- + +