From de1de0e73bd260cb1babe7b15c9e943a381009de Mon Sep 17 00:00:00 2001 From: web <candymxq888@outlook.com> Date: 星期五, 21 三月 2025 17:22:26 +0800 Subject: [PATCH] feat:增加温度系统界面 --- 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