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
a681e2aa
Commit
a681e2aa
authored
Sep 26, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
5105903a
aa208f42
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
211 additions
and
63 deletions
+211
-63
base.vue
src/pages/intoApproval/intoApproval/base.vue
+11
-8
rentInfo.vue
src/pages/intoApproval/intoApproval/rentInfo.vue
+2
-2
naturePerson.vue
src/pages/userBind/np/naturePerson.vue
+198
-53
No files found.
src/pages/intoApproval/intoApproval/base.vue
View file @
a681e2aa
...
...
@@ -162,7 +162,10 @@
<h-view>
<h-content
class=
"approveContent"
>
<div
class=
"approveBottom"
>
<span>
审批意见
<img
src=
"@/assets/intoApproval/close1.png"
@
click=
"showModalValue=false"
></span>
<span>
审批意见
<img
src=
"@/assets/intoApproval/close1.png"
@
click=
"showModalValue=false"
>
</span>
<textarea
cols=
"8"
rows=
"20"
placeholder=
"请输入"
/>
</div>
</h-content>
...
...
@@ -263,7 +266,7 @@ export default {
}
}
.content {
height: 7
7
%;
height: 7
9
%;
.userInfo {
height: 45px;
line-height: 45px;
...
...
@@ -272,7 +275,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
top:5px;
top:
5px;
}
.userInfo::before {
content: "";
...
...
@@ -561,8 +564,8 @@ export default {
height: 21px;
line-height: 21px;
margin: 16px 0;
img{
float:right;
img
{
float:
right;
}
}
textarea {
...
...
@@ -590,9 +593,9 @@ export default {
border-radius: 4px;
font-family: PingFangSC-Semibold;
font-size: 15px;
img{
width:13px;
height:13px;
img
{
width:
13px;
height:
13px;
}
}
.reject {
...
...
src/pages/intoApproval/intoApproval/rentInfo.vue
View file @
a681e2aa
...
...
@@ -51,7 +51,7 @@
</item>
</list-item>
<div
class=
"top-userInfo"
>
查看还款计划
</div>
<div
class=
"userInfo"
>
担保人信息
</div>
<div
class=
"userInfo"
>
设备清单
</div>
<list-item>
<item>
<div
slot=
"name"
>
参数项
</div>
...
...
@@ -119,7 +119,7 @@ export default {
top: 12px;
}
.alert {
height:
9
3px;
height:
11
3px;
width: 100%;
background: rgba(252, 200, 0, 0.16);
}
...
...
src/pages/userBind/np/naturePerson.vue
View file @
a681e2aa
This diff is collapsed.
Click to expand it.
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