@@ -36,6 +36,7 @@ export const ExampleScenes = (props: ExampleScenesProps) => {
{
title: '操作',
key: 'action',
+ width: 230,
render: (_, record) => {
const actions = [
...getSceneActions(record, false),