feat: 调整样式
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Page({});
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"navigationBarTitleText": "兑换中心",
|
||||
"usingComponents": {
|
||||
"t-empty": "tdesign-miniprogram/empty/empty"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
<view class="exchange-page">
|
||||
<t-empty icon="info-circle-filled" description="兑换中心功能正在开发中,敬请期待" />
|
||||
</view>
|
||||
@@ -0,0 +1,9 @@
|
||||
page {
|
||||
background: #F4F6F0;
|
||||
}
|
||||
.exchange-page {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
}
|
||||
Reference in New Issue
Block a user