feat: refine sidenav and layout demo, update veui

This commit is contained in:
Justineo
2022-04-21 23:23:30 +08:00
parent eadaad2e22
commit f516b26edd
18 changed files with 1596 additions and 157 deletions

View File

@@ -64,6 +64,10 @@ export default {
</script>
<style lang="less" scoped>
article {
padding: 10px 12px;
}
.veui-grid-row {
& + & {
margin: 2px 0; /* Just for showcase */

View File

@@ -53,6 +53,7 @@ export default {
<style lang="less" scoped>
article {
width: 400px; /* Fixed-width container */
padding: 10px 12px;
}
.veui-grid-row {