Browse Source

解决header a标签下划线

zweizhao 7 years ago
parent
commit
6c5c681149
1 changed files with 3 additions and 2 deletions
  1. 3 2
      components/header.vue

+ 3 - 2
components/header.vue

@@ -270,11 +270,9 @@ export default {
   color: grey;
   cursor: pointer;
 }
-
 i {
   margin-right: 4px;
 }
-
 i.circle {
   display: inline-block;
   --width: 12px;
@@ -409,4 +407,7 @@ span.other-icon {
 .account-ctrl {
   color: #606266;
 }
+#proginn-header a {
+  text-decoration: none !important;
+}
 </style>