diff --git a/src/components/setting/History.vue b/src/components/setting/History.vue index a2c9bbc..db22601 100644 --- a/src/components/setting/History.vue +++ b/src/components/setting/History.vue @@ -114,7 +114,7 @@ const onClose = () => { />
- + @@ -143,7 +143,7 @@ const onClose = () => { margin: 2vw; } .history-table{ - max-height: 73vh; + height: 73vh; overflow: auto; } }