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.
- package/layouts/default.vue +1 -2
- package/package.json +2 -2
package/layouts/default.vue
CHANGED
|
@@ -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