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

@@ -98,7 +98,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.veui-dropdown {
margin-left: 1em;
}

View File

@@ -122,9 +122,10 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.container {
margin-bottom: 1em;
.veui-dropdown {
margin-left: 1em;
}

View File

@@ -161,7 +161,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.veui-dropdown {
margin-left: 1em;
}

View File

@@ -64,7 +64,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.veui-dropdown {
max-width: 120px;
margin-right: 10px;

View File

@@ -50,7 +50,7 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.veui-dropdown {
& + & {
margin-left: 1em;