From 39e3e8f214b6826893c0f32233226729200f24d3 Mon Sep 17 00:00:00 2001 From: ssongliu <73214554+ssongliu@users.noreply.github.com> Date: Wed, 22 Mar 2023 15:32:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E9=A1=B5=E9=9D=A2=E7=8A=B6=E6=80=81=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=A0=B7=E5=BC=8F=20(#356)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/common.scss | 5 ++- .../src/views/container/compose/index.vue | 37 +++++++++--------- .../src/views/container/container/index.vue | 38 ++++++++++--------- frontend/src/views/container/image/index.vue | 34 ++++++++++------- .../src/views/container/network/index.vue | 38 ++++++++++--------- frontend/src/views/container/repo/index.vue | 34 ++++++++++------- .../src/views/container/template/index.vue | 38 ++++++++++--------- frontend/src/views/container/volume/index.vue | 34 ++++++++++------- frontend/src/views/database/mysql/index.vue | 2 +- frontend/src/views/database/redis/index.vue | 2 +- 10 files changed, 145 insertions(+), 117 deletions(-) diff --git a/frontend/src/styles/common.scss b/frontend/src/styles/common.scss index 4d989c76b..4437b7ed8 100644 --- a/frontend/src/styles/common.scss +++ b/frontend/src/styles/common.scss @@ -179,9 +179,12 @@ top: 220px; left: 45%; transform: translate(-50%, -50%); - width: 300px; + width: 400px; text-align: center; font-size: 14px; + .bt { + margin-top: -2px; + } } .table-button { diff --git a/frontend/src/views/container/compose/index.vue b/frontend/src/views/container/compose/index.vue index 9cde545fd..18e0751a5 100644 --- a/frontend/src/views/container/compose/index.vue +++ b/frontend/src/views/container/compose/index.vue @@ -3,20 +3,13 @@
- - {{ $t('container.serviceUnavailable') }} - - 【 {{ $t('container.setting') }} 】 - - {{ $t('container.startIn') }} + + {{ $t('container.serviceUnavailable') }} + 【 {{ $t('container.setting') }} 】 + {{ $t('container.startIn') }} - +