From b5d3561a2e06106ed9cce2c6bcc9c2463951e998 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 15 十一月 2024 11:06:26 +0800 Subject: [PATCH] 新增申请页面不显示发运通知单的问题修改 --- components/common/combined-title/combined-title.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/common/combined-title/combined-title.vue b/components/common/combined-title/combined-title.vue index 0ff8ebb..cb6b1ad 100644 --- a/components/common/combined-title/combined-title.vue +++ b/components/common/combined-title/combined-title.vue @@ -9,7 +9,7 @@ {{title}} </view> </view> - + <!-- 缁撳熬 --> <view class="title_end" v-if="detailsPath != ''"> <view class="title_end_text" @click="toDetailsPath"> @@ -25,7 +25,7 @@ name:"combined-title", data() { return { - + }; }, props:{ @@ -50,7 +50,7 @@ <style lang="scss" scope> .title{ - width:91%; + width:94%; margin:vww(16) auto ; .title_wrapper{ height:vww(14); @@ -81,4 +81,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1