From 67e02ec7bf50b7c30b1131c54d72893fa8632dd5 Mon Sep 17 00:00:00 2001
From: caill <815519168@qq.com>
Date: Wed, 22 Mar 2023 18:57:35 +0800
Subject: [PATCH] no message
---
common/style/layout.css | 16 ++++++++------
pages/management/hcxcheck.vue | 12 +++++++++--
pages/management/inscanerror.vue | 34 +++++++++++++++--------------
pages/management/outscanerror.vue | 36 ++++++++++++++++---------------
4 files changed, 57 insertions(+), 41 deletions(-)
diff --git a/common/style/layout.css b/common/style/layout.css
index 5b5d99a..81884ec 100644
--- a/common/style/layout.css
+++ b/common/style/layout.css
@@ -13,12 +13,16 @@ uni-button:after {
}
.content{
- /* display: flex; */
width: 100%;
height: 100%;
- background-color: #fff;/*
- justify-content: space-between;
- align-items: flex-start; */
+ background-color: #f5f5f5;
+}
+.search-confirm-wrap {
+ width: calc(100% - 60rpx);
+ background-color: #fff;
+ margin: 30rpx auto;
+ border-radius: 12rpx;
+ padding-bottom: 30rpx;
}
.search-wrap{
display: flex;
@@ -89,8 +93,8 @@ uni-button:after {
}
.grid-wrap{
width: 100%;
- height: calc(100% - 324rpx); /** 88+ 30+ 90 + 30+ 86*/
- padding: 30rpx;
+ height: calc(100% - 420rpx); /** 88+ 30*4+ 86*2*/
+ padding: 0 30rpx 30rpx 30rpx;
overflow-y: scroll;
}
.grid-table{
diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue
index 239d03a..ade43a0 100644
--- a/pages/management/hcxcheck.vue
+++ b/pages/management/hcxcheck.vue
@@ -1,11 +1,19 @@
-
-
+
+
+
+
+
+