befly-admin-ui 1.8.19 → 1.8.20

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.
@@ -324,7 +324,6 @@ watch(
324
324
 
325
325
  // 子菜单项(非父级的菜单项)
326
326
  .t-menu__item {
327
- margin: 2px var(--spacing-sm);
328
327
  border-radius: var(--border-radius);
329
328
  transition: all var(--transition-fast);
330
329
  position: relative;
@@ -357,7 +356,7 @@ watch(
357
356
  // 父级菜单的 header(不显示指示条)
358
357
  > .t-menu__item,
359
358
  > .t-submenu__header {
360
- margin: 2px var(--spacing-sm);
359
+ // margin: 2px var(--spacing-sm);
361
360
  border-radius: var(--border-radius);
362
361
  transition: all var(--transition-fast);
363
362
  position: relative;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "befly-admin-ui",
3
- "version": "1.8.19",
4
- "gitHead": "9416f1ba55e2a0521d10a4ed592529a816a91c46",
3
+ "version": "1.8.20",
4
+ "gitHead": "f22486b763b5f436a8930e108c385bfb0a79f429",
5
5
  "private": false,
6
6
  "description": "Befly - 管理后台功能组件",
7
7
  "keywords": [