mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 12:56:45 +08:00
fix:删除12个抽屉的console
This commit is contained in:
@@ -658,9 +658,14 @@
|
||||
onChange: onSelectChange,
|
||||
}"
|
||||
/>
|
||||
<!-- 列表无数据样式
|
||||
<div
|
||||
class="nostu"
|
||||
:style="{ display: total > 0 ? 'none' : 'block' }"
|
||||
> -->
|
||||
<div
|
||||
class="nostu"
|
||||
style="display:none"
|
||||
>
|
||||
<div class="nostuimg"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user