bill 2 år sedan
förälder
incheckning
a3cde4b330
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/views/example/scene/list.tsx

+ 1 - 0
src/views/example/scene/list.tsx

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