mo před 2 roky
rodič
revize
566ad57b11

+ 2 - 2
src/components/col-header/index.css

@@ -42,12 +42,12 @@
 
 }
 
-.isdark.headerSection {
+.isdark.top.headerSection {
   background-color: #252627!important;
   animation:none;
   /* isdark */
 }
-.isdark .normalItem {
+.isdark.top.normalItem {
   color: #fff;
 
 }

+ 2 - 1
src/components/col-header/index.tsx

@@ -82,9 +82,10 @@ export default defineComponent({
         >
           <div class="flex items-center h-full">
             <div class="logoWrap" onClick={() => this.gotoMain()}>
+              {/* this.isdark || */}
               <img
                 class="w-full"
-                src={this.isdark || !this.isTop ? logo : whileLogo}
+                src={ !this.isTop ? logo : whileLogo}
                 alt=""
               />
             </div>