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
@@ -18,7 +18,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-container {
box-sizing: border-box;
@@ -21,7 +21,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-content {
position: relative;
@@ -116,7 +116,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-header {
width: 100%;
@@ -71,7 +71,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-nav {
position: fixed;
@@ -40,7 +40,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-search {
width: 200px;
@@ -44,7 +44,7 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
.van-doc-simulator {
position: absolute;
@@ -104,5 +104,5 @@ export default {
</script>
<style lang="less">
@import '../../common/style/index';
@import '../../common/style/var';
</style>