fix: 优化容器菜单页面状态加载样式 (#356)

This commit is contained in:
ssongliu
2023-03-22 15:32:29 +08:00
committed by GitHub
parent fa983bdcc9
commit 39e3e8f214
10 changed files with 145 additions and 117 deletions

View File

@@ -112,7 +112,7 @@
v-if="mysqlStatus != 'Running' && !isOnSetting && mysqlIsExist && !loading"
class="mask-prompt"
>
<span style="font-size: 14px">{{ $t('commons.service.serviceNotStarted', ['MySQL']) }}</span>
<span>{{ $t('commons.service.serviceNotStarted', ['MySQL']) }}</span>
</el-card>
<Setting ref="settingRef" style="margin-top: 20px" />