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