mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-09 05:32:49 +08:00
feat: 迁移简单地分割线导航
This commit is contained in:
13
source/components/nav/ul-nav-link/_index.scss
Normal file
13
source/components/nav/ul-nav-link/_index.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.ul-nav-link-item {
|
||||
display : inline-block;
|
||||
margin : 5px 0;
|
||||
padding : 0 10px;
|
||||
border : 1px solid transparent;
|
||||
color : #333;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.ul-nav-link-item:not(:last-child) {
|
||||
border-right-color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user