Commit b2926a30 authored by Mac's avatar Mac
parents ee0465ce 540e3e62
......@@ -37,9 +37,10 @@
</template>
<template v-slot:body-cell-CoverImagePath="props">
<el-image style="width: 200px;height: 100px;padding: 10px 0 ;" :src="props.row.CoverImagePath" fit="cover"></el-image>
<q-td :props="props">
<el-image style="width: 200px;height: 100px;padding: 10px 0 ;" :src="props.row.CoverImagePath" fit="cover"></el-image>
</q-td>
</template>
<template v-slot:body-cell-optioned="props">
<q-td :props="props">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment