Commit 7a4c34a0 authored by danfuman's avatar danfuman

修改

parent 6981403b
......@@ -81,7 +81,7 @@
</div>
<div class="content content_wap2">
<div class="head_title">客户资信评级</div>
<el-row>
<el-row v-if="creditLevel.length > 0">
<el-col :span="14">
<div id="zxpj-echarts" style="height: 250px;"></div>
</el-col>
......@@ -100,6 +100,10 @@
</div>
</el-col>
</el-row>
<div class="empty" v-if="creditLevel.length === 0">
<img class="img" src="@/assets/images/project/empty.png">
<div class="p1">抱歉,没找到相关数据</div>
</div>
</div>
<div class="content_wap3">
<div class="flex-box query-box">
......@@ -829,26 +833,24 @@
}
}
.content_wap1{
.empty{
margin: 0 auto;
height: 300px;
text-align: center;
.img{
width: 108px;
height: 108px;
margin-bottom: 24px;
margin-top: 50px;
}
.p1{
color: #333333;
font-size: 16px;
}
.p2{
color: #999999;
font-size: 14px;
margin-top: 8px;
}
.empty{
margin: 0 auto;
height: 300px;
text-align: center;
.img{
width: 108px;
height: 108px;
margin-bottom: 24px;
margin-top: 50px;
}
.p1{
color: #333333;
font-size: 16px;
}
.p2{
color: #999999;
font-size: 14px;
margin-top: 8px;
}
}
.content_wap3{
......
......@@ -36,7 +36,6 @@
element-loading-text="Loading"
@sort-change="sortChange"
border
max-height="640"
highlight-current-row
v-if="tableDataTotal > 0 && !isSkeleton"
:default-sort = "{prop: 'gdp', order: 'descending'}"
......
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