style: update

This commit is contained in:
就眠儀式 2022-03-19 18:18:15 +08:00
parent b842a57d9b
commit 947579a059
3 changed files with 4 additions and 3 deletions

View File

@ -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);
}

View File

@ -159,7 +159,7 @@ const components: Record<string, Component> = {
LayConfigProvider,
LayDatePicker,
LayNoticeBar,
LayTransition
LayTransition,
};
const install = (app: App, options?: InstallOptions): void => {
@ -246,7 +246,7 @@ export {
LayConfigProvider,
LayDatePicker,
LayNoticeBar,
LayTransition
LayTransition,
};
export { layer };