添加页面, 组件, 图标
This commit is contained in:
@@ -9,17 +9,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
.footer > view {
|
||||
border-top: 1rpx solid #ddd;
|
||||
padding: 16rpx 0 0 24rpx;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.footer > view:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.show-more {
|
||||
color: #999;
|
||||
display: flex;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {
|
||||
"t-empty": "tdesign-miniprogram/empty/empty"
|
||||
}
|
||||
}
|
||||
24
miniprogram/pages/components/empty-plugin/empty-plugin.ts
Normal file
24
miniprogram/pages/components/empty-plugin/empty-plugin.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
// pages/components/empty-plugin/empty-plugin.ts
|
||||
Component({
|
||||
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {
|
||||
|
||||
}
|
||||
})
|
||||
@@ -0,0 +1 @@
|
||||
<t-empty icon="no-result" description="暂无数据" style="margin-top: 24rpx;margin-bottom: 24rpx;" />
|
||||
Reference in New Issue
Block a user