返回,作业时间,查看

This commit is contained in:
zhangyc
2022-12-23 19:39:10 +08:00
parent 819c4148b0
commit 3b8300c92f
13 changed files with 81 additions and 98 deletions

View File

@@ -8,18 +8,21 @@
<div class="return">
<div style="display: flex" @click="returnclick">
<img class="img2" style="margin-right: 22px;cursor: pointer;" src="../../assets/image/return.png" />
<div style="cursor: pointer;" class="text">返回</div>
<el-button style="color:#0073FB"> <img class="img2" style="margin-right:11px;cursor: pointer;" src="../../assets/image/return.png" />返回</el-button>
</div>
</div>
</div>
<!-- 面包屑导航 -->
<div class="pdname">
{{ userInfo.bandDesc }}
<span @click="introductionPro" style="font-size:14px;color:#fff;margin-left: 33px;cursor: pointer;">简介
<span style="position: relative;top:1px;left:-3px;cursor: pointer;">></span>
</span>
{{ userInfo.bandDesc }}
<el-popover ref="popover" popper-class="jianjie" placement="right" trigger="hover" :width="300" :content="data.remark">
<template #reference><span style="font-size: 16px;font-weight: 600;">简介></span></template>
</el-popover>
</div>
<!-- 详细信息 -->
<div class="detailinfo">
<div class="detailL">
@@ -367,10 +370,7 @@ const path = {1: "path"};
const dialogVisible = ref(false);
const dialogVisibleTip = ref('');
function introductionPro() {
dialogVisibleTip.value =data.value.remark;
dialogVisible.value = true;
}
const types = ref({
typeName: {
@@ -756,5 +756,9 @@ function whiteTypes(type) {
}
}
}
.jianjie{
text-align:justify;
line-height:2,
}
}
</style>