This commit is contained in:
xuyuncong 2025-10-21 10:07:57 +08:00
parent 5398a129dc
commit 94a9d0d5f3
2 changed files with 9 additions and 3 deletions

View File

@ -165,6 +165,6 @@
.page-top {
padding-top: var(--status-bar-height); //
background-color: white;
// background-color: white;
}
</style>

View File

@ -1,10 +1,11 @@
<template>
<view class="detail-container">
<view class="top">
<view class="navbar">
<VNavigationBar title="详情页" background-color="rgba(0,0,0,0)" title-color="#1f2d3d"></VNavigationBar>
<!-- <view class="navbar">
<uni-icons type="left" color="#1f2d3d" size="22" @click="goBack" />
<text class="navbar-title">详情页</text>
</view>
</view> -->
<view class="header">
<!-- 选项卡 -->
@ -105,6 +106,7 @@
<script>
import request from '@/utils/request';
import VNavigationBar from '@/components/VNavigationBar.vue'
import {
formatCurrency,
getDictByCode,
@ -116,6 +118,9 @@
} from "@/utils/permission"; //
export default {
components: {
VNavigationBar,
},
name: 'DetailPage',
data() {
return {
@ -307,6 +312,7 @@
.top {
background-image: url('/static/images/table_header.png');
padding-top: var(--status-bar-height); //
/* z-index: 1; */
}
.navbar-title {