From 5807fc22aba974b4ca85a8049ecd983673b0ca28 Mon Sep 17 00:00:00 2001
From: skyouc <958836976@qq.com>
Date: 星期一, 20 十月 2025 16:59:34 +0800
Subject: [PATCH] 1. 添加大屏接口 2. 任务站点确认修改
---
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