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') }} - +