不要なボーダーを削除

This commit is contained in:
rca 2024-07-22 02:07:41 +09:00
parent 3ba1a73a16
commit 978fb95ec8

View File

@ -4,7 +4,7 @@
<div class="text-h6"> <div class="text-h6">
過去のお手伝い 過去のお手伝い
</div> </div>
<q-list bordered padding> <q-list padding>
<q-item v-for="(history, index) in props.histories" :key="index" clickable> <q-item v-for="(history, index) in props.histories" :key="index" clickable>
<q-item-section> <q-item-section>
<q-item-label>{{ history.name }}</q-item-label> <q-item-label>{{ history.name }}</q-item-label>