feat: show all styles in source code

This commit is contained in:
Justineo
2021-09-15 20:03:51 +08:00
parent 7b723e469b
commit 97aa5e7839
134 changed files with 349 additions and 300 deletions

View File

@@ -176,11 +176,9 @@ export default {
}
</script>
<style lang="less" scoped docs>
@import "~veui-theme-dls/lib.less";
<style lang="less" scoped>
article {
.clearfix();
display: flex;
}
h4 {
@@ -188,12 +186,9 @@ h4 {
}
section {
float: left;
width: 45%;
}
</style>
<style lang="less">
.custom-toggle {
margin-right: 4px;
}

View File

@@ -165,7 +165,11 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
article {
display: flex;
}
h4 {
margin: 0;
}
@@ -175,10 +179,5 @@ h4 + h4 {
section {
width: 45%;
float: left;
}
article {
overflow: hidden;
}
</style>

View File

@@ -69,13 +69,12 @@ export default {
}
</script>
<style lang="less" scoped docs>
section {
width: 45%;
float: left;
<style lang="less" scoped>
article {
display: flex;
}
article {
overflow: hidden;
section {
width: 45%;
}
</style>