befly-admin 4.38.0 → 4.40.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "befly-admin",
3
- "version": "4.38.0",
3
+ "version": "4.40.0",
4
4
  "gitHead": "282f7accca9c8d55956a5490c0365cce4a1ad90d",
5
5
  "private": false,
6
6
  "description": "Befly Admin - 基于 Vue3 + TDesign Vue Next 的后台管理系统",
@@ -28,7 +28,7 @@
28
28
  "preview": "bunx --bun befly-vite preview"
29
29
  },
30
30
  "dependencies": {
31
- "befly-admin-ui": "1.46.0",
31
+ "befly-admin-ui": "1.48.0",
32
32
  "befly-shared": "2.29.0",
33
33
  "befly-vite": "1.37.0",
34
34
  "pinia": "^3.0.4",
@@ -257,10 +257,8 @@ body {
257
257
  display: flex;
258
258
  align-items: center;
259
259
  padding: 0 var(--spacing-md);
260
-
261
- // 分页文字样式
262
260
  .t-pagination__total {
263
- color: var(--text-secondary);
261
+ text-align: left;
264
262
  }
265
263
  }
266
264
  }