mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-07 04:42:48 +08:00
feat: 迁移没有数据
This commit is contained in:
6
source/components/none/ul-info-tips/_index.env
Normal file
6
source/components/none/ul-info-tips/_index.env
Normal file
@@ -0,0 +1,6 @@
|
||||
title=没有数据
|
||||
padding=1
|
||||
margin=0
|
||||
gray=1
|
||||
mobile=0
|
||||
inner_margin=0
|
||||
3
source/components/none/ul-info-tips/_index.html
Normal file
3
source/components/none/ul-info-tips/_index.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="ul-info-tips">
|
||||
当前没有数据
|
||||
</div>
|
||||
0
source/components/none/ul-info-tips/_index.md
Normal file
0
source/components/none/ul-info-tips/_index.md
Normal file
5
source/components/none/ul-info-tips/_index.php
Normal file
5
source/components/none/ul-info-tips/_index.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
5
source/components/none/ul-info-tips/_index.scss
Normal file
5
source/components/none/ul-info-tips/_index.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
.ul-info-tips {
|
||||
padding : 15px;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
Reference in New Issue
Block a user