浏览代码

解决苹果手机输入页面放大,下拉框数据显示不全的问题

bzkf30 1 年之前
父节点
当前提交
ae418cc217
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/styles/main.scss

+ 1 - 1
src/styles/main.scss

@@ -24,5 +24,5 @@ html.dark {
 
 // 解决苹果手机点击input框放大的问题
 input {
-  font-size: 14px !important;
+  font-size: 16px !important;
 }