diff --git a/src/components/Setting/index.vue b/src/components/Setting/index.vue index 995e5cf..5ad0871 100644 --- a/src/components/Setting/index.vue +++ b/src/components/Setting/index.vue @@ -274,7 +274,7 @@ const goBack = () => { } .right-contents { flex: 1; - height: 100%; + height: 720px; overflow-y: auto; } }