style: 组件样式调整 (#6943)

This commit is contained in:
2024-11-04 18:50:53 +08:00 committed by GitHub
parent d92ce86bb8
commit c8b3ba7f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" />