From d1062daf5ca214784ad42d7f62c95e1cd13a4ed6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 四月 2025 14:40:39 +0800
Subject: [PATCH] 代码初始化

---
 admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue b/admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue
index 0c8ad32..1fc299f 100644
--- a/admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue
+++ b/admin/src/components/business/OperaWorkorderDetailDcaInfoWindow.vue
@@ -148,7 +148,7 @@
       statusMap: {
         0: '寰呭垎閰峎TS',
         1: '寰呭垎閰嶄换鍔�',
-        2: '寰呭鐞�',
+        2: '寰呭垎閰嶄换鍔�',
         3: '宸茶В鍐�',
         4: '宸茶В鍐�',
         5: '宸茶В鍐�'
@@ -230,7 +230,7 @@
 
 .modal_wrap {
   display: flex;
-  height: 100%;
+  height: auto;
 
   overflow: hidden;
   .modal_content {
@@ -255,12 +255,12 @@
 
         .item {
           display: flex;
-          width: 40%;
+          width: 50%;
           font-size: 14px;
           margin-bottom: 20px;
 
           &:nth-of-type(2n) {
-            width: 60%;
+            width: 50%;
           }
 
           .label {
@@ -269,6 +269,7 @@
           }
 
           .value {
+            width: calc(100% - 100px);
             color: #111111;
           }
         }

--
Gitblit v1.9.3