feat: 项目状态列宽度调整为 160px
- 将状态列宽度从 100px 调整为 160px - 确保状态标签(包含图标和文字)有足够的显示空间 - 提升视觉体验,避免内容换行或被截断
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
prop="status"
|
prop="status"
|
||||||
label="项目状态"
|
label="项目状态"
|
||||||
width="100"
|
width="160"
|
||||||
align="center"
|
align="center"
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user