update code
parent
5c5d8eb58f
commit
5c3c325d71
|
@ -90,7 +90,7 @@
|
|||
<el-option v-for="item in magList" :key="item.id" :label="item.name" :value="item.id">
|
||||
</el-option>
|
||||
</el-select>
|
||||
<div class="scroll mag-ord-list">
|
||||
<div class="scroll mag-ord-list" style="max-height: calc(100% - 50px);overflow-y: auto;">
|
||||
<div v-if="magOrdList.length == 0 && !loading" style="text-align: center;margin-top: 40px;">
|
||||
<img src="images/nodata.png" style="width: 240px;">
|
||||
<div style="text-align: center;">暂无数据</div>
|
||||
|
|
Loading…
Reference in New Issue