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

@@ -43,11 +43,11 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.demo-home-nav {
&__title {
margin: 24px 0 12px 16px;
margin: 24px 0 8px 16px;
color: rgba(69, 90, 100, 0.6);
font-size: 14px;
}