style(sth): 代码微改

This commit is contained in:
BTMuli
2023-03-28 16:14:49 +08:00
parent b90cad26f5
commit de1b5cdc2b
4 changed files with 21 additions and 39 deletions

View File

@@ -26,11 +26,7 @@
<v-card-actions>
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
<template v-slot:prepend>
<img
src="../assets/icons/arrow-right.svg"
alt="right"
onload="SVGInject(this)"
/>
<img src="../assets/icons/arrow-right.svg" alt="right" onload="SVGInject(this)" />
</template>
查看
</v-btn>
@@ -57,11 +53,7 @@
<v-card-actions>
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
<template v-slot:prepend>
<img
src="../assets/icons/arrow-right.svg"
alt="right"
onload="SVGInject(this)"
/>
<img src="../assets/icons/arrow-right.svg" alt="right" onload="SVGInject(this)" />
</template>
查看
</v-btn>
@@ -90,11 +82,7 @@
<v-card-actions>
<v-btn @click="toPost(item.post_id)" class="ms-2 card-btn">
<template v-slot:prepend>
<img
src="../assets/icons/arrow-right.svg"
alt="right"
onload="SVGInject(this)"
/>
<img src="../assets/icons/arrow-right.svg" alt="right" onload="SVGInject(this)" />
</template>
查看
</v-btn>