mirror of
http://112.124.100.131/ebiz-ai/ebiz-ai-knowledge-manage.git
synced 2025-12-24 18:23:05 +08:00
style/assets: 优化主题样式并调整智能代理组件样式
- 在 theme.scss 中添加 nprogress 进度条样式,使用主题颜色- 移除智能代理组件中不必要的边框样式 - 优化 RenderMinerU 组件中的代码结构,删除多余空行
This commit is contained in:
@@ -286,6 +286,7 @@ export default {
|
||||
components: {},
|
||||
filters: {},
|
||||
methods: {
|
||||
// 上传文档到知识库
|
||||
uploadKnowledge() {
|
||||
preprocessEmbedding({ documentId: this.documentId }).then(res => {
|
||||
if (res) {
|
||||
@@ -300,7 +301,6 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
//changePage
|
||||
// 分页发生改变时
|
||||
changePage(page) {
|
||||
@@ -317,7 +317,6 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
//重新识别表格
|
||||
retryMinerImage(chooseItem, loading, tableElement) {
|
||||
imageRetry({
|
||||
@@ -334,7 +333,6 @@ export default {
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
// 生成视觉模型按钮
|
||||
generateTableButtons() {
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user