This commit is contained in:
gyq
2024-11-14 13:55:51 +08:00
parent 4aa57227ea
commit 85c5b86050
3 changed files with 9 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
<span class="t">{{ shopInfo.name }}</span>
</div>
<div class="title">{{ form.title }}</div>
<el-image :src="form.shareImg" style="width: 100%;height: 90px;" fit="cover">
<el-image :src="form.shareImg" style="width: 100%;height: 110px;" fit="cover">
<div slot="error" class="image-slot">
<i class="el-icon-folder-delete"></i>
</div>
@@ -337,7 +337,7 @@ export default {
display: flex;
.content {
width: 150px;
width: 180px;
background-color: #fff;
border-radius: 4px;
padding: 10px 10px 6px;