shaogen1995 4 лет назад
Родитель
Сommit
f2387f7172

+ 1 - 0
src/components/tabLeft.vue

@@ -73,6 +73,7 @@ export default {
       }
       }
       .active {
       .active {
         background:#e6f7ff ;
         background:#e6f7ff ;
+        color: #409eff;
       }
       }
     }
     }
   }</style>
   }</style>

+ 1 - 0
src/components/tabLeft2.vue

@@ -70,6 +70,7 @@ export default {
       }
       }
       .active {
       .active {
         background:#e6f7ff ;
         background:#e6f7ff ;
+        color: #409eff;
       }
       }
     }
     }
   }</style>
   }</style>

+ 1 - 0
src/components/tabLeft3.vue

@@ -62,6 +62,7 @@ export default {
       }
       }
       .active {
       .active {
         background:#e6f7ff ;
         background:#e6f7ff ;
+        color: #409eff;
       }
       }
     }
     }
   }</style>
   }</style>

+ 1 - 0
src/components/tabLeft4.vue

@@ -62,6 +62,7 @@ export default {
       }
       }
       .active {
       .active {
         background:#e6f7ff ;
         background:#e6f7ff ;
+        color: #409eff;
       }
       }
     }
     }
   }</style>
   }</style>

+ 3 - 0
src/views/home/index.vue

@@ -295,6 +295,9 @@ export default {
           justify-content: space-around;
           justify-content: space-around;
           li {
           li {
             cursor: pointer;
             cursor: pointer;
+            &:hover p{
+              color: #409eff;
+            }
             p {
             p {
               color: black;
               color: black;
               text-align: center;
               text-align: center;