mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-09 19:06:49 +08:00
feat: 界面显示统一,功能增强
1. 按钮的位置统一放到中间 2. 搜索支持 enter 进行搜索 3. 删除无用代码内容
This commit is contained in:
@@ -79,7 +79,7 @@ export default {
|
||||
// } else {
|
||||
// this.saveMarkDown()
|
||||
// }
|
||||
if (form.radio == 2) {
|
||||
if (form.radio === 2) {
|
||||
this.$router.go(-1)
|
||||
sessionStorage.setItem('documentId', this.documentId)
|
||||
} else if (form.beMinerU) {
|
||||
@@ -134,7 +134,5 @@ export default {
|
||||
left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
& .el-button {
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user