Skip to content

Commit

Permalink
fix: channel card style
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteMinds committed Mar 9, 2024
1 parent 45a7439 commit e8792a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/views/RecordersManage/RecorderCard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-card class="flex flex-col overflow-visible">
<v-badge v-if="recorder.state === 'recording'" color="green" bordered location="left top">
<v-badge :model-value="recorder.state === 'recording'" color="green" bordered location="left top">
<v-card-title class="flex items-center">
{{ recorder.remarks || `${$t(`platform_name.${recorder.providerId}`)} ${recorder.channelId}` }}
</v-card-title>
Expand Down

0 comments on commit e8792a7

Please sign in to comment.