befly-admin 3.12.4 → 3.12.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "3.12.4",
4
- "gitHead": "9823cc29996ba9950dd08bfd72856e3b65815039",
3
+ "version": "3.12.5",
4
+ "gitHead": "dcc064ae82118ba5fa12a063b00c181476046ca5",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
7
7
  "files": [
@@ -29,15 +29,15 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@befly-addon/admin": "^1.8.4",
32
- "@iconify-json/lucide": "^1.2.85",
32
+ "@iconify-json/lucide": "^1.2.86",
33
33
  "axios": "^1.13.2",
34
- "befly-shared": "1.4.3",
35
- "befly-vite": "^1.4.6",
34
+ "befly-shared": "^1.4.4",
35
+ "befly-vite": "^1.4.7",
36
36
  "pinia": "^3.0.4",
37
37
  "tdesign-vue-next": "^1.18.0",
38
38
  "unplugin-vue-router": "^0.19.2",
39
39
  "vite": "^8.0.0-beta.8",
40
- "vue": "^3.5.26",
40
+ "vue": "^3.5.27",
41
41
  "vue-router": "^4.6.4"
42
42
  },
43
43
  "engines": {
@@ -160,7 +160,8 @@ body {
160
160
  .page-table {
161
161
  position: relative;
162
162
  height: 100%;
163
- overflow: hidden;
163
+ // 注意:Table 固定列依赖 sticky + 滚动容器计算;page 级别的 overflow 容器可能导致 fixed 失效
164
+ overflow: visible;
164
165
 
165
166
  // 工具栏
166
167
  .main-tool {