iview/src/styles/components/time.less

10 lines
179 B
Text
Raw Normal View History

2019-08-27 09:42:40 +08:00
@time-prefix-cls: ~"@{css-prefix}time";
.@{time-prefix-cls} {
&-with-hash{
cursor: pointer;
&:hover{
text-decoration: underline;
}
}
}