trithuc-mvc-react 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -260,7 +260,7 @@ function DataManagement({
|
|
|
260
260
|
</Grid>
|
|
261
261
|
</Stack>
|
|
262
262
|
|
|
263
|
-
<Card>
|
|
263
|
+
<Card className="custom-card-DataManagement">
|
|
264
264
|
{tabPanel}
|
|
265
265
|
<FilterGod tableName={tableName} filters={filters} elementSize={elementSize} setPage={setPage} />
|
|
266
266
|
{backParentNavigator}
|