refactor: 迁移ul-group-title

This commit is contained in:
augushong
2025-08-28 12:30:34 +08:00
parent 1690c7fc04
commit 7f835db5f8
15 changed files with 13336 additions and 26 deletions

View File

@@ -0,0 +1,6 @@
title=ul-group-title
padding=0
margin=0
gray=0
mobile=0
inner_margin=0

View File

@@ -0,0 +1,6 @@
<div class="ul-group-title">
销售
</div>
<div class="ul-group-title">
设计
</div>

View File

@@ -0,0 +1,5 @@
<?php
return [
];

View File

@@ -0,0 +1,7 @@
.ul-group-title {
color : #999;
border-bottom: 1px solid #bbb;
padding : 5px 0;
margin-bottom: 15px;
}