forked from github/dataease
Merge pull request #3764 from dataease/pr@dev@refactor_board-setting
refactor(仪表板): 组件样式设置边框浏览界面展示两排
This commit is contained in:
commit
a027693df9
@ -167,6 +167,7 @@
|
||||
<el-dialog
|
||||
:visible.sync="boardSetVisible"
|
||||
width="750px"
|
||||
top="5vh"
|
||||
class="dialog-css"
|
||||
:close-on-click-modal="false"
|
||||
:show-close="false"
|
||||
|
@ -77,7 +77,7 @@ export default {
|
||||
|
||||
.testcase-template {
|
||||
display: inline-block;
|
||||
margin: 10px 0px;
|
||||
margin: 5px 0px;
|
||||
width: 90px;
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user