diff --git a/src/views/Publish/accurate/channel/ChannleList.vue b/src/views/Publish/accurate/channel/ChannleList.vue index d0f3a6af..3e003a45 100644 --- a/src/views/Publish/accurate/channel/ChannleList.vue +++ b/src/views/Publish/accurate/channel/ChannleList.vue @@ -9,7 +9,7 @@ :class="{'active_channel':channel.appId === active, 'disabled': isDisabled(channel.appCategory)}" class="flex" - + :key="index" @click="selectChannel(channel,index)">
@@ -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;