底部占位符 + 按钮变好看

This commit is contained in:
limqhz
2022-12-16 18:42:26 +08:00
parent 75f88a420f
commit df370f0844
11 changed files with 22 additions and 9 deletions

View File

@@ -20,6 +20,7 @@
</view>
<t-divider content="✿✿✿---■Quinn■---✿✿✿" />
</view>
<view class="block-position"></view>
</view>
<t-empty wx:if="{{dataEmpty}}" t-class="empty-cls" icon="info-circle-filled" description="暂无纪念日" />
<t-fab icon="add" bind:click="handleClick"></t-fab>

View File

@@ -28,3 +28,6 @@ image{
.countdown {
margin-top: 5rpx;
}
.block-position{
height: 50rpx;
}