hy-virtual-tree 1.1.66 → 1.1.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  ## Changelog
2
2
 
3
+ ### 1.1.67
4
+
5
+ _2026-01-23_
6
+
7
+ - 扩展[VirtualTree] 功能
8
+ (1)调整 Tooltip 的层级
9
+
3
10
  ### 1.1.66
4
11
 
5
12
  _2026-01-23_
package/dist/index.css CHANGED
@@ -3,7 +3,7 @@
3
3
  position: absolute;
4
4
  border-radius: 4px;
5
5
  padding: 7px 9px;
6
- z-index: 2000;
6
+ z-index: 3200;
7
7
  font-size: 12px;
8
8
  line-height: 20px;
9
9
  min-width: 10px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hy-virtual-tree",
3
- "version": "1.1.66",
3
+ "version": "1.1.67",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite",