forked from github/dataease
Merge pull request #3864 from dataease/pr@dev@fix_background-style
fix(仪表板): 修复边框设置预览时背景图片显示不全问题
This commit is contained in:
commit
0231743a69
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user