lease.vue,的导航栏优化

This commit is contained in:
WindowBird 2025-08-18 16:59:55 +08:00
parent 55ba294a71
commit aed95cea74
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<view class="layout">
<view class="navbar">
<view :style="{ background: color }" class="navbar">
<view :style="{ height: getStatusBarHeight() + 'px' }" class="statusBar"></view>
<view
:style="{ height: getTitleBarHeight() + 'px', marginLeft: getLeftIconLeft() + 'px' }"
@ -26,6 +26,10 @@ defineProps({
type: String,
default: '壁纸',
},
color: {
type: String,
default: 'transparent',
},
})
</script>

View File

@ -1,7 +1,7 @@
<template>
<view class="lease-page">
<!-- 头部区域 -->
<custom-nav-bar2 title="租赁申请"></custom-nav-bar2>
<custom-nav-bar2 color="#FFDECB" title="租赁申请"></custom-nav-bar2>
<view class="header">
<image
:src="commonEnum.FIRE_BACKGROUND_FULL"