diff --git a/src/assets/styles/custom.scss b/src/assets/styles/custom.scss index a337cb4b..5814f7ee 100644 --- a/src/assets/styles/custom.scss +++ b/src/assets/styles/custom.scss @@ -493,6 +493,13 @@ font-weight: 700; } +.el-tabs-container { + display: flex; + flex-direction: column; + height: 100%; +} + + .el-table { width: 100%; display: flex; diff --git a/src/views/emis/emisSettleBill/BillPaybackSumList.vue b/src/views/emis/emisSettleBill/BillPaybackSumList.vue index 9ce1ddf4..05712f85 100644 --- a/src/views/emis/emisSettleBill/BillPaybackSumList.vue +++ b/src/views/emis/emisSettleBill/BillPaybackSumList.vue @@ -1,7 +1,7 @@