#
vincentlu
2026-01-04 5c0839a84cd3de5f4a66d720421a55bd184c27a8
zy-acs-flow/src/page/sta/StaList.jsx
@@ -49,7 +49,7 @@
        height: '.9em'
    },
    '& .RaDatagrid-row': {
        cursor: 'auto'
        cursor: 'pointer'
    },
    '& .column-name': {
    },
@@ -128,7 +128,8 @@
                <StyledDatagrid
                    preferenceKey='sta'
                    bulkActionButtons={() => <BulkDeleteButton mutationMode={OPERATE_MODE} />}
                    rowClick={(id, resource, record) => false}
                    // rowClick={(id, resource, record) => false}
                    rowClick="expand"
                    expand={() => <StaPanel />}
                    expandSingle={true}
                    rowSx={rowSx(drawerVal || null)}