diff --git a/src/index.less b/src/index.less index ca75570..9d20499 100644 --- a/src/index.less +++ b/src/index.less @@ -175,6 +175,10 @@ textarea.ant-input { font-weight: 400 !important; } +.ant-dropdown-menu{ + padding: 8px 4px !important; +} + .ant-dropdown-menu-item:hover { background-color: rgba(#ff4d4f, 0.1) !important; }