技术文档样式修改
This commit is contained in:
parent
57df5fe220
commit
570a582818
|
@ -157,10 +157,11 @@
|
||||||
tip="支持文件类型,大小不超过100M"
|
tip="支持文件类型,大小不超过100M"
|
||||||
></upload>
|
></upload>
|
||||||
<div
|
<div
|
||||||
|
class="Technical-text"
|
||||||
v-else-if="item.type == 'richText'"
|
v-else-if="item.type == 'richText'"
|
||||||
@click="showTextFunction()"
|
@click="showTextFunction()"
|
||||||
>
|
>
|
||||||
上传附件
|
编辑富文本
|
||||||
</div>
|
</div>
|
||||||
<upload
|
<upload
|
||||||
v-else-if="item.type == 'video'"
|
v-else-if="item.type == 'video'"
|
||||||
|
@ -586,6 +587,20 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 50px 100px 25px;
|
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 {
|
& > div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue