fix: 日期功能优化布局。

This commit is contained in:
tianyongbao
2024-06-29 10:41:28 +08:00
parent 5c10fa3e8a
commit 263e21b138
25 changed files with 46 additions and 39 deletions

View File

@@ -2,8 +2,8 @@
<view class="container">
<u-sticky offsetTop="8rpx" customNavHeight="8rpx">
<view class="search-view">
<u-input v-model="queryParams.time" border="false" type="select" placeholder="" suffixIcon="search"
suffixIconStyle="color: #909399" class="search-input">
<u-input v-model="queryParams.time" border="false" type="select" placeholder="" suffixIcon="calendar"
suffixIconStyle="color: #909399" class="search-input">
</u-input>
<u-icon :name="filterPanel ? 'arrow-up-fill' : 'arrow-down-fill'" color="#666666" size="28" label="筛选"
labelPos="left" labelSize="32rpx" labelColor="#666666" @click="filterPanel = !filterPanel"></u-icon>