Browse Source

a标签样式提到common.scss中

yangc 8 years ago
parent
commit
2f71848243
1 changed files with 8 additions and 0 deletions
  1. 8 0
      assets/scss/common.scss

+ 8 - 0
assets/scss/common.scss

@@ -618,3 +618,11 @@ div.el-tree-node__content{
   padding: 14px !important;
 }
 
+a {
+  color: #2d8cf0;
+  background: 0 0;
+  text-decoration: none;
+  outline: 0;
+  cursor: pointer;
+  transition: color .2s ease;
+}