Browse Source

picker文字大小修改

seimin 3 years ago
parent
commit
4f940dfa7e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/App.vue

+ 3 - 0
src/App.vue

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