mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移没有数据
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
@import './nav/ul-nav-tree/index';
|
||||
@import './nav/ul-nav-tree-2/index';
|
||||
@import './nav/ul-nav-white/index';
|
||||
@import './none/ul-info-tips/index';
|
||||
@import './photo/ul-upload-photo-list/index';
|
||||
@import './search/ul-link-select/index';
|
||||
@import './search/ul-search-container/index';
|
||||
|
||||
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);
|
||||
}
|
||||
@@ -12,10 +12,6 @@
|
||||
/* 链接导航结束 */
|
||||
|
||||
|
||||
.ul-info-tips {
|
||||
padding : 15px;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.ul-card-status {
|
||||
padding : 5px;
|
||||
|
||||
Reference in New Issue
Block a user