Browse Source

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

pull/6959/head
3 weeks ago committed by GitHub
parent
commit
c8b3ba7f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      frontend/src/components/app-status/index.vue

4
frontend/src/components/app-status/index.vue

@ -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…
Cancel
Save