Explorar el Código

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

bzkf30 hace 1 año
padre
commit
ae418cc217
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }