瀏覽代碼

适配 naive ui

黄琪勇 11 月之前
父節點
當前提交
7d58d1278d
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 4 1
      src/assets/index.scss
  2. 0 1
      src/assets/normalize.css

+ 4 - 1
src/assets/index.scss

@@ -7,7 +7,10 @@ body,
    width: 100%;
    height: 100%;
 }
-
+body {
+   font-size: 16px; // 防止rem时候body上面的字体太小,如果没有设置字体大小,可以应用16px
+   line-height: 1; // 清除naiveui行高
+}
 //<input type="number"> 去掉右侧上下按钮
 .inputNumNone {
    input::-webkit-outer-spin-button,

+ 0 - 1
src/assets/normalize.css

@@ -15,7 +15,6 @@ body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
-   font-size: 16px;
 }
 
 a:focus,