update: panel

This commit is contained in:
bietiaop 2024-07-18 14:26:12 +08:00
parent 3d54e240a7
commit 9bd603e3c9
9 changed files with 92 additions and 10 deletions

View file

@ -12,6 +12,9 @@
<div class="icon"></div>
</div>
<div class="list">
{{if list.length === 0}}
<div class="empty">暂无数据,请先刷新面板</div>
{{/if}}
{{each list item}}
<div class="item">
<div class="icon">
@ -30,4 +33,4 @@
</div>
{{/block}}
</html>
</html>