trithuc-mvc-react 3.3.2 → 3.3.4

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.
@@ -27,7 +27,7 @@ const ExportExcelButton = ({ tableName, data, size = "small" }) => {
27
27
  onClick={() => {
28
28
  handleExportExcel(tableName, data);
29
29
  }}
30
- sx={{ ml: 0.5, mr: 0.5, minWidth: "73px", textTransform: "none" }}
30
+ sx={{ ml: 0.5, mr: 0.5, minWidth: "100px", textTransform: "none" }}
31
31
  >
32
32
  <Typography
33
33
  noWrap
@@ -53,7 +53,7 @@ const ExportExcelButton = ({ tableName, data, size = "small" }) => {
53
53
  onClick={() => {
54
54
  handleExportExcel(tableName, data);
55
55
  }}
56
- sx={{ ml: 0.5, mr: 0.5, minWidth: "73px", textTransform: "none" }}
56
+ sx={{ ml: 0.5, mr: 0.5, minWidth: "100px", textTransform: "none" }}
57
57
  >
58
58
  <Typography
59
59
  noWrap
@@ -419,7 +419,7 @@ function DataManagement({
419
419
  sx={{
420
420
  ml: 0.5,
421
421
  mr: 0.5,
422
- minWidth: "73px",
422
+ minWidth: "130px",
423
423
  textTransform: "none" // ✅ Không viết hoa tự động
424
424
  }}
425
425
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "3.3.2",
3
+ "version": "3.3.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"