@@ -140,6 +140,7 @@ onBeforeMount(() => {
.alert-table-box {
display: flex;
flex-direction: column;
+ height: calc(100vh - 350px);
}
.detail-text {
@@ -282,8 +282,9 @@ onBeforeMount(() => {
.table-list {
- height: calc(100vh - 350px);
- overflow-y: scroll;
+ flex: 1;
+ // height: calc(100vh - 350px);
+ // overflow-y: scroll;
.action-bar {