fix: 修复闪屏+移除推介计划+隐藏本月消费
All checks were successful
continuous-integration/drone/push Build is passing

- 添加v-cloak到.template防止Vue挂载前闪屏
- common.css增加[v-cloak]{display:none}规则
- 删除推介计划模块(referral-open/referral-closed)
- 删除本月消费金额卡片,grid改为2列
- row-2改为row-extra简化结构
This commit is contained in:
yiqiu
2026-03-22 20:25:16 +08:00
parent ce285c1b96
commit 6f86c89c51
3 changed files with 9 additions and 55 deletions

View File

@@ -49,6 +49,9 @@ input::-webkit-inner-spin-button {
height: 100%;
background: #fff;
}
[v-cloak] {
display: none !important;
}
.template:first-child {
display: none;
}