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 @@ - + +