Browse Source

底部图标替换

asd26269546 1 year ago
parent
commit
f1bb49c49d
1 changed files with 7 additions and 0 deletions
  1. 7 0
      src/views/main.vue

+ 7 - 0
src/views/main.vue

@@ -115,4 +115,11 @@ watch(router.currentRoute, (to, from) => {
 	overflow-y: auto;
 	z-index: 1000;
 }
+.footer-icon{
+	font-size: 20px;
+	color: #BBBBBB;
+}
+.footer-icon-active{
+	color: #3E7BFA;
+}
 </style>