diff --git a/style/components/checkbox.less b/style/components/checkbox.less index 37860169b9..9d2c3f83ac 100644 --- a/style/components/checkbox.less +++ b/style/components/checkbox.less @@ -80,6 +80,11 @@ height: 1px; } } + &:hover { + .@{checkbox-inner-prefix-cls} { + border-color: @primary-color; + } + } } // 选中状态 .@{checkbox-wrap-prefix-cls}-checked {