From 16b692b3ea44779cd15f730b5376ef12b39a9e13 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期三, 17 四月 2024 15:06:44 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/wms_app into phyzasrs

---
 static/css/common/order.css |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/static/css/common/order.css b/static/css/common/order.css
index a18b888..60d37f4 100644
--- a/static/css/common/order.css
+++ b/static/css/common/order.css
@@ -11,7 +11,7 @@
 	.code-title {
 		display: flex;
 		justify-content: space-around;
-		height: 50rpx;
+		/* height: 50rpx; */
 	}
 	.list {
 		margin: 20rpx;
@@ -113,8 +113,13 @@
 		z-index: 10;
 	}
 	.dropdown-item {
+		margin: 12rpx;
 		padding: 12rpx;
-		line-height: 1.2;
-		font-size: 12rpx;
+		line-height: 1;
+		font-size: 32rpx;
 		color: #3a3a3a;
+	}
+	.mt-flex {
+		display: flex;
+		align-items: center;
 	}
\ No newline at end of file

--
Gitblit v1.9.1