Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
51d4de2b9460c91258f5e6de3eccccf3e90f6ea6
Authored by
loveumiko
2024-10-31 19:59:30 +0800
1 parent
fe050bfc
fix: 修复中英文问题
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
locale/lang/en/common.js
pages/personal/static/personal.scss
locale/lang/en/common.js
View file @
51d4de2
...
...
@@ -53,7 +53,7 @@ export default {
53
53
pleaseBindAccount
:
'Please bind your account'
,
54
54
loading
:
'Loading...'
,
55
55
refreshSuccess
:
'Dropdown refresh successful'
,
56
-
noText
:
'
无
'
56
+
noText
:
'
No
'
57
57
58
58
59
59
}
...
...
pages/personal/static/personal.scss
View file @
51d4de2
...
...
@@ -102,7 +102,7 @@
102
102
display
:
flex
;
103
103
flex-direction
:
column
;
104
104
justify-content
:
space-between
;
105
-
height
:
147
rpx
;
105
+
height
:
220
rpx
;
106
106
}
107
107
.logout-text
{
108
108
justify-content
:
center
;
...
...