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

View File

@@ -51,7 +51,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.demo-home {
box-sizing: border-box;
@@ -64,6 +64,7 @@ export default {
&__desc {
padding-left: 16px;
font-weight: normal;
line-height: 1;
user-select: none;
}