From c229a84e0a8eb68c974e6d23fa1296e064025d76 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期二, 29 七月 2025 17:09:00 +0800
Subject: [PATCH] 调拔单功能优化

---
 rsf-admin/src/page/statistics/stockManage/WarehouseStockList.jsx |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/rsf-admin/src/page/statistics/stockManage/WarehouseStockList.jsx b/rsf-admin/src/page/statistics/stockManage/WarehouseStockList.jsx
index 9570f91..94fb604 100644
--- a/rsf-admin/src/page/statistics/stockManage/WarehouseStockList.jsx
+++ b/rsf-admin/src/page/statistics/stockManage/WarehouseStockList.jsx
@@ -52,18 +52,21 @@
     '& .RaDatagrid-row': {
         cursor: 'auto'
     },
-    '& .column-name': {
-    },
-    
     '& .MuiTableCell-root': {
     whiteSpace: 'nowrap',
     overflow: 'visible',
     textOverflow: 'unset'
-  },
-  '& .opt': {
+    },
+    '& .opt': {
         width: 180,
         whiteSpace: 'normal',
-    }
+    },
+    '& .column-maktx': {        
+        maxWidth: '15em',
+        overflow: 'hidden',
+        textOverflow: 'ellipsis',
+        whiteSpace: 'nowrap',    
+    },
 }));
 
 

--
Gitblit v1.9.1