fix arrow's style bug

This commit is contained in:
youxingzhi
2018-11-28 10:31:16 +08:00
parent a7b717334c
commit 162c911f3b
3 changed files with 4 additions and 4 deletions

View File

@@ -306,10 +306,10 @@
content: "\e907";
}
.icon-caret-down:before {
content: "\e900";
content: "\e901";
}
.icon-caret-right:before {
content: "\e901";
content: "\e900";
}
.icon-edit:before {
content: "\e902";