diff --git a/src/components/XdTable/index.vue b/src/components/XdTable/index.vue index 1fb19aa5..d595ba17 100644 --- a/src/components/XdTable/index.vue +++ b/src/components/XdTable/index.vue @@ -1408,20 +1408,30 @@ export default { } .full-block{ - height:100%; - width:100%; - overflow:hidden; - } - .flex-layout{ - display:flex; - flex-direction:column; - } - .flex-auto{ - flex:1 1 auto - } - .flex-none{ - flex:none - } + height:100%; + width:100%; + overflow:hidden; +} +.flex-layout{ + display:flex; + flex-direction:column; +} +.flex-auto{ + flex:1 1 auto +} +.flex-none{ + flex:none +} + +.el-table { + width: 100%; + display: flex; + flex-direction: column; + .el-table__body-wrapper { + flex: 1; + } +} + diff --git a/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue b/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue index c2d9b9b3..d056134a 100644 --- a/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue +++ b/src/views/emis/EmisBaseTools/TanexPrinterPanel.vue @@ -25,7 +25,7 @@ /> -