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