CN-1066 feat: 知识库新增修改页面增加模板下载

This commit is contained in:
chenjinsong
2023-06-06 15:12:58 +08:00
parent 538c74ab19
commit 58edf3f006
8 changed files with 28 additions and 6 deletions

View File

@@ -734,11 +734,22 @@
.upload-tip {
font-size: 12px;
color: #999999;
span {
padding-left: 6px;
color: #326EC3;
}
}
.el-upload-dragger {
padding-top: 20px;
width: 320px;
border-radius: 2px;
transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
.cn-icon-upload2 {
font-size: 40px;
color: #999;
}
}
}