fix: 修复知识库新增编辑页的代码报警问题

This commit is contained in:
刘洪洪
2023-04-21 16:22:29 +08:00
parent 0e0d6b1ed0
commit c7214d3b89
2 changed files with 49 additions and 55 deletions

View File

@@ -273,7 +273,6 @@
.imported-table-box {
position: relative;
//height: 413px;
height: 394px !important;
border: 1px solid #DEDEDE;
border-radius: 2px;
@@ -414,40 +413,6 @@
.el-form-item__error {
display: none;
}
.addTagBtn {
position: absolute;
bottom: 9px;
height: 24px !important;
min-height: 24px !important;
font-size: 12px;
color: #353636;
font-weight: 500;
width: 598px;
margin-left: 10px;
background: rgb(245, 248, 250);
border: 1px #DEDEDE solid;
padding: 0 !important;
box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.02);
border-radius: 2px;
font-family: NotoSansHans-Medium !important;
.add-tag-btn {
color: #575757 !important;
font-size: 9px !important;
margin: 0 8px 2px 8px;
}
span {
font-family: NotoSansHans-Medium !important;
}
}
.addTagBtn:hover {
i {
color: #699DC9 !important;
}
}
}
}
@@ -496,3 +461,37 @@
}
}
}
.addTagBtn {
position: absolute;
bottom: 9px;
height:24px !important;
min-height: 24px !important;
font-size: 12px;
color: #353636;
font-weight: 500;
width: 598px;
margin-left: 10px;
background: rgb(245, 248, 250);
border: 1px #DEDEDE solid;
padding: 0px !important;
box-shadow: 0 2px 4px 0 rgba(51,51,51,0.02);
border-radius: 2px;
font-family:NotoSansHans-Medium !important;
.add-tag-btn {
color: #575757 !important;
font-size: 9px !important;
margin: 0 8px 2px 8px;
}
&:hover {
i {
color: #699DC9 !important;
}
}
span {
font-family:NotoSansHans-Medium !important;
}
}