Commit 791d5902 by YunaiV

【功能优化】菜单管理:调整宽度,避免过窄

parent 09da6579
......@@ -63,7 +63,7 @@
<!-- 列表 -->
<ContentWrap>
<div style="width: 100%; height: 700px">
<div style="height: 700px">
<!-- AutoResizer 自动调节大小 -->
<el-auto-resizer>
<template #default="{ height, width }">
......@@ -123,27 +123,27 @@ const columns: Column[] = [
{
dataKey: 'sort',
title: '排序',
width: 60
width: 100
},
{
dataKey: 'permission',
title: '权限标识',
width: 180
width: 240
},
{
dataKey: 'component',
title: '组件路径',
width: 180
width: 240
},
{
dataKey: 'componentName',
title: '组件名称',
width: 180
width: 240
},
{
dataKey: 'status',
title: '状态',
width: 120,
width: 160,
cellRenderer: ({ rowData }) => {
return h(ElSwitch, {
modelValue: rowData.status,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment