feat(table): 优化表格样式和功能

- 新增 normal-button样式,用于自定义按钮样式
- 实现表格按钮的重新渲染,增加更多自定义选项- 添加表格行悬停样式和按钮间的间距
- 优化知识详情页面的表格展示效果
- 调整预处理结果预览对话框的关闭方式
This commit is contained in:
陈昱达
2025-04-23 15:51:45 +08:00
parent fb3f8dc1d0
commit 22c13505b7
10 changed files with 327 additions and 443 deletions

View File

@@ -171,6 +171,10 @@ export default {
}
},
props: {
visible: {
type: Boolean,
default: false
},
documentId: {
type: String,
default: '1361351897324294144'
@@ -539,9 +543,11 @@ ${text}`
switch (mineruStatus) {
case 0:
case '0':
setTimeout(() => {
this.getMinerUStatus()
}, 5000)
if (!this.visible) {
setTimeout(() => {
this.getMinerUStatus()
}, 5000)
}
break
case 1:
case '1':