Explorar el Código

picker文字大小修改

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

+ 3 - 0
src/App.vue

@@ -13,6 +13,9 @@ export default {
13 13
 </script>
14 14
 
15 15
 <style lang='less'>
16
+.cube-picker-wheel-item{
17
+  font-size: 12px!important;
18
+}
16 19
 body,#app{
17 20
   height: 100%;
18 21
 }