web
2025-03-21 de1de0e73bd260cb1babe7b15c9e943a381009de
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%;
  }
}
}