2025-09-18

顶部不固定
This commit is contained in:
2025-09-18 15:04:12 +08:00
parent 6d815dc921
commit 5b20f84f3d
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="mall-container">
<u-navbar title="商城好物" :background="{background: 'transparent' }" :border-bottom="false" back-icon-color="#fff"
<u-navbar :is-fixed="false" title="商城好物" :background="{background: 'transparent' }" :border-bottom="false" back-icon-color="#fff"
title-color="#fff">
</u-navbar>
@@ -224,7 +224,7 @@
// 商城列表
.mall-list {
margin-top: 20rpx;
padding: 0 32rpx;
padding: 0 32rpx 20rpx;
.mall-item {
border-radius: 16rpx;

View File

@@ -1,6 +1,6 @@
<template>
<view class="detail-contrainer">
<u-navbar title="项目详情" :background="{background: 'transparent' }" :border-bottom="false" back-icon-color="#fff"
<u-navbar :is-fixed="false" title="项目详情" :background="{background: 'transparent' }" :border-bottom="false" back-icon-color="#fff"
title-color="#fff">
<template v-slot:right>
<image class="collection" src="/static/icon/Bookmark.png" mode=""></image>