提交 9723b493 authored 作者: 王天霸's avatar 王天霸

no message

上级 a6253ab7
......@@ -711,7 +711,12 @@
// 编辑 的店铺logolist
debugger
if(this.editLogoImgFileList.length > 0) {
data['shop_logo'] = this.editLogoImgFileList[0].url;
for(let i = 0; i < this.editLogoImgFileList.length; i++) {
if(i === 0) {
data['shop_logo'] = this.editLogoImgFileList[i].url;
}else {
data['shop_logo'] += ',' + this.editLogoImgFileList[i].url;
}
}
}
data['qualification_auth'] = JSON.stringify(this.editQualificationList)
......@@ -948,11 +953,11 @@
<style lang="scss" type="text/stylus" scoped>
.shopinf-edit {
//::v-deep .el-dialog {
///deep/.el-dialog {
// height: 80%;
// overflow : hidden;
//}
//::v-deep .el-dialog__body{
///deep/.el-dialog__body{
// height: calc(100% - 60px);
// overflow-x: hidden;
// overflow-y: scroll;
......@@ -980,20 +985,20 @@
}
::v-deep .el-card__body {
/deep/ .el-card__body {
height: calc(100% - 80px);
margin: 10px 0;
overflow-x: hidden;
overflow-y: scroll;
}
::v-deep .speDom {
/deep/ .speDom {
color: red;
font-size: 20px;
margin: 0 0 4px 10px;
}
::v-deep .speTip {
/deep/ .speTip {
color: #c0ccda;
font-size: 14px;
}
......@@ -1015,30 +1020,30 @@
.uploadData {
display: inline-block;
::v-deep .el-upload--picture-card {
/deep/ .el-upload--picture-card {
width: 100px;
height: 100px;
}
::v-deep .el-upload {
/deep/ .el-upload {
width: 100px;
height: 100px;
line-height: 100px;
}
::v-deep .el-upload-list--picture-card .el-upload-list__item {
/deep/ .el-upload-list--picture-card .el-upload-list__item {
width: 100px;
height: 100px;
line-height: 100px;
}
::v-deep .el-upload-list--picture-card .el-upload-list__item-thumbnail {
/deep/ .el-upload-list--picture-card .el-upload-list__item-thumbnail {
width: 100px;
height: 100px;
line-height: 100px;
}
::v-deep .avatar {
/deep/ .avatar {
width: 100px;
height: 100px;
}
......@@ -1169,7 +1174,7 @@
// 提示语样式 end
.btnCen {
::v-deep .el-form-item__content {
/deep/ .el-form-item__content {
margin-left: 0 !important;
text-align: center;
//margin-top: 30px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论