style: 底部弹框样式调整

This commit is contained in:
@changcode
2021-10-15 16:39:47 +08:00
parent e66b503291
commit db25c666c2
4 changed files with 14 additions and 1 deletions

View File

@@ -314,9 +314,19 @@
.el-table__body-wrapper {
overflow: auto;
}
.el-table__fixed-body-wrapper {
top: 42px !important;
}
.bottom-box__top {
.el-table__fixed-body-wrapper {
top: 41px !important;
}
}
.bottom-tab__top {
.el-table__fixed-body-wrapper {
top: 40px !important;
}
}
.el-table__body-wrapper, .el-table__fixed-body-wrapper {
box-shadow: 1px 0 $--right-box-border-color;

View File

@@ -28,6 +28,7 @@
:now-time="nowTime"
:table-data="tableData"
:alertMessageTabNew="true"
class="bottom-box__top"
@del="del"
@showText="showText"
@edit="edit"

View File

@@ -19,6 +19,7 @@
:custom-table-title="tools.customTableTitle"
:height="subTableHeight"
:table-data="tableData"
class="bottom-tab__top"
@del="del"
@copy="copy"
@edit="edit"

View File

@@ -22,6 +22,7 @@
:now-time="nowTime"
:table-data="tableData"
:endpointTab="true"
class="bottom-box__top"
@del="del"
@edit="edit"
@copy="copy"