change icon to 32
This commit is contained in:
@@ -30,10 +30,9 @@
|
||||
</div>
|
||||
<div class="info">
|
||||
<div class="title-row">
|
||||
<h3 class="name">{{ software.name }}</h3>
|
||||
<h3 class="name" :title="software.description">{{ software.name }}</h3>
|
||||
<span class="id-badge">{{ software.id }}</span>
|
||||
</div>
|
||||
<p class="description" v-if="software.description">{{ software.description }}</p>
|
||||
<div class="version-info">
|
||||
<!-- 如果状态是已安装,或者是在更新/全部列表中已经有版本号的软件 -->
|
||||
<template v-if="software.status === 'installed' || (software.status === 'idle' && actionLabel === '更新') || (software.status === 'idle' && !actionLabel && software.version)">
|
||||
@@ -211,9 +210,9 @@ const handleCardClick = () => {
|
||||
}
|
||||
|
||||
.icon-container {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
border-radius: 12px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
|
||||
@@ -232,7 +231,7 @@ const handleCardClick = () => {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: white;
|
||||
font-size: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user