|
|
@@ -5,9 +5,9 @@
|
|
|
<view style="font-size:38upx;font-weight:bold;">
|
|
|
<view style="margin-top:20upx;">
|
|
|
<text @click="goBookAll()" style="margin-left:20upx;">汇总统计</text>
|
|
|
- <text @click="cancelSendPage()" style="float: right;margin-right:20upx;">返回</text>
|
|
|
+ <text @click="cancelSendPage()" style="float: right;margin-right:25upx;">返回</text>
|
|
|
</view>
|
|
|
- <view style="height:70upx;width:100%;margin-top:10upx;">
|
|
|
+ <view style="height:70upx;width:100%;margin-top:20upx;">
|
|
|
<input v-model="val" type="text" style="border:1upx solid #CCCCCC;border-radius:10upx;height:94upx;padding-left:10upx;margin-left:20upx;width:540upx;float: left;" />
|
|
|
<button class="admin-button-com big blue" style="width:160upx;float:left;margin-left:15upx;" @click="clearSendSearch">清除</button>
|
|
|
</view>
|