自定义导航高度塌陷

This commit is contained in:
bb_pan 2025-06-21 15:18:48 +08:00
parent 7bb2215aaf
commit 18babde1f1
7 changed files with 11 additions and 10 deletions

View File

@ -1,6 +1,7 @@
<template>
<view style="background-color: rgb(220, 244, 255)">
<uni-nav-bar
status-bar
left-icon="left"
@clickLeft="leftClick"
right-icon="scan"

View File

@ -1,5 +1,5 @@
<template>
<uni-nav-bar leftIcon="left" right-text="确定" title="退料编码" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitCode"/>
<uni-nav-bar status-bar leftIcon="left" right-text="确定" title="退料编码" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitCode"/>
<view class="accept page-common">
<div class="card top-content" :class="{'is-expanded': isExpanded}">
<div class="card-header" @click="isExpanded = !isExpanded">

View File

@ -1,5 +1,5 @@
<template>
<uni-nav-bar leftIcon="left" right-text="确定" title="退料数量" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitNum"/>
<uni-nav-bar status-bar leftIcon="left" right-text="确定" title="退料数量" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submitNum"/>
<view class="accept page-common">
<div class="card top-content" :class="{'is-expanded': isExpanded}">
<div class="card-header" @click="isExpanded = !isExpanded">

View File

@ -36,7 +36,7 @@
<uni-tr>
<uni-th width="100px" style="font-size: 24rpx;" align="center">类型名称</uni-th>
<uni-th width="100px" style="font-size: 24rpx;" align="center">规格型号</uni-th>
<uni-th width="80px" style="font-size: 24rpx;" align="center">在用数</uni-th>
<!-- <uni-th width="80px" style="font-size: 24rpx;" align="center">在用数</uni-th> -->
<uni-th width="80px" style="font-size: 24rpx;" align="center">退料数</uni-th>
<!-- <uni-th width="100px" style="font-size: 24rpx;" align="center">外观</uni-th> -->
<uni-th width="100px" style="font-size: 24rpx;" align="center">完好数量</uni-th>

View File

@ -1,5 +1,5 @@
<template>
<uni-nav-bar leftIcon="left" right-text="提交" title="退料任务详情" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submit"/>
<uni-nav-bar status-bar leftIcon="left" right-text="提交" title="退料任务详情" backgroundColor="#dcf4ff" :border="false" fixed @clickLeft="leftClick" @clickRight="submit"/>
<view class="accept page-common">
<uni-row :gutter="24" class="search-form">
<uni-col :span="10">

View File

@ -1,7 +1,7 @@
<template>
<view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
<uni-nav-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="新购入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
</view>
<!-- <view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
</view> -->
<uni-nav-bar status-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="新购入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
<ScanQrCodeBox
ref="scanQrCodeRefBox"
@scanSuccessBox="handleScanSuccessBox"

View File

@ -1,7 +1,7 @@
<template>
<view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
<uni-nav-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="修试入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
</view>
<!-- <view style="padding-top: 4vh;background-color: rgb(220, 244, 255);">
</view> -->
<uni-nav-bar status-bar left-icon="left" @clickLeft="leftClick" right-icon="scan" @clickRight="rightClick" title="修试入库" title-style="font-weight: bolder;" backgroundColor="rgb(220, 244, 255)" :border="false" />
<!-- 维修列表 -->
<view class="page-container">
<view class="complete-btn">