From aab4ddd36c63d4bd239d2d7fe9c4780b2fcc76da Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 08 六月 2023 15:16:41 +0800
Subject: [PATCH] Merge branch 'bfwms' of http://47.97.1.152:5880/r/wms_app into bfwms

---
 pages/basics/piking.vue |   19 ++++++-------------
 1 files changed, 6 insertions(+), 13 deletions(-)

diff --git a/pages/basics/piking.vue b/pages/basics/piking.vue
index 7e52d73..218fc8c 100644
--- a/pages/basics/piking.vue
+++ b/pages/basics/piking.vue
@@ -457,10 +457,10 @@
 		background-color: #ebebeb;
 	}
 	.data-list {
-		border-bottom: 1px solid #d8d8d8;
-		height: 240rpx;
+		min-height: 250rpx;
 		margin: 15rpx;
 		border-radius: 20rpx;
+		display: flex;
 	}
 	.data-list:first-child {
 		margin-top: 20rpx;
@@ -469,26 +469,19 @@
 		margin-bottom: 180rpx;
 	}
 	.data-list-left {
-		display: inline-block;
-		float: left;
 		margin-left: 6%;
-		height: 240rpx;
 		color: #676767;
+		max-width: 450rpx;
 	}
 	.matnr {
 		padding-top: 10rpx;
 	}
 	.data-list-right {
-		display: inline-block;
-		float: right;
 		width: 200rpx;
-		height: 240rpx;
-		line-height: 240rpx;
+		display: flex;
+		justify-content: space-around;
+		align-items: center;
 	}
 	.data-list-right label {
-		display: inline-block;
-		float: left;
-		width: 100rpx;
-		height: 180rpx;
 	}
 </style>
\ No newline at end of file

--
Gitblit v1.9.1