feat: 优化表格和样式

1. 更新 YlTable 组件,添加圆角和斑马纹样式
2. 修改搜索框边框颜色为绿色(#70b937)
3. 调整分析页面表格列宽和样式
4. 启用首页的我的任务组件
5. 优化分析信息组件的标签样式
This commit is contained in:
Huangzhe
2025-05-16 16:54:22 +08:00
parent d0952d2576
commit 00e3e67819
9 changed files with 131 additions and 63 deletions

1
components.d.ts vendored
View File

@@ -24,6 +24,7 @@ declare module 'vue' {
ElSpace: typeof import('element-plus/es')['ElSpace']
ElTable: typeof import('element-plus/es')['ElTable']
ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
ElTableV2: typeof import('element-plus/es')['ElTableV2']
ElTag: typeof import('element-plus/es')['ElTag']
ElText: typeof import('element-plus/es')['ElText']
Index: typeof import('./src/components/Analysis/Index.vue')['default']