Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
62594713
Commit
62594713
authored
Nov 01, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新
parent
ace60226
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
contract-repayment.vue
src/pages/contractRepayment/contract-repayment.vue
+4
-4
repay-details.vue
src/pages/contractRepayment/repay-details.vue
+3
-3
repay-plan.vue
src/pages/contractRepayment/repay-plan.vue
+2
-2
No files found.
src/pages/contractRepayment/contract-repayment.vue
View file @
62594713
...
...
@@ -110,7 +110,7 @@ export default {
<
style
lang=
'less'
>
#contract-repayment {
.h-header {
background-color:
#00469C
;
background-color:
@headerColor
;
.h-header-btn {
img {
width: 16px;
...
...
@@ -179,8 +179,8 @@ export default {
}
p.blue {
color:
#1D3FFF
;
border: 1px solid
#1D3FFF
;
color:
@headerColor
;
border: 1px solid
@headerColor
;
}
p.green {
...
...
@@ -299,7 +299,7 @@ export default {
div {
width: 140px;
height: 32px;
background:
#00469C
;
background:
@headerColor
;
border-radius: 4px;
color: white;
line-height: 32px;
...
...
src/pages/contractRepayment/repay-details.vue
View file @
62594713
...
...
@@ -156,7 +156,7 @@ export default {
<
style
lang=
'less'
>
#repay-details {
.h-header {
background-color:
#00469C
;
background-color:
@headerColor
;
.h-header-btn {
img {
width: 16px;
...
...
@@ -193,7 +193,7 @@ export default {
left: 0;
width: 4px;
height: 16px;
background:
#1D3FFF
;
background:
@headerColor
;
}
}
...
...
@@ -285,7 +285,7 @@ export default {
span {
font-family: PingFangSC-Regular;
font-size: 13px;
color:
#1D3FFF
;
color:
@headerColor
;
letter-spacing: 0.4px;
position: absolute;
top: 5px;
...
...
src/pages/contractRepayment/repay-plan.vue
View file @
62594713
...
...
@@ -106,7 +106,7 @@ export default {
<
style
lang=
'less'
>
#repay-plan {
.h-header {
background-color:
#00469C
;
background-color:
@headerColor
;
.h-header-btn {
img {
width: 16px;
...
...
@@ -146,7 +146,7 @@ export default {
left: 0;
width: 4px;
height: 16px;
background:
#1D3FFF
;
background:
@headerColor
;
}
&:after {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment