diff --git a/components/empty/style/index.less b/components/empty/style/index.less index 8f2ace04e..15908a3bc 100644 --- a/components/empty/style/index.less +++ b/components/empty/style/index.less @@ -47,6 +47,6 @@ // Patch for popup adjust .@{ant-prefix}-select-dropdown--multiple .@{ant-prefix}-select-dropdown-menu-item { .@{empty-prefix-cls}-small { - margin-left: @control-padding-horizontal + 20; + margin-left: 20px; } }