Commit 51d4de2b9460c91258f5e6de3eccccf3e90f6ea6

Authored by loveumiko
1 parent fe050bfc

fix: 修复中英文问题

@@ -53,7 +53,7 @@ export default { @@ -53,7 +53,7 @@ export default {
53 pleaseBindAccount: 'Please bind your account', 53 pleaseBindAccount: 'Please bind your account',
54 loading: 'Loading...', 54 loading: 'Loading...',
55 refreshSuccess: 'Dropdown refresh successful', 55 refreshSuccess: 'Dropdown refresh successful',
56 - noText: '' 56 + noText: 'No'
57 57
58 58
59 } 59 }
@@ -102,7 +102,7 @@ @@ -102,7 +102,7 @@
102 display: flex; 102 display: flex;
103 flex-direction: column; 103 flex-direction: column;
104 justify-content: space-between; 104 justify-content: space-between;
105 - height: 147rpx; 105 + height: 220rpx;
106 } 106 }
107 .logout-text{ 107 .logout-text{
108 justify-content: center; 108 justify-content: center;