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