style: remove bottom customer service float button unread badge on theme-4
This commit is contained in:
@@ -403,13 +403,6 @@ watch(
|
|||||||
<circle cx="12" cy="11" r="1" fill="currentColor" />
|
<circle cx="12" cy="11" r="1" fill="currentColor" />
|
||||||
<circle cx="15" cy="11" r="1" fill="currentColor" />
|
<circle cx="15" cy="11" r="1" fill="currentColor" />
|
||||||
</svg>
|
</svg>
|
||||||
<span
|
|
||||||
v-if="auth.user && inboxEnabled && unreadCount > 0"
|
|
||||||
class="cs-badge"
|
|
||||||
:class="{ 'badge-left': dockSide === 'right', 'badge-right': dockSide === 'left' }"
|
|
||||||
>
|
|
||||||
{{ unreadCount > 99 ? '99+' : unreadCount }}
|
|
||||||
</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user