mirror of
https://github.com/Powerful-517/yys-editor.git
synced 2025-05-23 19:35:24 +00:00
添加默认选择图片
This commit is contained in:
parent
0099e25121
commit
8ddaae3c47
BIN
public/assets/Shikigami/default.png
Normal file
BIN
public/assets/Shikigami/default.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.6 KiB |
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user