fix: 修复应用商店详情页面部分图标比例错误 (#4168)

* fix: 修复应用商店详情页面部分图标比例错误

* fix: 替换为内联样式
This commit is contained in:
Akirami 2024-03-13 22:28:03 +08:00 committed by GitHub
parent 77f4f64f0d
commit b643fa2ca3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
<div class="brief" v-loading="loadingApp">
<div class="detail flex">
<div class="w-12 h-12 rounded p-1 shadow-md icon">
<img :src="app.icon" alt="App Icon" class="w-full h-full rounded" />
<img :src="app.icon" alt="App Icon" class="w-full h-full rounded" style="object-fit: contain" />
</div>
<div class="ml-4">
<div class="name mb-2">