mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat(projects): 新增组件页面:按钮、卡片示例
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
@import './naive.scss';
|
||||
|
||||
@mixin scrollbar($size:8px, $color:#d9d9d9) {
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: $color;
|
||||
|
6
src/styles/scss/naive.scss
Normal file
6
src/styles/scss/naive.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.n-icon-slot {
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
Reference in New Issue
Block a user