This commit is contained in:
aihe 2024-06-11 14:08:27 +08:00
parent d2593f4c0f
commit c96e3785b9

View File

@ -12,8 +12,10 @@
<u-button :hairline="false" shape="circle" size="mini" custom-style="border-radius: 23rpx;font-size: 26rpx;height: 50rpx;min-width: 130rpx;width: auto;display:flex;margin:0;">
<u-row justify="between" custom-style="width: 100%;">
<view :style="'padding-right: 4rpx;white-space: nowrap;' + 'color: #666;'">
统计-
<tpx-text-dic :value="searchParam.date" :list="dateRangeList"></tpx-text-dic>
<u-row>
<text>统计-</text>
<tpx-text-dic :value="searchParam.date" :list="dateRangeList"></tpx-text-dic>
</u-row>
</view>
<u-icon :name="showSearchMore?'arrow-up-fill':'arrow-down-fill'"
color="#666" size="18" custom-style="margin-top: 2rpx;"