yuhdemo/yh-app/pages/me/components/CustomNavbar.vue

24 lines
438 B
Vue
Raw Permalink Normal View History

2026-01-30 14:02:18 +08:00
<template>
<u-navbar :is-back="false" title="" class="sty-nav">
<view class="slot-wrap">
<u-image
width="100%"
height="100%"
src="/static/images/u14.png"
mode="aspectFit"
></u-image>
</view>
</u-navbar>
</template>
<style lang="scss" scope>
.sty-nav /deep/ .u-slot-content {
height: 100%;
.slot-wrap {
width: 100%;
height: 100%;
background: #ffffff;
}
}
</style>