style: 底部box去除多余样式
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user