Commit d9b58e46aee48a6f26ae009c1efd74f47e77697e
1 parent
116a1f77
style(layout): update layout style #149
Showing
3 changed files
with
3 additions
and
6 deletions
src/components/Table/src/components/TableAction.vue
... | ... | @@ -49,13 +49,13 @@ |
49 | 49 | return props.actions.map((action) => { |
50 | 50 | const { popConfirm } = action; |
51 | 51 | return { |
52 | + type: 'link', | |
53 | + size: 'small', | |
52 | 54 | ...action, |
53 | 55 | ...(popConfirm || {}), |
54 | 56 | onConfirm: popConfirm?.confirm, |
55 | 57 | onCancel: popConfirm?.cancel, |
56 | 58 | enable: !!popConfirm, |
57 | - type: 'link', | |
58 | - size: 'small', | |
59 | 59 | }; |
60 | 60 | }); |
61 | 61 | }); | ... | ... |
src/layouts/default/header/index.less