调试医废上传功能 修改页面风格
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
<view class="datetime-picker">
|
||||
<picker mode="date" :value="collectionDate" @change="onDateChange" :end="endDate">
|
||||
<view class="picker-box">
|
||||
<text class="picker-icon">📅</text>
|
||||
<text class="picker-text">{{collectionDate || '选择日期'}}</text>
|
||||
<text class="picker-arrow">›</text>
|
||||
</view>
|
||||
@@ -89,6 +90,7 @@
|
||||
<view class="picker-separator">·</view>
|
||||
<picker mode="time" :value="collectionTime" @change="onTimeChange">
|
||||
<view class="picker-box">
|
||||
<text class="picker-icon">🕐</text>
|
||||
<text class="picker-text">{{collectionTime}}</text>
|
||||
<text class="picker-arrow">›</text>
|
||||
</view>
|
||||
@@ -454,6 +456,11 @@
|
||||
transform: scale(0.98);
|
||||
}
|
||||
|
||||
.picker-icon {
|
||||
font-size: 32rpx;
|
||||
margin-right: 10rpx;
|
||||
}
|
||||
|
||||
.picker-text {
|
||||
flex: 1;
|
||||
font-size: 28rpx;
|
||||
|
||||
Reference in New Issue
Block a user