发布页面添加分割线

dev
zhangjinzhe 2024-08-05 20:20:14 +08:00
parent 347863d4f9
commit b91e3c43c9
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@
</view> </view>
<view class="cardx"> <view class="cardx">
<up-cell-group :border="false"> <up-cell-group :border="false">
<up-form-item label="" prop="startTime" borderBottom @click="showStartTime = !showStartTime"> <up-form-item label="" prop="startTime" borderBottom @click="showStartTime = !showStartTime" style="borderBottom: 1px solid #f5f5f5;">
<view style="margin-top: 2rpx;width: 100%;height:30rpx;display:flex;align-items: center;"> <view style="margin-top: 2rpx;width: 100%;height:30rpx;display:flex;align-items: center;">
<!-- 俩种icon --> <!-- 俩种icon -->
<image v-if="showtext1" :src="tu52" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"> <image v-if="showtext1" :src="tu52" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;">
@ -69,7 +69,7 @@
<up-icon slot="right" name="arrow-right"></up-icon> <up-icon slot="right" name="arrow-right"></up-icon>
</view> </view>
</up-form-item> </up-form-item>
<up-form-item label="" prop="endTime" borderBottom @click="showEndTime = !showEndTime"> <up-form-item label="" prop="endTime" borderBottom @click="showEndTime = !showEndTime" style="borderBottom: 1px solid #f5f5f5;">
<view style="margin-top: 2rpx;width: 100%;height: 30rpx;display: flex;align-items: center;"> <view style="margin-top: 2rpx;width: 100%;height: 30rpx;display: flex;align-items: center;">
<image v-if="showtext2" :src="tu53" style="width: 30rpx; height: 32rpx;margin-right: 12rpx;"></image> <image v-if="showtext2" :src="tu53" style="width: 30rpx; height: 32rpx;margin-right: 12rpx;"></image>
<image v-else :src="tu532" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"></image> <image v-else :src="tu532" style="width: 30rpx; height: 32rpx; margin-right: 12rpx;"></image>