From 6e5dddd39f051cfe564c32ae5608729ad9260409 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 13 八月 2024 15:26:07 +0800 Subject: [PATCH] feat:申请入场改为修改预约时间 --- pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue b/pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue index a253c4d..90a1cda 100644 --- a/pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue +++ b/pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue @@ -38,7 +38,7 @@ <view class="third-line"> <view class="time-icon"> <view - style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> + style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover"> </view> </view> <view class="send-date">{{ item.sendDate }} {{ item.startTime || '' }}-{{item.endTime || ""}}</view> @@ -64,7 +64,7 @@ <view class="imgrPopup"> <u--image :showLoading="true" :src="certificateImg != null ? BaseUrl + certificateImg : ''" - width="700rpx" + width="100%" height="400rpx" @click="imageClick(certificateImg)"> <view slot="error" @@ -353,7 +353,7 @@ } } .imgrPopup{ - width: 700rpx; + width: 80vw; background-color: #ffffff; .driveruser{ display: flex; @@ -362,9 +362,10 @@ } .receiverPopup { height: vww(153); - width: 500rpx; + width: 60vw; .receiverPopup__title { + font-size: 1.4vw; margin: vww(10) auto 0; width: 80%; text-align: center; @@ -424,7 +425,7 @@ line-height: vww(20); padding: vww(5) vww(10); color: #111111; - font-size: vww(18); + font-size: 2vw; font-weight: 550; background: #ffffff; } @@ -433,7 +434,7 @@ height: vww(32); line-height: vww(20); padding: vww(5) vww(5); - font-size: vww(16); + font-size: 1.5vw; color: #111111; background: #ffffff; .u-button { @@ -456,7 +457,7 @@ } .collection-form-item { margin: 0 vww(15); - width: 690rpx; + width: 95%; height: 370rpx; background: #ffffff; box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15); @@ -503,12 +504,10 @@ } .point-number { - width: 15%; + width: 33%; .order-type { color: #035cfb; - border: 2px solid #035cfb; border-radius: 4rpx; - padding: vww(2) vww(4); text-align: center; } // text { @@ -585,7 +584,7 @@ justify-content: flex-start; position: relative; bottom: vww(10); - left: 25%; + left: 30%; .receive, .forward { -- Gitblit v1.9.1