1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-04 22:41:24 +08:00

Optimized the name column width of permission-related management tables

This commit is contained in:
2023-05-23 02:52:41 +08:00
parent 33e4471aa6
commit 110c447434

View File

@@ -6,7 +6,7 @@
style="margin-top: 10px" style="margin-top: 10px"
> >
<el-table-column type="selection" /> <el-table-column type="selection" />
<el-table-column prop="name" label="名称" min-width="20" /> <el-table-column prop="name" label="名称" width="120" align="center" />
<el-table-column v-if="customColumnLabel_1" :label="customColumnLabel_1"> <el-table-column v-if="customColumnLabel_1" :label="customColumnLabel_1">
<template #default="scope"> <template #default="scope">
<el-tag <el-tag