添加默认选择图片

This commit is contained in:
rookie4show 2024-02-28 00:28:58 +08:00
parent 0099e25121
commit 8ddaae3c47
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -19,7 +19,7 @@
<div>
<el-col>
<el-card :body-style="{ padding: '0px' }">
<img :src="element.avatar || '11111'" class="image" @click="editShikigami(index, element)"/>
<img :src="element.avatar || '/assets/Shikigami/default.png'" class="image" @click="editShikigami(index, element)"/>
<div style="padding: 14px">
<span>{{ element.name || "" }}</span>
<div v-if="element.properties">