|
|
|
|
@ -16,7 +16,7 @@
|
|
|
|
|
<div class="xy-table-item-label">
|
|
|
|
|
图标:
|
|
|
|
|
</div>
|
|
|
|
|
<div class="xy-table-item-content">
|
|
|
|
|
<div class="xy-table-item-content img-suggestion">
|
|
|
|
|
<div v-if="form.icon" style="position: relative;">
|
|
|
|
|
<img :src="form.icon" class="avatar">
|
|
|
|
|
<Button
|
|
|
|
|
@ -192,4 +192,14 @@ export default {
|
|
|
|
|
top: 1px;
|
|
|
|
|
left: 4%;
|
|
|
|
|
}
|
|
|
|
|
.img-suggestion::after{
|
|
|
|
|
content:'推荐大小 80*80';
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: rgb(160,160,160);
|
|
|
|
|
transform: scale(0.9,0.95);
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -28px;
|
|
|
|
|
left: 140px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|