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

@@ -3,18 +3,24 @@
<div>
<veui-check-box
v-model="wrap"
>循环播放</veui-check-box>
>
循环播放
</veui-check-box>
<veui-check-box
v-model="indicator"
true-value="number"
false-value="none"
>头部页码</veui-check-box>
>
头部页码
</veui-check-box>
</div>
<veui-button
class="mt-3p"
ui="primary"
@click="open = true"
>展现灯箱</veui-button>
>
展现灯箱
</veui-button>
<veui-lightbox
:open.sync="open"
:datasource="items"
@@ -41,7 +47,7 @@ export default {
}
},
computed: {
items() {
items () {
return [
{
src:
@@ -73,11 +79,12 @@ export default {
}
</script>
<style lang="less" scoped docs>
<style lang="less" scoped>
.veui-checkbox {
margin-right: 15px;
}
.mt-3p {
margin-top: 12px;
}
</style>
</style>