feat:渠道列表新增3个渠道,并设置为不可点击

This commit is contained in:
du.meimei
2025-03-26 19:53:31 +08:00
parent 42417d387c
commit 2f963cbc7e

View File

@@ -9,7 +9,7 @@
:class="{'active_channel':channel.appId === active, :class="{'active_channel':channel.appId === active,
'disabled': isDisabled(channel.appCategory)}" 'disabled': isDisabled(channel.appCategory)}"
class="flex" class="flex"
:key="index" :key="index"
@click="selectChannel(channel,index)"> @click="selectChannel(channel,index)">
<div> <div>
@@ -98,10 +98,12 @@ onMounted(() => {
border: 1px solid #d9d9d9; border: 1px solid #d9d9d9;
border-radius: 8px; border-radius: 8px;
&.disabled { &.disabled {
justify-content: flex-start;
cursor: not-allowed; cursor: not-allowed;
color: #999; color: #999;
background-color: #f5f5f5; background-color: #f5f5f5;
opacity: 0.7; opacity: 0.7;
} }
.channel_list_intro{ .channel_list_intro{
text-align: left; text-align: left;