From 54766b89f29031d31cc5ef919741993153d9e8e5 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 23 五月 2023 09:14:31 +0800
Subject: [PATCH] 1.生产进度优化

---
 src/views/bbgl/scjd.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/views/bbgl/scjd.vue b/src/views/bbgl/scjd.vue
index 827966b..c427dc4 100644
--- a/src/views/bbgl/scjd.vue
+++ b/src/views/bbgl/scjd.vue
@@ -124,7 +124,7 @@
           <el-table-column
             prop="wo_code"
             label="宸ュ崟缂栧彿"
-            min-width="150"
+            width="155"
             show-tooltip-when-overflow
             sortable="custom"
           />
@@ -138,7 +138,7 @@
           <el-table-column
             prop="partname"
             label="浜у搧鍚嶇О"
-            min-width="150"
+            width="155"
             show-tooltip-when-overflow
             sortable="custom"
           />
@@ -178,21 +178,21 @@
           <el-table-column
             prop="concat_name"
             label="鐢熶骇杩涘害"
-            width="521"
+            min-width="521"
             sortable="custom"
             show-tooltip-when-overflow
           >
             <template slot-scope="{row}">
-              <div style="width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
+              <div style="min-width: 900px;display: flex;overflow-x: auto;overflow-y: hidden">
                 <div
                   v-for="item in row.concat_name.split(',')"
                   :key="item+row.wo_code"
-                  style="display: flex;align-items: center;padding:0px 0px 10px 0px;"
+                  style="display: flex;align-items: center;"
                 >
                   <!--                  padding:0px 0px 10px 0px;-->
 
-                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left: 5px">
-                    <div style="width: 80px;">{{ item.split('/')[0] }}</div>
+                  <div style="position: relative;display: flex;flex-direction: column;width: 80px;text-align: center;align-items: center;margin-left:10px">
+                    <div style="width: 80px;" class="ellipsis">{{ item.split('/')[0] }}</div>
                     <el-progress
                       :text-inside="true"
                       :stroke-width="20"

--
Gitblit v1.9.3