添加动画
parent
bad6045164
commit
e821660124
|
@ -86,7 +86,8 @@ table {
|
||||||
flex-flow: row nowrap;
|
flex-flow: row nowrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// border-top: 1px solid rgba(0, 0, 0, 0.12);
|
// border-top: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
transition: background-color 0.2s ease;
|
transition: 0.2s ease;
|
||||||
|
transition-property: background-color, color;
|
||||||
border-bottom: 1px solid @color-theme_2-line;
|
border-bottom: 1px solid @color-theme_2-line;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in New Issue