From a6b40a1b80b586f7dbd874f3939f5e06fcc752d2 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 04 一月 2023 19:24:14 +0800 Subject: [PATCH] '页面尺寸自适应初期调整' --- src/styles/common.scss | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/common.scss b/src/styles/common.scss index a8d5468..5f5e5d2 100644 --- a/src/styles/common.scss +++ b/src/styles/common.scss @@ -63,7 +63,7 @@ font-size: 18px; } -@media screen and (max-width: 1200px) { +/*@media screen and (max-width: 1200px) { body{ width: 1200px; } @@ -100,4 +100,4 @@ max-width: 130px!important; } } -} +}*/ -- Gitblit v1.9.1