村社区界面完成

This commit is contained in:
aixianling
2024-09-13 16:41:20 +08:00
parent 85c6d365b1
commit e69b66d2aa
5 changed files with 169 additions and 50 deletions

View File

@@ -7,7 +7,7 @@ export default {
<template>
<section class="valueUnit" :class="[$attrs.size]" :style="{color:$attrs.color}">
{{ value }}<p v-text="unit"/>
{{ value || 0 }}<p v-text="unit"/>
</section>
</template>