mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
style(sth): 代码微改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user