From 26358d4a0cfa9706bc265249e5f7136f134d6f01 Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 05 九月 2025 10:05:53 +0800
Subject: [PATCH] mdc首页车间级看板调整样式及功能

---
 src/components/table2excel/table2excel.js |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/components/table2excel/table2excel.js b/src/components/table2excel/table2excel.js
index 9fdec8d..c377223 100644
--- a/src/components/table2excel/table2excel.js
+++ b/src/components/table2excel/table2excel.js
@@ -82,6 +82,8 @@
               compStyle = getComputedStyle(q);
               additionalStyles += (compStyle && compStyle.backgroundColor ? "background-color: " + compStyle.backgroundColor + ";" : "");
               additionalStyles += (compStyle && compStyle.color ? "color: " + compStyle.color + ";" : "");
+              additionalStyles += (compStyle && compStyle.height ? "height: " + compStyle.height + ";" : "");
+              additionalStyles += (compStyle && compStyle.wordWrap ? "word-wrap: " + compStyle.wordWrap + ";" : "");
             }
 
             var rc = {

--
Gitblit v1.9.3