From 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 03 八月 2022 16:58:06 +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