施工管控
This commit is contained in:
parent
988aa969bf
commit
beea5893aa
|
|
@ -19,7 +19,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="no-data-box layout" v-if="!isShow">
|
<div class="no-data-box layout" v-if="!isShow">
|
||||||
<div>暂无数据</div>
|
<!-- <div>暂无数据</div> -->
|
||||||
|
<el-empty description="暂无数据"></el-empty>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="center-1">
|
<div class="center-1">
|
||||||
|
|
@ -276,7 +277,6 @@ export default {
|
||||||
|
|
||||||
.no-data-box {
|
.no-data-box {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60px;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #909399;
|
color: #909399;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue