style: remove bottom customer service float button unread badge on theme-4

This commit is contained in:
2026-06-18 17:37:01 +08:00
parent 36cc0a095a
commit b0dc56db1c

View File

@@ -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>