diff --git a/examples/routers/table.vue b/examples/routers/table.vue index 6c3596e0..6f9c30a3 100644 --- a/examples/routers/table.vue +++ b/examples/routers/table.vue @@ -195,7 +195,7 @@
-
+
diff --git a/src/styles/components/table.less b/src/styles/components/table.less index def15b6b..e01d8c40 100644 --- a/src/styles/components/table.less +++ b/src/styles/components/table.less @@ -187,6 +187,12 @@ background-color: @table-td-stripe-bg; } } + // #1380 + tr.@{table-prefix-cls}-row-hover{ + td{ + background-color: @table-td-hover-bg; + } + } } tr&-row-hover{