mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 12:52:48 +08:00
refactor: 迁移ul-group-title
This commit is contained in:
@@ -43,4 +43,5 @@
|
||||
@import './nav/ul-nav-grid/index';
|
||||
@import './nav/ul-nav-info/index';
|
||||
@import './nav/ul-nav-tree-2/index';
|
||||
@import './title/ul-group-title/index';
|
||||
@import './title/ul-title/index';
|
||||
|
||||
6
source/components/title/ul-group-title/_index.env
Normal file
6
source/components/title/ul-group-title/_index.env
Normal file
@@ -0,0 +1,6 @@
|
||||
title=ul-group-title
|
||||
padding=0
|
||||
margin=0
|
||||
gray=0
|
||||
mobile=0
|
||||
inner_margin=0
|
||||
6
source/components/title/ul-group-title/_index.html
Normal file
6
source/components/title/ul-group-title/_index.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="ul-group-title">
|
||||
销售
|
||||
</div>
|
||||
<div class="ul-group-title">
|
||||
设计
|
||||
</div>
|
||||
0
source/components/title/ul-group-title/_index.md
Normal file
0
source/components/title/ul-group-title/_index.md
Normal file
5
source/components/title/ul-group-title/_index.php
Normal file
5
source/components/title/ul-group-title/_index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
7
source/components/title/ul-group-title/_index.scss
Normal file
7
source/components/title/ul-group-title/_index.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
.ul-group-title {
|
||||
color : #999;
|
||||
border-bottom: 1px solid #bbb;
|
||||
padding : 5px 0;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user