Refine overview cards and ignore macOS files
This commit is contained in:
@@ -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