diff --git a/src/pages/Index/History.vue b/src/pages/Index/History.vue
index 8b6ad88..b67c0b8 100644
--- a/src/pages/Index/History.vue
+++ b/src/pages/Index/History.vue
@@ -14,8 +14,8 @@
header-cell-class-name="table-header"
row-class-name="table-row">
-
-
+
+
{{ formatDate(scope.row.creatDate) }}
@@ -469,6 +469,9 @@ const handleExport = async () => {
box-sizing: border-box;
.table-box {
height: calc(100% - 80px);
+ .el-table {
+ font-size: 18px;
+ }
}
.history-table-footer {
height: 80px;