mirror of
https://github.com/1Panel-dev/1Panel
synced 2024-11-21 23:29:44 +00:00
style: 组件样式调整 (#6943)
This commit is contained in:
parent
d92ce86bb8
commit
c8b3ba7f6c
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user