From 1f3406acbac28b5b98c8d9dde2557374b97c0ef9 Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 21 Dec 2020 17:40:58 +0800
Subject: [PATCH] gx

---
 hive-app/pages/workbench/index.vue |   45 ++++++++++++++++++++++-----------------------
 1 files changed, 22 insertions(+), 23 deletions(-)

diff --git a/hive-app/pages/workbench/index.vue b/hive-app/pages/workbench/index.vue
index 7af3599..b98a465 100644
--- a/hive-app/pages/workbench/index.vue
+++ b/hive-app/pages/workbench/index.vue
@@ -21,25 +21,24 @@
 				<text class="white font-14 popup-content-text">扫一扫</text>
 			</view>
 		</popover>
-		<view class="condition">
+		<view class="condition flex justify-around">
 			<view class="eyes">
 				<text class="iconfont iconyanjing2"></text>
 				<!-- <text class="iconfont iconbiyan"></text> -->
 			</view>
-			<view class="flex justify-around">
-				<view class="flex flex-v align-center">
-					<text class="font-17">¥ 1000</text>
-					<text>今日订单</text>
-				</view>
-				<view class="flex flex-v align-center">
-					<text class="font-17">¥ 100</text>
-					<text>今日消耗</text>
-				</view>
-				<view class="flex flex-v align-center">
-					<text class="font-17">¥ 90</text>
-					<text>手工提成</text>
-				</view>
+			<view class="flex flex-v align-center">
+				<text class="font-17">¥ 1000</text>
+				<text>今日订单</text>
 			</view>
+			<view class="flex flex-v align-center">
+				<text class="font-17">¥ 100</text>
+				<text>今日消耗</text>
+			</view>
+			<view class="flex flex-v align-center">
+				<text class="font-17">¥ 90</text>
+				<text>手工提成</text>
+			</view>
+			
 		</view>
 		<view class="content-item mt-10">
 			<text class="title">订单</text>
@@ -133,11 +132,11 @@
 			<view class="flex align-center mt-10">
 				<view class="flex flex-v align-center list-item">
 					<image class="content-icon" src="../../static/images/warehouse1.png"></image>
-					<text class="font-12 mt-10 font-dark">库存查询</text>
+					<text class="font-12 mt-5 font-dark">库存查询</text>
 				</view>
 				<view class="flex flex-v align-center list-item">
 					<image class="content-icon" src="../../static/images/warehouse2.png"></image>
-					<text class="font-12 mt-10 font-dark">盘点</text>
+					<text class="font-12 mt-5 font-dark">盘点</text>
 				</view>
 			</view>
 		</view>
@@ -156,9 +155,9 @@
 			}
 		},
 		onLoad() {
-			document.addEventListener('click', () => {
-				this.isShow = false
-			}, false)
+			// document.addEventListener('click', () => {
+			// 	this.isShow = false
+			// }, false)
 		},
 		methods:{
 			appear(){
@@ -191,17 +190,16 @@
 	.condition{
 		position: relative;
 		background: #518EFF;
-		padding: 15px 22px;
+		padding: 15px 20px;
 		border-radius: 4px;
 		font-size: 14px;
 		color: #FFFFFF;
 		line-height: 30px;
 	}
 	.condition .eyes{
-		/* position: absolute;
+		position: absolute;
 		right: 10px;
-		top: 10px; */
-		text-align: right;
+		top: 10px;
 	}
 	.condition .eyes .iconfont{
 		font-size: 18px;
@@ -231,6 +229,7 @@
 	
 	.popup-content{
 		position: absolute;
+		z-index: 99;
 		right: 9px;
 		top: 48px;
 		padding-left: 10px;

--
Gitblit v1.9.1