🎨 代码格式化

This commit is contained in:
BTMuli
2023-05-28 15:27:51 +08:00
parent ad2d5ca657
commit 01962fffb8
4 changed files with 7 additions and 21 deletions

View File

@@ -55,7 +55,7 @@
</div>
</div>
</div>
<div class="lottery-json" v-if="showJson">
<div v-if="showJson" class="lottery-json">
<JsonViewer :value="jsonData" copyable boxed />
</div>
</template>