style: 底部box去除多余样式

This commit is contained in:
@changcode
2021-10-18 11:53:34 +08:00
parent e5b0cc7be4
commit 8649ccd9c0
4 changed files with 0 additions and 13 deletions

View File

@@ -317,16 +317,6 @@
.el-table__fixed-body-wrapper { .el-table__fixed-body-wrapper {
top: 42px !important; top: 42px !important;
} }
.bottom-box__top {
.el-table__fixed-body-wrapper {
top: 41px !important;
}
}
.cabinet-table__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,7 +28,6 @@
: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

@@ -21,7 +21,6 @@
:table-data="tableData" :table-data="tableData"
:assetTab="true" :assetTab="true"
@del="del" @del="del"
class="bottom-box__top"
@edit="edit" @edit="edit"
@cli="cli" @cli="cli"
@duplicate="duplicate" @duplicate="duplicate"

View File

@@ -20,7 +20,6 @@
:height="subTableHeight" :height="subTableHeight"
:table-data="tableData" :table-data="tableData"
@del="del" @del="del"
class="cabinet-table__top"
@copy="copy" @copy="copy"
@edit="edit" @edit="edit"
@orderBy="tableDataSort" @orderBy="tableDataSort"