style: update
This commit is contained in:
parent
b842a57d9b
commit
947579a059
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user