Commit b0a1aaca authored by zhengke's avatar zhengke

修改

parent 65968f30
......@@ -37,7 +37,7 @@
style="position: absolute;left: -5px;top:12px">
<i class="el-tooltip el-icon-info"></i>
</el-tooltip>
<p style="color:#c9c9c9;margin-bottom: 12px;">
<p style="color:#c9c9c9;margin:0 0 12px 20px;">
第一张图片为缩略图,其它图片为轮播图,建议像素750*750,最多支持上传9张
</p>
<div class="nav_Main">
......@@ -456,5 +456,20 @@
height: 100px;
border-radius: 0%;
}
.addbrand .add-image-btn {
width: 100px;
height: 100px;
line-height: 100px;
color: #419efb;
border: 1px solid #e2e2e2;
cursor: pointer;
text-align: center;
}
.addbrand .delBtn {
position: absolute;
right: -8px;
top: -8px;
padding: 4px 4px !important;
}
</style>
......@@ -112,7 +112,7 @@
</el-table-column>
<el-table-column prop="Logo" label="Logo" width="80">
<template slot-scope="scope">
<img v-if="scope.row.Logo" :src="scope.row.Logo" style="width:40px;height:40px;" alt="" />
<img v-if="scope.row.Logo" :src="scope.row.Logo" style="width:50px;" alt="" />
</template>
</el-table-column>
<el-table-column prop="ShopNum" label="店铺数量" width="80">
......@@ -199,7 +199,7 @@
res => {
if (res.data.resultCode == 1) {
this.dataList = res.data.data.pageData;
this.pageCount = res.data.data.pageCount;
this.pageCount = res.data.data.count;
} else {
this.Error(res.data.message);
}
......
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