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

@@ -315,7 +315,17 @@
overflow: auto; overflow: auto;
} }
.el-table__fixed-body-wrapper { .el-table__fixed-body-wrapper {
top: 41px !important; 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 { .el-table__body-wrapper, .el-table__fixed-body-wrapper {
box-shadow: 1px 0 $--right-box-border-color; box-shadow: 1px 0 $--right-box-border-color;

View File

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

View File

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

View File

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