style(wallets): 투자계좌 목록 금액 앞 '투자금' 라벨 제거
Deploy / deploy (push) Failing after 15m19s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
sb
2026-07-07 22:01:11 +09:00
parent 061fb47b97
commit 654fc44f48
+1 -1
View File
@@ -317,7 +317,7 @@ onBeforeUnmount(destroySortables)
</span> </span>
</div> </div>
<div class="balance-wrap"> <div class="balance-wrap">
<div v-if="w.type === 'INVEST'" class="balance">투자금 {{ won(w.investedAmount) }}</div> <div v-if="w.type === 'INVEST'" class="balance">{{ won(w.investedAmount) }}</div>
<div v-else class="balance" :class="{ neg: w.balance < 0 }">{{ won(w.balance) }}</div> <div v-else class="balance" :class="{ neg: w.balance < 0 }">{{ won(w.balance) }}</div>
</div> </div>
<div class="actions" @click.stop> <div class="actions" @click.stop>