From f70aaf058b264ce03104b9614c767c23fb043a08 Mon Sep 17 00:00:00 2001 From: engigu Date: Wed, 24 Dec 2025 11:04:39 +0800 Subject: [PATCH] feat: mobile style ope --- web/index.html | 2 +- web/src/layouts/MainLayout.vue | 2 +- web/src/views/environments/Environments.vue | 16 ++++++++-------- web/src/views/history/History.vue | 8 ++++---- web/src/views/loginlogs/LoginLogs.vue | 20 ++++++++++---------- web/src/views/settings/SchedulerSettings.vue | 8 ++++---- web/src/views/tasks/Tasks.vue | 8 ++++---- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/web/index.html b/web/index.html index e434986..ec358a3 100644 --- a/web/index.html +++ b/web/index.html @@ -4,7 +4,7 @@ - 白虎面板 +
diff --git a/web/src/layouts/MainLayout.vue b/web/src/layouts/MainLayout.vue index 1076b96..25875c5 100644 --- a/web/src/layouts/MainLayout.vue +++ b/web/src/layouts/MainLayout.vue @@ -115,7 +115,7 @@ onMounted(() => { - + {{ sentence }} diff --git a/web/src/views/environments/Environments.vue b/web/src/views/environments/Environments.vue index 571fba3..7c91680 100644 --- a/web/src/views/environments/Environments.vue +++ b/web/src/views/environments/Environments.vue @@ -123,10 +123,10 @@ onMounted(loadEnvVars)
- 变量名 - - - 操作 + 变量名 + + + 操作
@@ -138,14 +138,14 @@ onMounted(loadEnvVars) :key="env.id" class="flex items-center gap-4 px-4 py-2 hover:bg-muted/50 transition-colors" > - {{ env.name }} - + {{ env.name }} + -