From 95d169e718ae9cad128d7bb0f0aafec833b09641 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 14 Aug 2023 11:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E5=B0=BA=E5=AF=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/reset.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/assets/css/reset.css b/src/assets/css/reset.css index 132b8f3..5856344 100644 --- a/src/assets/css/reset.css +++ b/src/assets/css/reset.css @@ -78,14 +78,15 @@ li { background-color: rgba(125, 125, 125, 0.7); -webkit-border-radius: 6px; } - + +/* 顺和大屏尺寸1920*1040 */ html, body { - width: 1920px; - height: 1080px; /* width: 100%; height: 100%; min-width: 1440px; - min-height: 1080px; */ + min-height: 1040px; */ + width: 1920px; + height: 1040px; } body {