From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整

---
 applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue |   21 ++++-----------------
 1 files changed, 4 insertions(+), 17 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue b/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
index 57931d3..fb8977e 100644
--- a/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
+++ b/applications/task-work-order/src/views/orderView/orderDataManage/supplyAdd/reasonForRejectionDialog.vue
@@ -10,7 +10,7 @@
 		:close-on-click-modal="false"
 	>
 		<div class="detail-container">
-			<div class="detail-cell">
+			<div class="detail-cell-reject">
 				<span class="cell-label">拒绝原因:</span>
 				<el-input v-model="reasonForRejection" style="width: 380px" type="textarea" :rows="4" placeholder="请输入" />
 			</div>
@@ -65,21 +65,8 @@
 </script>
 
 <style scoped lang="scss">
-.detail-container {
-	padding: 20px;
-	display: flex;
-	align-items: flex-start;
-	gap: 30px;
-	.detail-cell {
-		display: flex;
-		justify-content: center;
-		.cell-label {
-			min-width: 80px;
-			flex-shrink: 0;
-		}
-		:deep(.el-textarea__inner) {
-			height: 100px !important;
-		}
+.detail-cell-reject {
+display: flex;
+justify-content: flex-start;
 	}
-}
 </style>

--
Gitblit v1.9.3