mirror of
https://gitee.com/ulthon/layui-ul.git
synced 2026-07-01 10:32:49 +08:00
feat: 迁移没有数据
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<fieldset class="layui-elem-field layui-field-title">
|
||||
<legend>没有数据</legend>
|
||||
<div class="layui-field-box">
|
||||
<div class="ul-padding-md layui-bg-gray">
|
||||
<div class="ul-info-tips">
|
||||
当前没有数据
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
@@ -2911,6 +2911,11 @@
|
||||
}
|
||||
|
||||
/* 导航结束 */
|
||||
.ul-info-tips {
|
||||
padding: 15px;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.ul-upload-photo-item {
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
@@ -3047,11 +3052,6 @@
|
||||
}
|
||||
|
||||
/* 链接导航结束 */
|
||||
.ul-info-tips {
|
||||
padding: 15px;
|
||||
background-color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.ul-card-status {
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
|
||||
2
public/cdn/layui-ul.min.css
vendored
2
public/cdn/layui-ul.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -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