Commit a0e0e90c authored by linxin's avatar linxin

Merge branch 'liuxin' into develop

parents 4f5c58b5 7cf8364c
Pipeline #4228 canceled with stages
...@@ -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;
......
...@@ -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;
} }
......
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