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 @@