全局应用字体

This commit is contained in:
John Smith 2019-07-15 17:55:00 +08:00
parent 769964d5db
commit 804db2fec1

View File

@ -47,6 +47,10 @@ export default {
</script>
<style>
html {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html, body, #app, .app-wrapper, .sidebar-container {
height: 100%;
}
@ -118,9 +122,3 @@ a, a:focus, a:hover {
display: none;
}
</style>
<style scoped>
* {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
</style>