From 2869ee5c9e284791e91800534dccfd5442f4387b Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Wed, 16 Dec 2020 14:59:01 +0800
Subject: [PATCH] gx

---
 hive-app/pages/workbench/index.vue |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/hive-app/pages/workbench/index.vue b/hive-app/pages/workbench/index.vue
index 69cc4f7..ba2331f 100644
--- a/hive-app/pages/workbench/index.vue
+++ b/hive-app/pages/workbench/index.vue
@@ -12,7 +12,6 @@
 			</view>
 		</view>
 		<popover class="popup-content" v-show="isShow">
-			<view class="triangle"></view>
 			<view class="popup-item flex align-center">
 				<text class="icon white iconfont iconjiahao mr-5"></text>
 				<text class="white font-14 popup-content-text">新增会员</text>
@@ -183,7 +182,7 @@
 		padding: 12px 5px;
 	}
 	.condition{
-		background-color: #518EFF;
+		background: #518EFF;
 		padding: 15px 30px;
 		border-radius: 4px;
 	}
@@ -213,16 +212,7 @@
 		top: 48px;
 		padding-left: 10px;
 	}
-	.triangle{
-		width: 0;
-		height: 0;
-		border-width: 0 10px 10px;
-		border-style: solid;
-		border-color: transparent transparent #4c4c4c;
-		position: absolute;
-		top:-8px;
-		right: 5px;
-	}
+	
 	.popup-content-text{
 		width: 100%;
 		border-bottom: 1px solid gray;

--
Gitblit v1.9.1