From 3356bd882520e017656cb96c19ffc60ab6c02284 Mon Sep 17 00:00:00 2001 From: see-more <107225647+see-more@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:46:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E7=A7=BB=E5=8A=A8=E7=AB=AF=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E9=A1=B5=E9=9D=A2=E5=92=8C=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=20(#6360)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix:移动端网站页面和数据库页面样式 * style:修改database页面样式 * style:修改databse页面手机端搜索框与按钮间距 --- frontend/src/components/app-status/index.vue | 144 +++++++++---------- frontend/src/views/database/mysql/index.vue | 52 +++---- 2 files changed, 99 insertions(+), 97 deletions(-) diff --git a/frontend/src/components/app-status/index.vue b/frontend/src/components/app-status/index.vue index c10455595..b702d97d1 100644 --- a/frontend/src/components/app-status/index.vue +++ b/frontend/src/components/app-status/index.vue @@ -2,75 +2,73 @@
-
-
- {{ data.app }} +
+
+
+ {{ data.app }} +
+
+ +
+
+ {{ $t('app.version') }}:{{ data.version }} +
-
- -
-
- {{ $t('app.version') }}:{{ data.version }} -
-
- - - {{ $t('app.start') }} - - - {{ $t('app.stop') }} - - - - {{ $t('app.restart') }} - - - - {{ $t('app.reload') }} - - - - {{ $t('commons.button.set') }} - - - - {{ $t('nginx.clearProxyCache') }} - - +
+ + {{ $t('app.start') }} + + + {{ $t('app.stop') }} + + + + {{ $t('app.restart') }} + + + + {{ $t('app.reload') }} + + + + {{ $t('commons.button.set') }} + + + + {{ $t('nginx.clearProxyCache') }} +
@@ -95,12 +93,12 @@