付延余
2022-08-03 910f2ef56d0d49a4ce24b2f33860dce4d739b1b4
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>
</style>