From 9294a4235b826cf00dac84aa38be3c52a306ea97 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 12 九月 2023 10:06:33 +0800 Subject: [PATCH] Merge branch 'bus' of ssh://192.168.5.5:29418/web/apsDashboard-1 into bus --- 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