@@ -486,8 +486,8 @@ export default {
}
},
{
- name: "减少余额",
- emoji: "💸",
+ name: "减余额",
+ emoji: "📉",
funtion: () => {
this.deductAmount = ''
this.deductRemark = ''
@@ -1080,8 +1080,8 @@ export default {
margin-bottom: 10upx;
text-align: center;
.tabs-img {
- width: 50upx;
- height: 50upx;
+ width: 68upx;
+ height: 68upx;
margin: 0 auto 14upx;
display: flex;
flex-direction: row;
@@ -1089,8 +1089,8 @@ export default {
justify-content: center;
.tabs-emoji {
- font-size: 44upx;
- line-height: 50upx;
+ font-size: 56upx;
+ line-height: 68upx;
.tabs-name {