技术文档样式修改

This commit is contained in:
851673013@qq.com 2022-07-12 17:13:03 +08:00
parent 57df5fe220
commit 570a582818
1 changed files with 16 additions and 1 deletions

View File

@ -157,10 +157,11 @@
tip="支持文件类型大小不超过100M"
></upload>
<div
class="Technical-text"
v-else-if="item.type == 'richText'"
@click="showTextFunction()"
>
上传附件
编辑富文本
</div>
<upload
v-else-if="item.type == 'video'"
@ -586,6 +587,20 @@
flex-direction: column;
align-items: center;
padding: 50px 100px 25px;
.Technical-text {
height: 30px;
width: 100px;
border: 1px solid #bbd3ef;
border-radius: 6px;
background: #edf4fc;
color: #0087ff;
font-size: 14px;
text-align: center;
line-height: 30px;
}
.Technical-text:hover {
cursor: pointer;
}
& > div {
width: 100%;