Skip to content

Commit 12aa800

Browse files
committed
fix(view): button > a 样式调整
1 parent 2823313 commit 12aa800

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

admin/src/styles/element-ui.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,12 @@
4242
display: block
4343
}
4444
}
45+
46+
// button > a
47+
.el-button {
48+
a,
49+
a:focus,
50+
a:hover {
51+
color: #ffffff;
52+
}
53+
}

0 commit comments

Comments
 (0)