wxy 3 months ago
parent
commit
0fa09a73ae
1 changed files with 1 additions and 6 deletions
  1. 1 6
      src/components/Layout/components/layoutHeader/index.vue

+ 1 - 6
src/components/Layout/components/layoutHeader/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="header" :style="{background:designStore.getDarkTheme?'#fff':'#313132'}">
+  <div class="header" >
     <div class="layout_header">
       <!-- 面包屑 -->
       <div class="flex_item_bread">
@@ -153,11 +153,6 @@ onMounted(() => {
   height: 50px;
 }
 
-.header {
-  background-color: #ffffff;
-}
-
-
 .flex-right-user {
   width: auto;
   display: flex;