feat(projects): 新增组件页面:按钮、卡片示例

This commit is contained in:
Soybean
2021-11-28 15:29:53 +08:00
parent 0b10b5056e
commit bdc39aff1b
5 changed files with 620 additions and 5 deletions

View File

@ -1,3 +1,5 @@
@import './naive.scss';
@mixin scrollbar($size:8px, $color:#d9d9d9) {
&::-webkit-scrollbar-thumb {
background-color: $color;

View File

@ -0,0 +1,6 @@
.n-icon-slot {
width: auto !important;
height: auto !important;
justify-content: center;
align-items: center;
}