Explorar el Código

picker文字大小修改

seimin hace 3 años
padre
commit
4f940dfa7e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

@@ -18,6 +18,9 @@ export default {
18 18
 </script>
19 19
 
20 20
 <style>
21
+.cube-picker-wheel-item{
22
+  font-size: 12px!important;
23
+}
21 24
 *{
22 25
 	font-family: "微软雅黑"
23 26
 }