This commit is contained in:
梁灏 2018-05-17 18:27:34 +08:00
parent 492f652bab
commit 42f644a31c
4 changed files with 14 additions and 3 deletions

View file

@ -44,3 +44,4 @@
@import "avatar";
@import "color-picker";
@import "auto-complete";
@import "time";

View file

@ -0,0 +1,10 @@
@time-prefix-cls: ~"@{css-prefix}time";
.@{time-prefix-cls} {
&-with-hash{
cursor: pointer;
&:hover{
text-decoration: underline;
}
}
}