forked from github/dataease
fix: 【ID1003566】【仪表盘】仪表盘编辑页面的组件页,滚动条应该在列表框内侧
This commit is contained in:
parent
98f69d4eaf
commit
52179d814c
@ -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;
|
||||
|
@ -99,7 +99,7 @@ export default {
|
||||
padding-top: 0px;
|
||||
padding-bottom: 0px;
|
||||
position: relative;
|
||||
height: 940px;
|
||||
// height: 940px;
|
||||
max-height: 976px;
|
||||
}
|
||||
.filter-header {
|
||||
|
Loading…
Reference in New Issue
Block a user