1.0发布,Fixes Bug,以及新增 ProTable组件

This commit is contained in:
Ah jung
2021-07-12 16:16:51 +08:00
parent d423f27e94
commit 1e9b7074e5
43 changed files with 1375 additions and 65 deletions

View File

@@ -94,6 +94,18 @@ body .n-card {
transition: all .2s ease-in-out;
}
body .proCard {
border-radius: 4px;
.n-card__content {
padding: 16px;
&:first-child {
padding-top: 16px;
}
}
}
.n-layout-page-header {
margin: 0 -10px;
}