From ac789dd1780603c4e96f254035d73ec8818c3dc3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 25 三月 2024 15:17:22 +0800
Subject: [PATCH] #

---
 pages/phyz/wrkMast/wrkMast.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pages/phyz/wrkMast/wrkMast.vue b/pages/phyz/wrkMast/wrkMast.vue
index 8b36464..a18a608 100644
--- a/pages/phyz/wrkMast/wrkMast.vue
+++ b/pages/phyz/wrkMast/wrkMast.vue
@@ -1,5 +1,5 @@
 <template>
-	<view>
+	<view class="container">
 		<view class="code">
 			<uni-search-bar :focus="searchFocus" v-model="searchValue"  @input="searchInput()" ma
 				maxlength="500" ancel="cancel" @clear="clear" placeholder="杈撳叆 / 鎵弿鍟嗗搧">
@@ -77,11 +77,12 @@
 </script>
 
 <style>
+	@import url('../../../static/css/common/order.css');
 	.code {
 		background-color: #d9d9d9;
 		z-index: 99;
 		position: sticky;
-		top: 80rpx;
+		top: 0rpx;
 		left: 0;
 	}
 	.list {

--
Gitblit v1.9.1