From 101d655a6d79d64fb8a46649888542c4bfbc45d1 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Tue, 15 Dec 2020 11:39:11 +0800
Subject: [PATCH] 会员详情,个人中心设置

---
 hive-app/components/popover/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/hive-app/components/popover/index.vue b/hive-app/components/popover/index.vue
index d5641af..674401e 100644
--- a/hive-app/components/popover/index.vue
+++ b/hive-app/components/popover/index.vue
@@ -1,5 +1,5 @@
 <template>
-	<view>
+	<view class="content">
 		<slot></slot>
 	</view>
 </template>
@@ -16,4 +16,8 @@
 </script>
 
 <style>
+	.content{
+		background: #4c4c4c;
+		border-radius: 4px;
+	}
 </style>

--
Gitblit v1.9.1