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