Commit 2889d11f76f65e196dec99e119b17efb8ac54129

Authored by xp.Huang
2 parents fe050bfc 51d4de2b

Merge branch 'fix/i18n-bug' into 'main_dev'

fix: 修复中英文问题

See merge request yunteng/thingskit-app!166
@@ -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;