Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
baoss
5 years ago
Commit
1b9c415834fac4e62cd5ef39e09428d93d6d8119
1 parent
97c5796f
UI修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
apps/pages/category/category.vue
apps/pages/home/income/components/incomeItem.vue
apps/pages/home/mine/mine.vue
apps/pages/category/category.vue
View file @
1b9c415
...
...
@@ -316,7 +316,7 @@ export default {
}
.item-title {
font-family: '
SFProText
-Regular';
font-family: '
PingFang-SC
-Regular';
font-size: 22px;
color: #000000;
text-align: center;
...
...
apps/pages/home/income/components/incomeItem.vue
View file @
1b9c415
...
...
@@ -78,7 +78,7 @@ export default {
}
.assets-record-code-txt {
width: 100%;
font-family:
PingFang-SC-Regular
;
font-family:
'PingFang-SC-Regular'
;
font-size: 28px;
color: #000000;
overflow: hidden;
...
...
@@ -87,7 +87,7 @@ export default {
}
.assets-record-time-txt {
font-family:
SFProText-Regular
;
font-family:
'SFProText-Regular'
;
font-size: 24px;
color: #999999;
margin-top: 12px;
...
...
@@ -99,7 +99,7 @@ export default {
@include num
}
.assets-record-income-tip-txt {
font-family:
PingFang-SC-Regular
;
font-family:
'PingFang-SC-Regular'
;
font-size: 20px;
color: #D0021B;
}
...
...
apps/pages/home/mine/mine.vue
View file @
1b9c415
...
...
@@ -14,7 +14,7 @@
<order></order>
</div>
<div v-else-if="key === 'sale'" class="bg-top">
<tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999;
fontSize: 12px
'></tab-item>
<tab-item :data="value" noLine titleBold titleSmall numStyle='color: #999;'></tab-item>
</div>
<bind v-else-if="key === 'bindAccount'" :data="value"></bind>
<tab-item v-else :data="value"></tab-item>
...
...
Please
register
or
login
to post a comment