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

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