Commit 91acb716 authored by 赵伟庚's avatar 赵伟庚

update:修改banner配置样式

parent e9ad7233
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
v-model="formData.banner_image" v-model="formData.banner_image"
:fileSize="1" :fileSize="1"
:showTips="true" :showTips="true"
customTips="请选择图片上传:大小1920 * 560像素支持jpg、png等格式,图片需小于1MB" customTips="请选择图片上传:大小1920 * 464像素支持jpg、png等格式,图片需小于1MB"
:limit="1" :limit="1"
listType="picture-card" listType="picture-card"
:accept="['.jpg', '.jpeg', '.png']"></bg-upload-image> :accept="['.jpg', '.jpeg', '.png']"></bg-upload-image>
...@@ -84,12 +84,13 @@ defineExpose({ submitForm, clearForm, setForm }); ...@@ -84,12 +84,13 @@ defineExpose({ submitForm, clearForm, setForm });
:deep().bg-upload { :deep().bg-upload {
.el-upload--picture-card { .el-upload--picture-card {
width: 800px; width: 800px;
height: 234px; height: 194px;
background-color: #fff; background-color: #fff;
border: 1px solid #dadee7; border: 1px solid #dadee7;
} }
.el-upload-list--picture-card .el-upload-list__item { .el-upload-list--picture-card .el-upload-list__item {
width: 800px; width: 800px;
height: 194px;
} }
} }
} }
......
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