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