fix(cli): duplicated site base style

This commit is contained in:
陈嘉涵
2019-12-20 11:30:56 +08:00
parent caa568895d
commit 5485d2ce21
18 changed files with 40 additions and 23 deletions
+3 -5
View File
@@ -16,13 +16,11 @@ export default {
</script>
<style lang="less">
@import '../common/style/var';
@import '../common/style/base';
body {
min-width: 100vw;
color: #323233;
font-family: 'PingFang SC', Helvetica, Tohoma, Arial, sans-serif;
line-height: 1;
background-color: #f8f8f8;
-webkit-font-smoothing: antialiased;
}
::-webkit-scrollbar {