From e7a16c7b5f2dedcc25552275f746ce276be0aef0 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期六, 26 四月 2025 08:35:51 +0800 Subject: [PATCH] 1.检验图纸删除bug优化 --- H5/Sctl.aspx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/H5/Sctl.aspx b/H5/Sctl.aspx index 8b58bf5..d066c82 100644 --- a/H5/Sctl.aspx +++ b/H5/Sctl.aspx @@ -14,7 +14,7 @@ left-arrow @click-left="GoBack()" ></van-nav-bar> - <div> + <div class="content-wrapper"> <van-cell-group> <van-field ref="billNo" @@ -68,7 +68,7 @@ disabled ></van-field> </van-cell-group> - </div> + <%-- <van-tabs color="#000" title-active-color="#0283EF" > <van-tab title="寰呴��鏄庣粏"> @@ -124,7 +124,7 @@ </van-tabs> <van-action-sheet v-model="show" :actions="actions" @select="onSelect" ></van-action-sheet> - + </div> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder3" Runat="Server"> <comloading v-if="isLoading"></comloading> -- Gitblit v1.9.3