diff --git a/src/views/LayoutInventory.vue b/src/views/LayoutInventory.vue
index 705b77f..8a53888 100644
--- a/src/views/LayoutInventory.vue
+++ b/src/views/LayoutInventory.vue
@@ -1,17 +1,21 @@
@@ -23,6 +27,7 @@
background: #fff;
display: flex;
align-items: center;
+
.child-item {
display: inline-block;
color: #151515;
@@ -40,7 +45,7 @@
display: block;
width: 100%;
height: 2px;
- background-color: #151515; // 下划线颜色
+ background-color: #151515; // 下划线颜色
position: absolute;
bottom: -5px; // 调整下划线与文字的距离
left: 0;
@@ -54,6 +59,7 @@ import "@/assets/scss/layout.scss"
import Header from "@/components/common/Header.vue";
import Footer from "@/components/common/Footer.vue";
import {ref} from "vue";
+
const childMenuList = ref([
{
name: '商品',
diff --git a/src/views/LayoutSetting.vue b/src/views/LayoutSetting.vue
index ed09206..5487149 100644
--- a/src/views/LayoutSetting.vue
+++ b/src/views/LayoutSetting.vue
@@ -1,28 +1,36 @@
\ No newline at end of file