From f87839d0e5c97ba91244fd9ff6f6c17ce1d36168 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sun, 29 Sep 2024 23:05:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=20Login=20tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/views/Console/Login.vue | 90 +++++------------------------- 1 file changed, 15 insertions(+), 75 deletions(-) diff --git a/tonecn/src/views/Console/Login.vue b/tonecn/src/views/Console/Login.vue index f8b03aa..40849ba 100644 --- a/tonecn/src/views/Console/Login.vue +++ b/tonecn/src/views/Console/Login.vue @@ -54,100 +54,40 @@ const login = async () => { return ElMessage.error(`未知错误 ${error}`) } } -onMounted(async() => { +onMounted(async () => { containerHeight.value = window.innerHeight > 500 ? window.innerHeight - 90 + 'px' : '390px'; }) \ No newline at end of file