CN-1551 fix: 添加知识库和detection页table的单元格设置

This commit is contained in:
刘洪洪
2024-03-11 15:24:49 +08:00
parent 53f05ac649
commit f58c2af6ce
4 changed files with 35 additions and 7 deletions

View File

@@ -31,3 +31,4 @@
- drawer抽屉在header.vue中遇到custom-class="cn-menu"渲染后class中没有cn-menu也许是按需引入导致的额外标注
- message-box弹窗新版在旧版的el-message-box的外层包裹了一层父div el-overlay-message-box导致原样式会错乱
- dialog: custom在2.4版本后被移除使用class替代插槽中的title也在2.4版本后移除使用header替代
- tabs: 点击tabstab-click有延迟v-model获取的信息是上一个路由的信息使用tab-change获取的v-model则是实时的根据使用内容进行取舍。tab-change在2.1.8版本上线