From ee11d57ec2c4f6f8d5d3eeb6b8c354933c3f4cce Mon Sep 17 00:00:00 2001 From: huyueb <1062887235@qq.com> Date: Sat, 23 Dec 2017 18:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0hover=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Table.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Table.scss b/src/Table.scss index 1538a7d..1b86dcc 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -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; -} \ No newline at end of file +}