NEZ-3467 fix: dashboard 页面样式错误

This commit is contained in:
zyh
2024-05-10 15:47:42 +08:00
parent ddb293e07c
commit e7ede28912
4 changed files with 6 additions and 6 deletions

View File

@@ -37,7 +37,7 @@
.panel-top-tools {
background-color: $--background-color-empty;
padding-bottom: 5px;
margin-bottom: 10px;
// margin-bottom: 10px;
}
}
.main-list.main-list-with-sub {

View File

@@ -8,7 +8,7 @@
}
.panel.list-page {
.table-list {
height: calc(100% - 60px);
height: calc(100% - 50px);
padding-left: 10px;
}
.no-data {

View File

@@ -98,7 +98,7 @@
</div>
<div id="tableList" class="table-list chart-list-box" style='overflow-y: unset'>
<div class="table-list-box">
<div id="dashboardScrollbar" class="box-content" v-my-loading="chartListLoading" ref="dashboardScrollbar" style='overflow-y: scroll;display: flex;flex-direction: column;overflow-x: hidden'>
<div id="dashboardScrollbar" class="box-content" v-my-loading="chartListLoading" ref="dashboardScrollbar" style='box-sizing:border-box;padding-top:10px;overflow-y: scroll;display: flex;flex-direction: column;overflow-x: hidden;'>
<panel-variables :labelArrs="variables" :time-range="searchTime" @getPanelData="getPanelData"></panel-variables>
<chart-list
ref="chartList"

File diff suppressed because one or more lines are too long