xiugai
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="img" :class="marginTopExtra?'margin-extra':''">
|
||||
<image :src="baseUrl+'empty.png'" mode="widthFix"></image>
|
||||
</div>
|
||||
<p>这里没有相关记录哦~</p>
|
||||
<p :style="{padding: contentTitle?'0 50px':''}">{{contentTitle?contentTitle:'这里没有相关记录哦~'}}</p>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
@@ -14,11 +14,16 @@
|
||||
marginTopExtra:{
|
||||
type:Boolean,
|
||||
default: true
|
||||
},
|
||||
contentTitle:{
|
||||
type:String,
|
||||
default:''
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
baseUrl: this.global.imgURL
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user