From 0d7d5a5864c5b54170bbfcc7d85cf258e030d3b6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 23 四月 2025 10:42:38 +0800
Subject: [PATCH] 代码初始化

---
 admin/src/components/business/OperaWorkorderDetailDcaWindow.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/admin/src/components/business/OperaWorkorderDetailDcaWindow.vue b/admin/src/components/business/OperaWorkorderDetailDcaWindow.vue
index 8cc3844..2d0e79d 100644
--- a/admin/src/components/business/OperaWorkorderDetailDcaWindow.vue
+++ b/admin/src/components/business/OperaWorkorderDetailDcaWindow.vue
@@ -272,17 +272,21 @@
         flex-wrap: wrap;
         .item {
           display: flex;
-          width: 30%;
+          width: 50%;
           font-size: 14px;
           margin-bottom: 20px;
+
           &:nth-of-type(2n) {
-            width: 30%;
+            width: 50%;
           }
+
           .label {
             color: #888888;
             width: 100px;
           }
+
           .value {
+            width: calc(100% - 100px);
             color: #111111;
           }
         }

--
Gitblit v1.9.3