project init

This commit is contained in:
2023-01-09 10:20:17 +08:00
parent ac9b479805
commit fa1176f658
22 changed files with 800 additions and 39 deletions

View File

@@ -1,2 +1,26 @@
我的
<t-cell-group theme="card">
<t-cell title="浙A88FU7" description="下午好!">
<view class="avatar" slot="left-icon">
<open-data type="userAvatarUrl" />
</view>
</t-cell>
<t-cell title="预算管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="资产分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="支出分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="收入分类管理" arrow>
<t-icon name="tools" slot="left-icon" />
</t-cell>
<t-cell title="反馈建议" arrow>
<t-icon name="chat" slot="left-icon" />
</t-cell>
<t-cell title="关于我们" arrow>
<t-icon name="gift" slot="left-icon" />
</t-cell>
</t-cell-group>
<foot-tab value="label_4"/>

View File

@@ -0,0 +1,6 @@
.avatar {
width: 96rpx;
height: 96rpx;
border-radius: 50%;
overflow: hidden;
}