CN-1149 详情页"相关实体"展示交互优化
This commit is contained in:
@@ -35,6 +35,13 @@
|
||||
|
||||
.more{
|
||||
margin-bottom:20px;
|
||||
.button {
|
||||
color:#909399;
|
||||
cursor: pointer;
|
||||
}
|
||||
.tip {
|
||||
color:red;
|
||||
}
|
||||
}
|
||||
.type-content {
|
||||
margin-bottom:0px;
|
||||
|
||||
@@ -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') }} > </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') }} > </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') }} > </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') }} > </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') }} > </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') }} > </span> <span class="tip"> {{ $t('overall.moreTip') }} </span>
|
||||
</div>
|
||||
</template>
|
||||
<div class="type-error-content" v-else>
|
||||
|
||||
Reference in New Issue
Block a user