fix(projects): text level low. #409

This commit is contained in:
alleycharming 2024-04-26 18:24:00 +08:00
parent a8dbc03e23
commit 50630df6e9

View File

@ -25,7 +25,7 @@ const props = withDefaults(defineProps<Props>(), {
icon: '', icon: '',
tooltipContent: '', tooltipContent: '',
tooltipPlacement: 'bottom', tooltipPlacement: 'bottom',
zIndex: 98 zIndex: 99
}); });
interface ButtonProps { interface ButtonProps {