|
|
@@ -1,11 +1,6 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
<view class="ex-page">
|
|
|
- <view class="input-wrap_box">
|
|
|
- <view>
|
|
|
- <AppSearchModule placeholder="输入拼音首字母搜索" @input="searchFn"/>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
<view class="top-bar">
|
|
|
<DateSelect class="bar" top="0" @selectDateFn="selectDateFn" />
|
|
|
</view>
|
|
|
@@ -29,7 +24,7 @@
|
|
|
|
|
|
<t-tr>
|
|
|
<t-td align="center">
|
|
|
- <view style="font-weight:bold;color:black;font-size:34upx;">
|
|
|
+ <view style="font-weight:bold;color:black;font-size:32upx;">
|
|
|
合计 ¥{{totalIncome}}
|
|
|
</view>
|
|
|
</t-td>
|
|
|
@@ -186,7 +181,7 @@ export default {
|
|
|
.top-bar {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
- top:130upx;
|
|
|
+ top:10upx;
|
|
|
display: flex;
|
|
|
width: 100%;
|
|
|
z-index: 20;
|
|
|
@@ -200,7 +195,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
.main-view {
|
|
|
- margin-top: 90upx;
|
|
|
+ margin-top:50upx;
|
|
|
flex: 1;
|
|
|
background-color: #f9fbfc;
|
|
|
.space-view {
|