This commit is contained in:
BianLzhaoMin 2025-04-29 14:38:05 +08:00
parent 4971f20f73
commit 534d4ec32f
1 changed files with 23 additions and 25 deletions

View File

@ -77,7 +77,6 @@
<view @tap="onSelectDate(1)" class="select-project-area"> <view @tap="onSelectDate(1)" class="select-project-area">
1 1
</view> </view>
<template #suffix v-if="queryParams.startTime">
<up-icon <up-icon
name="close-circle-fill" name="close-circle-fill"
style="margin-right: 12rpx" style="margin-right: 12rpx"
@ -88,7 +87,6 @@
} }
" "
/> />
</template>
</view> </view>
</template> </template>
</up-input> </up-input>
@ -107,7 +105,6 @@
<view @tap="onSelectDate(2)" class="select-project-area"> <view @tap="onSelectDate(2)" class="select-project-area">
1 1
</view> </view>
<template #suffix v-if="queryParams.endTime">
<up-icon <up-icon
name="close-circle-fill" name="close-circle-fill"
style="margin-right: 12rpx" style="margin-right: 12rpx"
@ -118,7 +115,6 @@
} }
" "
/> />
</template>
</view> </view>
</template> </template>
</up-input> </up-input>
@ -866,6 +862,8 @@ onMounted(async () => {
} }
::v-deep .time-input .uni-input-input { ::v-deep .time-input .uni-input-input {
right: 20%; left: 7%;
top: 50%;
transform: translateY(-55%);
} }
</style> </style>