Commit a681e2aa authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 5105903a aa208f42
...@@ -162,7 +162,10 @@ ...@@ -162,7 +162,10 @@
<h-view> <h-view>
<h-content class="approveContent"> <h-content class="approveContent">
<div class="approveBottom"> <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="请输入" /> <textarea cols="8" rows="20" placeholder="请输入" />
</div> </div>
</h-content> </h-content>
...@@ -263,7 +266,7 @@ export default { ...@@ -263,7 +266,7 @@ export default {
} }
} }
.content { .content {
height: 77%; height: 79%;
.userInfo { .userInfo {
height: 45px; height: 45px;
line-height: 45px; line-height: 45px;
...@@ -272,7 +275,7 @@ export default { ...@@ -272,7 +275,7 @@ export default {
font-size: 15px; font-size: 15px;
margin-left: 16px; margin-left: 16px;
position: relative; position: relative;
top:5px; top: 5px;
} }
.userInfo::before { .userInfo::before {
content: ""; content: "";
...@@ -561,8 +564,8 @@ export default { ...@@ -561,8 +564,8 @@ export default {
height: 21px; height: 21px;
line-height: 21px; line-height: 21px;
margin: 16px 0; margin: 16px 0;
img{ img {
float:right; float: right;
} }
} }
textarea { textarea {
...@@ -590,9 +593,9 @@ export default { ...@@ -590,9 +593,9 @@ export default {
border-radius: 4px; border-radius: 4px;
font-family: PingFangSC-Semibold; font-family: PingFangSC-Semibold;
font-size: 15px; font-size: 15px;
img{ img {
width:13px; width: 13px;
height:13px; height: 13px;
} }
} }
.reject { .reject {
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</item> </item>
</list-item> </list-item>
<div class="top-userInfo">查看还款计划</div> <div class="top-userInfo">查看还款计划</div>
<div class="userInfo">担保人信息</div> <div class="userInfo">设备清单</div>
<list-item> <list-item>
<item> <item>
<div slot="name">参数项</div> <div slot="name">参数项</div>
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
top: 12px; top: 12px;
} }
.alert { .alert {
height: 93px; height: 113px;
width: 100%; width: 100%;
background: rgba(252, 200, 0, 0.16); background: rgba(252, 200, 0, 0.16);
} }
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment