Skip to content

Commit

Permalink
style: 组件样式调整 (#6943)
Browse files Browse the repository at this point in the history
  • Loading branch information
lan-yonghui authored Nov 4, 2024
1 parent d92ce86 commit c8b3ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/app-status/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@
<div class="app-warn">
<div class="flex flex-col gap-4 items-cetner justify-center w-full sm:flex-row">
<div>{{ $t('app.checkInstalledWarn', [data.app]) }}</div>
<div @click="goRouter(key)" class="flex items-cetner justify-center text-[#74a4f3]">
<span @click="goRouter(key)" class="flex items-cetner justify-center">
<el-icon class="flex items-center justify-center"><Position /></el-icon>
{{ $t('database.goInstall') }}
</div>
</span>
</div>
<div>
<img src="@/assets/images/no_app.svg" />
Expand Down

0 comments on commit c8b3ba7

Please sign in to comment.