Merge pull request #3645 from icarusion/Time-component

add Time component
This commit is contained in:
Aresn 2018-06-20 10:46:32 +08:00 committed by GitHub
commit 92ffd65dda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 218 additions and 1 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;
}
}
}