From fd3e47338484740781dea92463aa566bd834d5e0 Mon Sep 17 00:00:00 2001
From: jscyl <13849007907@163.com>
Date: Thu, 30 Apr 2026 08:06:49 +0800
Subject: [PATCH] no message
---
components/Tooltip.vue | 299 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 299 insertions(+)
create mode 100644 components/Tooltip.vue
diff --git a/components/Tooltip.vue b/components/Tooltip.vue
new file mode 100644
index 0000000..e4db521
--- /dev/null
+++ b/components/Tooltip.vue
@@ -0,0 +1,299 @@
+
+
+
+
+
+ {}"
+ :style="[
+ style,
+ {
+ visibility: isShow ? 'visible' : 'hidden',
+ color: color === 'white' ? '#333' : '#fff',
+ boxShadow: color === 'white' ? '0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d' : '',
+ },
+ ]"
+ >
+ {{ content }}
+
+
+
+
+
+
+
+
+