style: 底部弹框样式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
:now-time="nowTime"
|
||||
:table-data="tableData"
|
||||
:alertMessageTabNew="true"
|
||||
class="bottom-box__top"
|
||||
@del="del"
|
||||
@showText="showText"
|
||||
@edit="edit"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
:custom-table-title="tools.customTableTitle"
|
||||
:height="subTableHeight"
|
||||
:table-data="tableData"
|
||||
class="bottom-tab__top"
|
||||
@del="del"
|
||||
@copy="copy"
|
||||
@edit="edit"
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
:now-time="nowTime"
|
||||
:table-data="tableData"
|
||||
:endpointTab="true"
|
||||
class="bottom-box__top"
|
||||
@del="del"
|
||||
@edit="edit"
|
||||
@copy="copy"
|
||||
|
||||
Reference in New Issue
Block a user