From 50630df6e977650a28d7789e9f0e1847753df941 Mon Sep 17 00:00:00 2001 From: alleycharming Date: Fri, 26 Apr 2024 18:24:00 +0800 Subject: [PATCH] fix(projects): text level low. #409 --- src/components/custom/button-icon.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/custom/button-icon.vue b/src/components/custom/button-icon.vue index 3cf39e59d..b6ffd366a 100644 --- a/src/components/custom/button-icon.vue +++ b/src/components/custom/button-icon.vue @@ -25,7 +25,7 @@ const props = withDefaults(defineProps(), { icon: '', tooltipContent: '', tooltipPlacement: 'bottom', - zIndex: 98 + zIndex: 99 }); interface ButtonProps {