CN-623 feat: tab类型布局调整

This commit is contained in:
chenjinsong
2022-07-26 16:44:35 +08:00
parent ef2ac4915c
commit ca9dfd9873
9 changed files with 47 additions and 18 deletions

View File

@@ -93,7 +93,7 @@
position: relative;
.app-card-title-more-delete {
z-index: 1;
font-family: Helvetica;
font-family: Helvetica-Bold;
position: absolute;
min-width: 96px;
line-height: 32px;

View File

@@ -148,7 +148,7 @@
.el-scrollbar__view.el-select-dropdown__list {
.el-select-dropdown__item {
padding: 0 8px;
font-family: Helvetica;
font-family: Helvetica-Bold;
height: 24px;
line-height: 24px;
font-size: 12px;

View File

@@ -18,7 +18,7 @@
}
}
.chart-list {
height: calc(100% - 46px);
height: calc(100% - 68px);
overflow: auto;
&>.vue-grid-layout {
margin-top: -20px;