From 2f0fa3545b539e8b6f952ea82a1ca2350c64a0e8 Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期二, 22 四月 2025 17:28:48 +0800 Subject: [PATCH] fix:修改报警,添加参数 --- src/assets/styles/index.scss | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/assets/styles/index.scss b/src/assets/styles/index.scss index 50ba487..75d093f 100644 --- a/src/assets/styles/index.scss +++ b/src/assets/styles/index.scss @@ -6,6 +6,13 @@ @import './btn.scss'; @import './ruoyi.scss'; +html{ + font-size: 16px; + //控制初始字体大小 + @media(min-width: 1921px) and (max-width: 3840px) { + font-size: 32px; + } +} body { height: 100%; margin: 0; @@ -202,4 +209,4 @@ .el-form-item{ width: 46%; } -} +} \ No newline at end of file -- Gitblit v1.9.3