feat: 界面显示统一,功能增强

1. 按钮的位置统一放到中间
2. 搜索支持 enter 进行搜索
3. 删除无用代码内容
This commit is contained in:
Huangzhe
2025-04-18 10:16:31 +08:00
parent 6ab4066b0f
commit b334ba193e
3 changed files with 8 additions and 10 deletions

View File

@@ -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>