mirror of
https://github.com/dataease/dataease.git
synced 2026-05-21 12:45:37 +08:00
Merge pull request #3864 from dataease/pr@dev@fix_background-style
fix(仪表板): 修复边框设置预览时背景图片显示不全问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user