trithuc-mvc-react 3.2.1 → 3.2.2

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.
@@ -60,21 +60,21 @@ function TablePaginationCustom({ count, rowsPerPage, page, onPageChange, onRowsP
60
60
  display: "flex",
61
61
  flexWrap: "wrap", // Cho xuống dòng nếu không đủ chỗ
62
62
  justifyContent: "space-between",
63
- paddingLeft: "6px",
64
- paddingRight: "6px",
65
- gap: "4px", // Giảm khoảng cách
63
+ paddingLeft: "4px",
64
+ paddingRight: "4px",
65
+ gap: "2px", // Giảm khoảng cách
66
66
  minHeight: "auto"
67
67
  },
68
68
  "& .MuiTablePagination-selectLabel, & .MuiTablePagination-displayedRows": {
69
- fontSize: "0.65rem"
69
+ fontSize: "0.53rem"
70
70
  },
71
71
  "& .MuiTablePagination-select": {
72
- fontSize: "0.65rem",
73
- minWidth: "50px"
72
+ fontSize: "0.53rem",
73
+ minWidth: "45px"
74
74
  },
75
75
  "& .MuiTablePagination-actions > button": {
76
- fontSize: "0.7rem",
77
- minWidth: "24px",
76
+ fontSize: "0.53rem",
77
+ minWidth: "20px",
78
78
  padding: "2px"
79
79
  }
80
80
  }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trithuc-mvc-react",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"