shish 1 anno fa
parent
commit
668405f5d2

+ 2 - 2
ghsPad/src/pages/home/components/nav.vue

@@ -133,9 +133,9 @@ export default {
     }
     }
   }
   }
   & .selected{
   & .selected{
-    font-weight: bold;
+    font-weight:bold;
     color:white;
     color:white;
-    font-size:11upx;
+    font-size:12upx;
   }
   }
 }
 }
 </style>
 </style>

+ 1 - 1
hdPad/src/pages/home/components/console.vue

@@ -389,7 +389,7 @@ export default {
 	& .active {
 	& .active {
 		color: #09C567;
 		color: #09C567;
 		border-color: #09C567;
 		border-color: #09C567;
-		font-size: 10upx;
+		font-size: 12upx;
 		font-weight:bold;
 		font-weight:bold;
 	}
 	}
 }
 }