From b2920edd2e328124758db10dbf4af57272693a01 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Thu, 17 Dec 2020 16:38:22 +0800
Subject: [PATCH] 订单当前客户页面

---
 hive-app/common/styles/index.css |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/hive-app/common/styles/index.css b/hive-app/common/styles/index.css
index 29c647f..929a894 100644
--- a/hive-app/common/styles/index.css
+++ b/hive-app/common/styles/index.css
@@ -190,13 +190,13 @@
 }
 /* 蓝色圆形加减按钮 */
 .blue-btn-circle{
-	width: 30px;
-	height: 30px;
+	width: 20px;
+	height: 20px;
 	display: flex;
 	align-items: center;
 	justify-content: center;
-	border-radius: 50%;
 	background: #518EFF;
+	border-radius: 4px;
 	color: #FFFFFF;
 }
 

--
Gitblit v1.9.1