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; background-color: #fff;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #e4e7ed; border: 1px solid #e4e7ed;
border-radius: 2px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
} }

View File

@ -5,4 +5,4 @@ Component.install = (app: App) => {
app.component(Component.name, Component); app.component(Component.name, Component);
}; };
export default Component; export default Component;

View File

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