@@ -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,
@@ -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,