fix: 表格控件操作按钮改回primary。
This commit is contained in:
parent
05bde90ca7
commit
9c8718e116
@ -14,7 +14,7 @@ export const GhostButton = defineComponent({
|
||||
return () =>
|
||||
h(
|
||||
Button,
|
||||
{ ...props, ...attrs, type: 'link', ghost: true, size: 'small' },
|
||||
{ ...props, ...attrs, type: 'primary', ghost: true, size: 'small' },
|
||||
slots,
|
||||
);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user