增加hover样式

This commit is contained in:
huyueb 2017-12-23 18:16:23 +08:00
parent 3a16cdc736
commit ee11d57ec2
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}
}