Commit 7a4c34a0 authored by danfuman's avatar danfuman

修改

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