From 935f34238713b63a1f44fb12d09cd2512b1bd46d Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Wed, 23 Dec 2020 16:21:18 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app

---
 hive-app/pages/workbench/orderList.vue |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/hive-app/pages/workbench/orderList.vue b/hive-app/pages/workbench/orderList.vue
index 1d33113..ccbbd16 100644
--- a/hive-app/pages/workbench/orderList.vue
+++ b/hive-app/pages/workbench/orderList.vue
@@ -98,25 +98,27 @@
 		border-radius: 4px;
 		margin: 10px;
 		color: #3a3f3f;
+		border: 1px solid #EDEAF4;
+		padding: 0 10px;
 	}
 	.list-header{
 		display: flex;
 		justify-content: space-between;
-		padding: 12px 15px;
+		padding: 12px 0;
 		font-size: 15px;
 		border-bottom: 1px solid #EDEAF4;
 	}
 	.list-content{
 		display: flex;
 		justify-content: space-between;
-		padding: 12px 15px;
+		padding: 12px 0;
 		font-size: 14px;
 		line-height: 28px;
 	}
 	.list-footer{
 		display: flex;
 		justify-content: flex-end;
-		padding: 10px 15px;
+		padding: 10px 0;
 		border-top: 1px solid #EDEAF4;
 	}
 </style>

--
Gitblit v1.9.1