From ee5e518cc80fcb9d634fa3c12b5963dcbeedf9f7 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期五, 01 九月 2023 19:29:31 +0800 Subject: [PATCH] 修改 成新版 --- src/pages/settings/components/UnbindBox.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/pages/settings/components/UnbindBox.vue b/src/pages/settings/components/UnbindBox.vue index 30d4f57..8491119 100644 --- a/src/pages/settings/components/UnbindBox.vue +++ b/src/pages/settings/components/UnbindBox.vue @@ -39,9 +39,8 @@ <style lang="scss" scoped> .UnbindBox { position: fixed; - top: 50%; + top: 120px; left: 50%; - margin-top: -166px; margin-left: -210px; width: 420px; height: 332px; -- Gitblit v1.8.0