style: 底部box去除多余样式
This commit is contained in:
@@ -317,16 +317,6 @@
|
||||
.el-table__fixed-body-wrapper {
|
||||
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 {
|
||||
box-shadow: 1px 0 $--right-box-border-color;
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
:now-time="nowTime"
|
||||
:table-data="tableData"
|
||||
:alertMessageTabNew="true"
|
||||
class="bottom-box__top"
|
||||
@del="del"
|
||||
@showText="showText"
|
||||
@edit="edit"
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
:table-data="tableData"
|
||||
:assetTab="true"
|
||||
@del="del"
|
||||
class="bottom-box__top"
|
||||
@edit="edit"
|
||||
@cli="cli"
|
||||
@duplicate="duplicate"
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
:height="subTableHeight"
|
||||
:table-data="tableData"
|
||||
@del="del"
|
||||
class="cabinet-table__top"
|
||||
@copy="copy"
|
||||
@edit="edit"
|
||||
@orderBy="tableDataSort"
|
||||
|
||||
Reference in New Issue
Block a user