no message

This commit is contained in:
2025-08-16 17:46:42 +08:00
parent 29fdce5b5a
commit a24a502546
8 changed files with 308 additions and 3 deletions
+8 -1
View File
@@ -8,7 +8,10 @@
</slot>
</view>
<view class="header-mid">
<text :style="{fontSize:fontSize,fontWeight:fontWeight,color:color}">{{title}}</text>
<slot name="mid" v-if="isMid">
</slot>
<text v-else :style="{fontSize:fontSize,fontWeight:fontWeight,color:color}">{{title}}</text>
</view>
<view class="header-right">
<slot name="right">
@@ -39,6 +42,10 @@
type:Boolean,
default:false
},
isMid:{
type:Boolean,
default:false
},
title:{
type:String,
default:''