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
a0e0e90c
Commit
a0e0e90c
authored
Dec 18, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
4f5c58b5
7cf8364c
Pipeline
#4228
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
repay-details.vue
src/pages/contractRepayment/repay-details.vue
+2
-2
add-car.vue
src/pages/contractStart/add-car.vue
+1
-0
No files found.
src/pages/contractRepayment/repay-details.vue
View file @
a0e0e90c
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<span>
合同明细
</span>
<span>
合同明细
</span>
</div>
</div>
</h-header>
</h-header>
<h-content
class=
"repay-content"
>
<h-content
class=
"repay-content"
>
<div
class=
"header"
>
合同单据
</div>
<div
class=
"header"
>
合同单据
</div>
<list-item
:item-height=
"44"
class=
"invoice"
>
<list-item
:item-height=
"44"
class=
"invoice"
>
...
@@ -206,8 +205,9 @@ export default {
...
@@ -206,8 +205,9 @@ export default {
}
}
.repay-content {
.repay-content {
overflow: hidden;
.header {
.header {
position: relative;
//
position: relative;
height: 40px;
height: 40px;
line-height: 40px;
line-height: 40px;
font-family: PingFangSC-Semibold;
font-family: PingFangSC-Semibold;
...
...
src/pages/contractStart/add-car.vue
View file @
a0e0e90c
...
@@ -770,6 +770,7 @@ export default {
...
@@ -770,6 +770,7 @@ export default {
position: relative;
position: relative;
width: 314px;
width: 314px;
height: 516px;
height: 516px;
z-index: 999;
background-size: 301px 24.7px;
background-size: 301px 24.7px;
background-color: #fff;
background-color: #fff;
}
}
...
...
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