NEZ-934 style:样式调整

This commit is contained in:
zhangyu
2021-08-26 10:43:08 +08:00
parent 039404b451
commit 1af455f864
7 changed files with 21 additions and 13 deletions

View File

@@ -5,7 +5,7 @@
ref="dataTable"
:data="currentTableData"
v-loading="loading"
:height="'100%'"
:height="'calc(100% - 48px)'"
border
@header-dragend="dragend"
@selection-change="selectChange"
@@ -558,6 +558,7 @@ export default {
.query-page-option{
width: 100%;
background: #fff;
margin-top: 10px;
}
/deep/ .pagination{
padding-top: 0;