From 947579a0595c51a06b682bc887a4442381c4e8b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E5=84=80=E5=BC=8F?= <854085467@qq.com> Date: Sat, 19 Mar 2022 18:18:15 +0800 Subject: [PATCH] style: update --- src/component/dropdown/index.less | 1 + src/component/transition/index.ts | 2 +- src/index.ts | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/component/dropdown/index.less b/src/component/dropdown/index.less index 5a32b931..b1edd7f8 100644 --- a/src/component/dropdown/index.less +++ b/src/component/dropdown/index.less @@ -15,6 +15,7 @@ background-color: #fff; box-sizing: border-box; border: 1px solid #e4e7ed; + border-radius: 2px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); } diff --git a/src/component/transition/index.ts b/src/component/transition/index.ts index 389b5c17..5511c18f 100644 --- a/src/component/transition/index.ts +++ b/src/component/transition/index.ts @@ -5,4 +5,4 @@ Component.install = (app: App) => { app.component(Component.name, Component); }; -export default Component; \ No newline at end of file +export default Component; diff --git a/src/index.ts b/src/index.ts index afc77b21..dc2c3513 100644 --- a/src/index.ts +++ b/src/index.ts @@ -159,7 +159,7 @@ const components: Record = { LayConfigProvider, LayDatePicker, LayNoticeBar, - LayTransition + LayTransition, }; const install = (app: App, options?: InstallOptions): void => { @@ -246,7 +246,7 @@ export { LayConfigProvider, LayDatePicker, LayNoticeBar, - LayTransition + LayTransition, }; export { layer };