fix updating ui2
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
|
||||
<!-- 等待中状态 -->
|
||||
<div v-else-if="software.status === 'pending'" class="status-pending">
|
||||
<span class="wait-icon">⏳</span>
|
||||
<span class="wait-text">等待中</span>
|
||||
</div>
|
||||
|
||||
@@ -320,10 +319,6 @@ const handleCardClick = () => {
|
||||
color: #AEAEB2;
|
||||
}
|
||||
|
||||
.wait-icon {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.wait-text {
|
||||
font-size: 12px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user