diff --git a/src/assets/styles/antd.scss b/src/assets/styles/antd.scss index af33e3cd..d9dc2405 100644 --- a/src/assets/styles/antd.scss +++ b/src/assets/styles/antd.scss @@ -21,10 +21,8 @@ } .ant-dropdown-menu { box-shadow: $boxShadow; - border: 1px solid $borderColor; } .ant-dropdown-menu-item { - transition: none; &:hover { background-color: rgba($color: $themeColor, $alpha: .2); diff --git a/src/components/ColorPicker/index.vue b/src/components/ColorPicker/index.vue index f363787a..f262bb75 100644 --- a/src/components/ColorPicker/index.vue +++ b/src/components/ColorPicker/index.vue @@ -57,7 +57,7 @@ > -