CN-952 知识库对导入数据的增删改:导入数据的校验,问题的修改等

This commit is contained in:
hyx
2023-04-11 15:38:47 +08:00
parent 4dea59edfc
commit f01af02dd1
3 changed files with 309 additions and 110 deletions

View File

@@ -342,7 +342,7 @@
min-width: 74px;
padding: 0 15px;
color: white;
background-color: #38ACD2;
background-color: #699DC9;
border: none;
border-radius: 4px;
outline: none;
@@ -351,7 +351,7 @@
transition: background-color linear .2s, color linear .1s;
}
.footer__btn:hover:not(.footer__btn--disabled) {
background-color: lighten(#38ACD2, 10%);
background-color: lighten(#699DC9, 10%);
}
.footer__btn--light {
background-color: #F5F6F7;