CN-1149 详情页"相关实体"展示交互优化

This commit is contained in:
hyx
2023-07-13 17:16:22 +08:00
parent ba8dfaf0d4
commit 4b7a559af7
2 changed files with 10 additions and 3 deletions

View File

@@ -35,6 +35,13 @@
.more{
margin-bottom:20px;
.button {
color:#909399;
cursor: pointer;
}
.tip {
color:red;
}
}
.type-content {
margin-bottom:0px;

View File

@@ -15,7 +15,7 @@
</div>
</div>
<div class="more" >
<span style="color:#909399;cursor: pointer;" :style="{'opacity': relatedAppList.length > showRelatedAppListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedAppListInfo,relatedAppList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span style="color:red;"> {{ $t('overall.moreTip') }} </span>
<span class="button" :style="{'opacity': relatedAppList.length > showRelatedAppListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedAppListInfo,relatedAppList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span class="tip"> {{ $t('overall.moreTip') }} </span>
</div>
</template>
<div class="type-error-content" v-else>
@@ -35,7 +35,7 @@
</div>
</div>
<div class="more" >
<span style="color:#909399;cursor: pointer;" :style="{'opacity': relatedIpList.length > showRelatedIpListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedIpListInfo,relatedIpList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span style="color:red;"> {{ $t('overall.moreTip') }} </span>
<span class="button" :style="{'opacity': relatedIpList.length > showRelatedIpListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedIpListInfo,relatedIpList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span class="tip"> {{ $t('overall.moreTip') }} </span>
</div>
</template>
<div class="type-error-content" v-else>
@@ -55,7 +55,7 @@
</div>
</div>
<div class="more" >
<span style="color:#909399;cursor: pointer;" :style="{'opacity': relatedDomainList.length > showRelatedDomainListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedDomainListInfo,relatedDomainList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span style="color:red;"> {{ $t('overall.moreTip') }} </span>
<span class="button" :style="{'opacity': relatedDomainList.length > showRelatedDomainListInfo.num ? 1 : 0.6}" @click="showMore(showRelatedDomainListInfo,relatedDomainList)">{{ $t('overall.more') }} > &nbsp;&nbsp; </span> <span class="tip"> {{ $t('overall.moreTip') }} </span>
</div>
</template>
<div class="type-error-content" v-else>