didi / mand-mobile

💰 A mobile UI toolkit, based on Vue.js 2, designed for financial scenarios.
https://didi.github.io/mand-mobile
Apache License 2.0
3.46k stars 772 forks source link

how to set component default font-size? #123

Closed jsasdw1991 closed 6 years ago

jsasdw1991 commented 6 years ago

Mand Mobile Version

"mand-mobile": "^1.3.3"

OS Version & Browser Version

macbook pro 10.13.5 谷歌浏览器67.0.3396.99

Node Version, Package Management Tool

node: v10.5.0 npm: 6.1.0 "vue": "^2.5.16" @vue/cli: 3.0-rc3

question

components font-size is error, so big! how to solve the problem, cover the css ? image

xxyan0205 commented 6 years ago

Refer to wiki - FAQ - 为什么组件尺寸很大/如何做响应式适配?

jsasdw1991 commented 6 years ago

@xxyan0205 但是vue-cli 3.0版本的webpack的配置文件都被隐藏了。如何修改webpack配置?

xxyan0205 commented 6 years ago

Refer to mand-mobile-vue-cli3-example