From f907e31b2d4423daba7b4a09e64a38455ec40914 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期四, 28 八月 2025 19:21:44 +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