Refine overview cards and ignore macOS files
This commit is contained in:
@@ -32,8 +32,6 @@
|
||||
</div>
|
||||
<div class="row-meta-grid">
|
||||
<span>物品数:{{ box.items|length }}</span>
|
||||
<span>房间:{{ box.room or '-' }}</span>
|
||||
<span>状态:{{ box.status or '-' }}</span>
|
||||
</div>
|
||||
{% if box.note %}<p class="row-note">{{ box.note }}</p>{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -63,7 +63,6 @@
|
||||
</div>
|
||||
<div class="row-meta-grid">
|
||||
<span>数量:{{ item.quantity if item.quantity is not none else 1 }}</span>
|
||||
{% if item.note %}<span>有备注</span>{% endif %}
|
||||
</div>
|
||||
{% if item.note %}<p class="row-note">{{ item.note }}</p>{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user