Merge pull request #3864 from dataease/pr@dev@fix_background-style

fix(仪表板): 修复边框设置预览时背景图片显示不全问题
This commit is contained in:
taojinlong 2022-11-24 18:43:30 +08:00 committed by GitHub
commit 0231743a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,7 +112,7 @@
:http-request="upload"
:file-list="fileList"
>
<i class="el-icon-plus" />
<i class="el-icon-plus"/>
</el-upload>
<el-dialog
top="25vh"
@ -375,6 +375,7 @@ export default {
}
.main-row {
background-size: 100% 100% !important;
padding-left: 10px;
height: 250px;
overflow-y: auto;