From f02cf09eb0c6933dd5ccc4dac6c6c09c3b5f3d3c Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 25 八月 2025 15:17:03 +0800
Subject: [PATCH] 1、根据最新设计方案调整设备管理模块点击弹窗样式 2、mdc公司级首页设备管理模块与点击功能联调

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

diff --git a/src/components/table2excel/table2excel.js b/src/components/table2excel/table2excel.js
index c63095b..c377223 100644
--- a/src/components/table2excel/table2excel.js
+++ b/src/components/table2excel/table2excel.js
@@ -82,6 +82,7 @@
               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 + ";" : "");
             }
 

--
Gitblit v1.9.3