style: 优化表格列宽度,确保内容完整显示

This commit is contained in:
wkc
2026-02-27 14:23:33 +08:00
parent 9e894305fb
commit 8c0e193fca

View File

@@ -8,7 +8,7 @@
<!-- 项目名称含描述 -->
<el-table-column
label="项目名称"
min-width="300"
min-width="180"
align="left"
>
<template slot-scope="scope">
@@ -23,7 +23,7 @@
<el-table-column
prop="updateTime"
label="更新/创建时间"
width="160"
width="180"
align="center"
>
<template slot-scope="scope">
@@ -100,8 +100,8 @@
<!-- 操作列 -->
<el-table-column
label="操作"
width="200"
align="center"
width="350"
align="left"
fixed="right"
>
<template slot-scope="scope">