From ffedc806f93a65de2159c569af64c3323e4ce17b Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 13 二月 2025 16:21:46 +0800
Subject: [PATCH] feat:注册页面承运单位修改必填

---
 pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
index 0c7451e..7787ff1 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -220,10 +220,11 @@
 						<u-form-item>
 							<u-textarea v-model="abnormalForm.abnormalContent"
 								confirmType="done"
+								style="border: solid 1px #ccc;padding-bottom: 0;"
 								placeholder="璇疯緭鍏ュ紓甯稿師鍥�(瀛楁暟涓嶅皯浜�5涓瓧)"
-								:height='200'
+								:height='180'
 								border="surround"
-								autoHeight></u-textarea>
+								></u-textarea>
 						</u-form-item>
 					</u--form>
 				</view>
@@ -728,8 +729,11 @@
 
 		.slot-content {
 			width: 96%;
-			height: 210rpx;
-			border-bottom: 1rpx solid rgb(220, 223, 230);
+			// height: 210rpx;
+			border: 1rpx solid rgb(220, 223, 230);
+		  ::v-deep textarea{
+			padding-bottom: 0!important;
+		  }
 		}
 
 		.table-title {

--
Gitblit v1.9.1