@@ -9,6 +9,7 @@
<font>Balance Valuation</font>
</div>
<div class="bill" @click="showTransactions">
+ <red-dot class="red-dot" v-if="unReadCountWallet > 0"></red-dot>
<img :src="require('@/assets/svg/icon-home-bill.svg')" />
@@ -651,11 +652,17 @@ body {
}
.bill {
+ position: relative;
img {
width: 24px;
height: 24px;
cursor: pointer;
+ .red-dot {
+ position: absolute;
+ right: 0px;
+ top: -1px;
+ }