mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-07 20:33:28 +00:00
update
This commit is contained in:
parent
0d57561383
commit
adeed72490
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<a-col :span="4" v-for="i in state.nowpage">
|
||||
<t-card :style="{ width: '100%', marginBottom: '10px' }">
|
||||
<template #cover>
|
||||
<img :title="i.title" :src="'https://k5.vicicode.com/wsapi/download?id=' + i.id">
|
||||
<img style="height: 6.75vw;" :title="i.title" :src="'https://k5.vicicode.com/wsapi/download?id=' + i.id">
|
||||
</template>
|
||||
<template #footer>
|
||||
<t-row :align="'middle'" justify="center" style="gap: 24px">
|
||||
|
|
Loading…
Reference in a new issue