From 94503c7382778632731b36cf6ad47f7552e4ccf9 Mon Sep 17 00:00:00 2001
From: xuefei <564615061@qq.cm>
Date: 星期六, 29 十一月 2025 14:47:07 +0800
Subject: [PATCH] fix:批量通过参数错误
---
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