File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 63
63
64
64
<!-- 列表 -->
65
65
<ContentWrap >
66
- <div style =" width : 100 % ; height : 700px " >
66
+ <div style =" height : 700px " >
67
67
<!-- AutoResizer 自动调节大小 -->
68
68
<el-auto-resizer >
69
69
<template #default =" { height , width } " >
@@ -123,27 +123,27 @@ const columns: Column[] = [
123
123
{
124
124
dataKey: ' sort' ,
125
125
title: ' 排序' ,
126
- width: 60
126
+ width: 100
127
127
},
128
128
{
129
129
dataKey: ' permission' ,
130
130
title: ' 权限标识' ,
131
- width: 180
131
+ width: 240
132
132
},
133
133
{
134
134
dataKey: ' component' ,
135
135
title: ' 组件路径' ,
136
- width: 180
136
+ width: 240
137
137
},
138
138
{
139
139
dataKey: ' componentName' ,
140
140
title: ' 组件名称' ,
141
- width: 180
141
+ width: 240
142
142
},
143
143
{
144
144
dataKey: ' status' ,
145
145
title: ' 状态' ,
146
- width: 120 ,
146
+ width: 160 ,
147
147
cellRenderer : ({ rowData }) => {
148
148
return h (ElSwitch , {
149
149
modelValue: rowData .status ,
You can’t perform that action at this time.
0 commit comments