fix: 修复闪屏+移除推介计划+隐藏本月消费
All checks were successful
continuous-integration/drone/push Build is passing
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:
@@ -49,6 +49,9 @@ input::-webkit-inner-spin-button {
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
}
|
||||
[v-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
.template:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user