From 156a667b09390614c685c15a3c42b035e7a1d269 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 15 七月 2024 14:58:13 +0800 Subject: [PATCH] fix:库管日计划页面详情 列表修改样式 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue index db6ecee..d83f197 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue @@ -1115,7 +1115,7 @@ <style lang="scss" scoped> .sub-table{ - width: 690rpx; + width: 95%; min-height: 300rpx; margin: vww(30) vww(15) vww(13) !important; background: #ffffff; @@ -1242,7 +1242,7 @@ } .block-information { - width: 690rpx; + width: 95%; height: 396rpx; margin: vww(40) auto; background: #ffffff; @@ -1306,13 +1306,13 @@ } .time { - width: 35%; + width: 55%; height: vww(12); display: flex; justify-content: flex-start; .send-date { - width: 148rpx; + width: 200rpx; height: 24rpx; margin-left: vww(14); font-size: 28rpx; @@ -1367,7 +1367,7 @@ } } .sub-table{ - width: 690rpx; + width: 95%; min-height: 300rpx; margin: vww(30) vww(15) vww(13) !important; background: #ffffff; -- Gitblit v1.9.1