新增选项菜单导航极简卡片风;

This commit is contained in:
2022-04-04 10:48:29 +08:00
parent f7d8cb9a99
commit 3c02fd2130
3 changed files with 84 additions and 1 deletions

View File

@@ -1 +1,2 @@
@import './ul-nav-tree'
@import './ul-nav-tree';
@import './ul-nav-card-simple';

View File

@@ -0,0 +1,10 @@
.ul-nav-card-simple {
.ul-nav-card-item {
border-radius : 6px;
background-color: rgba(255, 255, 255, 1);
box-shadow : 0px 8px 18px -8px #aebcca;
border : unset;
}
}