feat:渠道列表新增3个渠道,并设置为不可点击
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user