Commit 428cfe46 authored by godwithdh's avatar godwithdh

refresh

parent 282bcb2d
......@@ -21,18 +21,20 @@
display: flex;
background: #fff;
border-bottom:1px solid #ddd;
font-size: 15px;
}
>.content{
flex-grow:1;
overflow: auto;
-webkit-overflow-scrolling: touch;
height:1px;
font-size:15px;
font-size:13.5px;
>.list{
background:#fff;
display:flex;
>span{
&:first-child{
padding: 10px 5px;
padding: 12.4px 5px;
min-width: 30px;
text-align: right;
font-weight: 600;
......@@ -80,7 +82,7 @@
<div class="list" v-for="(v,k) in list" :key="k">
<span>{{k}}</span>
<span>{{v["客户名称"]}}</span>
<span>{{v["总金额"]}}</span>
<span>{{v["总金额"].toLocaleString()}}</span>
</div>
<img src="@/assets/noData.jpg" style="width:100%;" v-if="list.length==0"/>
</div>
......
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