Просмотр исходного кода

a标签样式提到common.scss中

yangc 8 лет назад
Родитель
Сommit
2f71848243
1 измененных файлов с 8 добавлено и 0 удалено
  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;
+}