style(sth): 格式化

This commit is contained in:
BTMuli
2023-03-30 23:54:02 +08:00
parent 34dfccb91a
commit 0682c14f80
3 changed files with 8 additions and 8 deletions

View File

@@ -58,7 +58,7 @@
</v-card>
<v-card class="common-card">
<v-list>
<v-list-item disabled>
<v-list-item>
<v-list-item-title>开发者模式</v-list-item-title>
<v-list-item-subtitle>开启后将显示调试信息</v-list-item-subtitle>
<template v-slot:append>

View File

@@ -44,7 +44,7 @@ const MysOper = {
card: {
lottery: getLotteryCard,
reward: getLotteryRewardCard,
}
},
},
};