Merge pull request #3764 from dataease/pr@dev@refactor_board-setting

refactor(仪表板): 组件样式设置边框浏览界面展示两排
This commit is contained in:
Junjun 2022-11-16 14:02:08 +08:00 committed by GitHub
commit a027693df9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -137,7 +137,7 @@
:target="curComponent.hyperlinks.openMode "
:href="curComponent.hyperlinks.content "
>
<i class="icon iconfont icon-com-jump" />
<i class="icon iconfont icon-com-jump"/>
</a>
</span>
@ -167,6 +167,7 @@
<el-dialog
:visible.sync="boardSetVisible"
width="750px"
top="5vh"
class="dialog-css"
:close-on-click-modal="false"
:show-close="false"

View File

@ -77,7 +77,7 @@ export default {
.testcase-template {
display: inline-block;
margin: 10px 0px;
margin: 5px 0px;
width: 90px;
}

View File

@ -88,7 +88,7 @@
v-if="curComponent.commonBackground.enable"
style="padding-left: 10px"
>
<el-row style="height: 80px;margin-top:10px;margin-bottom:20px;overflow: hidden">
<el-row style="height: 80px;margin-top:0px;margin-bottom:20px;overflow: hidden">
<el-col
:span="4"
style="padding-left: 10px"
@ -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"
@ -164,7 +164,6 @@
:span="6"
>
<background-item
:style="itemStyle"
:template="item"
/>
</el-col>
@ -377,7 +376,7 @@ export default {
.main-row {
padding-left: 10px;
height: 140px;
height: 250px;
overflow-y: auto;
}