施工管控

This commit is contained in:
cwchen 2024-08-16 18:10:04 +08:00
parent 988aa969bf
commit beea5893aa
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,8 @@
</div>
</div>
<div class="no-data-box layout" v-if="!isShow">
<div>暂无数据</div>
<!-- <div>暂无数据</div> -->
<el-empty description="暂无数据"></el-empty>
</div>
</div>
<div class="center-1">
@ -276,7 +277,6 @@ export default {
.no-data-box {
width: 100%;
height: 60px;
justify-content: center;
align-items: center;
color: #909399;