feat: 项目状态列宽度调整为 160px

- 将状态列宽度从 100px 调整为 160px
- 确保状态标签(包含图标和文字)有足够的显示空间
- 提升视觉体验,避免内容换行或被截断
This commit is contained in:
wkc
2026-02-27 09:45:51 +08:00
parent 7a36860021
commit fa0a27f5ac

View File

@@ -24,7 +24,7 @@
<el-table-column
prop="status"
label="项目状态"
width="100"
width="160"
align="center"
>
<template slot-scope="scope">