trithuc-mvc-react 3.3.0 → 3.3.1
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.
|
@@ -33,7 +33,11 @@ const ExportExcelButton = ({ tableName, data, size = "small" }) => {
|
|
|
33
33
|
noWrap
|
|
34
34
|
sx={{
|
|
35
35
|
width: "100%",
|
|
36
|
-
fontSize:
|
|
36
|
+
fontSize: {
|
|
37
|
+
xs: "0.75rem",
|
|
38
|
+
sm: "0.875rem",
|
|
39
|
+
md: "1rem"
|
|
40
|
+
},
|
|
37
41
|
textAlign: "center",
|
|
38
42
|
textTransform: "none" // ✅ Đảm bảo chữ gốc giữ nguyên
|
|
39
43
|
}}
|
|
@@ -55,7 +59,11 @@ const ExportExcelButton = ({ tableName, data, size = "small" }) => {
|
|
|
55
59
|
noWrap
|
|
56
60
|
sx={{
|
|
57
61
|
width: "100%",
|
|
58
|
-
fontSize:
|
|
62
|
+
fontSize: {
|
|
63
|
+
xs: "0.75rem",
|
|
64
|
+
sm: "0.875rem",
|
|
65
|
+
md: "1rem"
|
|
66
|
+
},
|
|
59
67
|
textAlign: "center",
|
|
60
68
|
textTransform: "none" // ✅ Đảm bảo chữ gốc giữ nguyên
|
|
61
69
|
}}
|
|
@@ -421,7 +421,11 @@ function DataManagement({
|
|
|
421
421
|
noWrap
|
|
422
422
|
sx={{
|
|
423
423
|
width: "100%",
|
|
424
|
-
fontSize:
|
|
424
|
+
fontSize: {
|
|
425
|
+
xs: "0.75rem",
|
|
426
|
+
sm: "0.875rem",
|
|
427
|
+
md: "1rem"
|
|
428
|
+
},
|
|
425
429
|
textAlign: "center",
|
|
426
430
|
textTransform: "none" // ✅ Đảm bảo chữ gốc giữ nguyên
|
|
427
431
|
}}
|