style: 优化表格列宽度,确保内容完整显示
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user