From 759b2befccbf91e7be5ee57183a51c168e2fa680 Mon Sep 17 00:00:00 2001 From: ChenQiuYu Date: Wed, 14 May 2025 15:34:27 +0800 Subject: [PATCH] dev --- src/components/common/Header.vue | 6 - src/views/LayoutSetting.vue | 3 - src/views/inventory/inventory.vue | 180 ++++++++++++++++++++++++++++-- 3 files changed, 169 insertions(+), 20 deletions(-) diff --git a/src/components/common/Header.vue b/src/components/common/Header.vue index 214e15e..fac9d3b 100644 --- a/src/components/common/Header.vue +++ b/src/components/common/Header.vue @@ -46,12 +46,6 @@ width: 140px; height: 50px; position: relative; - - span { - display: inline-block; - height: 50px; - } - &::before { content: ''; display: inline-block; diff --git a/src/views/LayoutSetting.vue b/src/views/LayoutSetting.vue index 5487149..9bdecb8 100644 --- a/src/views/LayoutSetting.vue +++ b/src/views/LayoutSetting.vue @@ -1,7 +1,6 @@