diff --git a/src/picker/index.js b/src/picker/index.js index 438b7120a..cdbb136a4 100644 --- a/src/picker/index.js +++ b/src/picker/index.js @@ -1,7 +1,7 @@ // Utils import { createNamespace, isObject } from '../utils'; import { preventDefault } from '../utils/dom/event'; -import { BORDER_TOP_BOTTOM, BORDER_UNSET_TOP_BOTTOM } from '../utils/constant'; +import { BORDER_UNSET_TOP_BOTTOM } from '../utils/constant'; import { pickerProps } from './shared'; // Components