增加hover样式
This commit is contained in:
parent
3a16cdc736
commit
ee11d57ec2
|
@ -56,6 +56,9 @@ $table-move-in-color: $bg-color-base;
|
|||
word-break: break-all;
|
||||
}
|
||||
|
||||
&-row-hover {
|
||||
background: rgb(227,242,253);
|
||||
}
|
||||
|
||||
&-scroll {
|
||||
overflow: auto;
|
||||
|
@ -434,4 +437,4 @@ $table-move-in-color: $bg-color-base;
|
|||
color: #999;
|
||||
-webkit-transition: all .3s;
|
||||
transition: all .3s;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue