feat:增加证书上传封面等

This commit is contained in:
lixg
2023-02-03 21:55:42 +08:00
15 changed files with 122 additions and 119 deletions

View File

@@ -977,7 +977,7 @@
<div class="split"></div>
<!-- 没有证书显示的页面 -->
<div
v-if="3 > 7"
v-if="3> 7"
style="
display: flex;
justify-content: center;
@@ -986,12 +986,14 @@
flex-direction: column;
"
>
<img
src="@/assets/images/nodata.png"
style="width: 212px; height: 212px"
alt=""
/>
<button class="xkbtn11" @click="addCertificate">添加证书</button>
<div class="certificate" @click="addCertificate">
<img
style="width: 68px; height: 79px"
src="../../assets/images/taskpage/nocertificate2.png"
/>
<div style="font-size: 20px;color: #409EFF;margin-top:16px">无证书</div>
<div style="font-size: 14px;color: #878B92;">请点击新建证书</div>
</div>
</div>
<!-- 有证书显示的页面 -->
<div v-else style="padding: 36px; display: flex; min-height: 400px">
@@ -7534,6 +7536,16 @@ export default {
}
}
}
.certificate {
width: 412px;
height: 212px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url(../../assets/images/taskpage/nocertificate.png);
background-size: 100% 100%;
}
}
.DelModal {