Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
TaoHuang
6 years ago
Commit
380a46d1b619263175900c2dce269414190bd6f6
1 parent
c4b817ae
fix color
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
apps/pages/single/invite/detailList/components/date-filter.vue
apps/statics/scss/theme.styl
apps/pages/single/invite/detailList/components/date-filter.vue
View file @
380a46d
<template>
<div class="date-filter">
<div class="date-picker" @click="clickHandle">
{{date[0]}}年{{date[1]}}月 <i class="arrow"></i
>
<span>{{date[0]}}年{{date[1]}}月</span> <span class="arrow"></span
>
</div>
<div class="account">
总佣金:{{total.totalSettleAmount || '¥0.0'}} 已打款:{{total.totalPaidAmount || '¥0.0'}} 未打款:{{total.totalWaitPayAmount || '¥0.0'}}
...
...
@@ -53,6 +53,8 @@ export default {
color: black;
font-size: 28px;
line-height: 40px;
display: flex;
align-items: center;
}
.account {
...
...
@@ -63,11 +65,10 @@ export default {
}
.arrow {
display: inline-block;
height: 30px;
width: 30px;
vertical-align: -3px;
height: 25px;
width: 25px;
background: url("~statics/image/invite/arrow.png");
background-size: cover;
box-sizing: border-box;
}
</style>
...
...
apps/statics/scss/theme.styl
View file @
380a46d
...
...
@@ -114,7 +114,7 @@ $picker-bgc := $color-white
$picker-title-color := $color-dark-grey
$picker-subtitle-color := $color-light-grey
$picker-confirm-btn-color := black
$picker-confirm-btn-active-color :=
$color-light-orange
$picker-confirm-btn-active-color :=
black
$picker-cancel-btn-color := $color-light-grey
$picker-cancel-btn-active-color := $color-light-grey-s
$picker-item-color := $color-dark-grey
...
...
Please
register
or
login
to post a comment