lease.vue,的导航栏优化
This commit is contained in:
parent
55ba294a71
commit
aed95cea74
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user