xuqiang 4 лет назад
Родитель
Сommit
e353e351ab

+ 5 - 2
src/main/pc-space/src/components/PageHeader.vue

@@ -269,6 +269,9 @@ export default {
     font-weight: bold;
     text-align: center;
 }
+/deep/ .el-tabs__item:hover {
+    color: #fdfb60 !important;
+}
 /deep/.menus {
     padding: 15px 25px 0;
     .el-tabs__item {
@@ -278,7 +281,7 @@ export default {
         font-weight: 400;
         // font-weight: bold;
         &.is-active {
-            color: #fff;
+            color: #fdfb60;
             font-weight: bold;
         }
         &:focus {
@@ -300,7 +303,7 @@ export default {
             position: absolute;
             left: 30%;
             right: 30%;
-            background-color: #fff;
+            background-color: #fdfb60;
             top: 0;
             bottom: 0;
         }

+ 0 - 2
src/main/pc-space/src/router/index.js

@@ -272,8 +272,6 @@ router.beforeEach((to, from, next) => {
     }
 });
 
-
-
 function backNext(to) {
     if (to.path === '/productDetail') {
         to.path = '/collectionDetail';