fix: 【ID1003566】【仪表盘】仪表盘编辑页面的组件页,滚动条应该在列表框内侧

This commit is contained in:
fit2cloud-chenyw 2021-06-02 10:23:21 +08:00
parent 98f69d4eaf
commit 52179d814c
2 changed files with 9 additions and 1 deletions

View File

@ -593,6 +593,9 @@ export default {
.filter-dialog-tabs {
border: 1px solid #E6E6E6;
height: 100%;
>>> div.el-tabs__content {
height: calc(100% - 55px);
}
}
.filter-common {
@ -604,6 +607,11 @@ export default {
margin: 20px 10px !important;
}
.component-result-content {
height: calc(50vh - 140px);
overflow-y: auto;
}
.link-text {
font-weight: 450 !important;
color: #409EFF;

View File

@ -99,7 +99,7 @@ export default {
padding-top: 0px;
padding-bottom: 0px;
position: relative;
height: 940px;
// height: 940px;
max-height: 976px;
}
.filter-header {