project init & fix ui
This commit is contained in:
38
pages/chart/index.wxml
Normal file
38
pages/chart/index.wxml
Normal file
@@ -0,0 +1,38 @@
|
||||
<view class="padding_box">
|
||||
<t-divider content="{{showDate}}" data-mode="showDate" bind:tap="showPicker"/>
|
||||
</view>
|
||||
<t-tabs defaultValue="{{0}}" t-class="custom-tabs" theme="card">
|
||||
<t-tab-panel label="总览" value="0" class="tab_content">
|
||||
<view class="space_box">
|
||||
<text>总资产\n {{1203.00}}</text>
|
||||
<text>总资产\n {{1203.00}}</text>
|
||||
<text>总资产\n {{1203.00}}</text>
|
||||
<text>总资产\n {{1203.00}}</text>
|
||||
<text>总资产\n {{1203.00}}</text>
|
||||
</view>
|
||||
</t-tab-panel>
|
||||
<t-tab-panel label="分类" value="1" class="tab_content">
|
||||
Jodijawoidjwoaidjwaoij
|
||||
</t-tab-panel>
|
||||
<t-tab-panel label="趋势" value="2" class="tab_content">
|
||||
|
||||
</t-tab-panel>
|
||||
<t-tab-panel label="排行" value="3" class="tab_content">
|
||||
|
||||
</t-tab-panel>
|
||||
</t-tabs>
|
||||
<view class="placeholder"/>
|
||||
<foot-tab value="label_2"/>
|
||||
<!-- 年月 -->
|
||||
<t-date-time-picker
|
||||
title="选择日期"
|
||||
visible="{{showDateVisible}}"
|
||||
mode="month"
|
||||
value="{{showDate}}"
|
||||
format="YYYY-MM"
|
||||
bindchange="onConfirm"
|
||||
bindpick="onColumnChange"
|
||||
bindcancel="hidePicker"
|
||||
start="{{start}}"
|
||||
end="{{end}}"
|
||||
/>
|
||||
Reference in New Issue
Block a user