diff --git a/src/main/resources/templates/admin/month_statistics.ftl b/src/main/resources/templates/admin/month_statistics.ftl
index ab722b0..0b4c9ff 100644
--- a/src/main/resources/templates/admin/month_statistics.ftl
+++ b/src/main/resources/templates/admin/month_statistics.ftl
@@ -10,13 +10,12 @@
border-right: 1px solid;
}
.cal-table-left {
- display: block;
- float: left;
+ display: inline-block;
}
table {
display: block;
border-collapse: collapse;
- width: 100%;
+ width: 200px;
overflow-x: scroll;
}
@@ -37,8 +36,9 @@
-
-
+
-
-
+
+
/ |
营业收入 |
@@ -102,7 +103,7 @@
-
+
<#if (profitAndLossList)?exists && (profitAndLossList?size>0)>
<#list profitAndLossList as list>
@@ -130,8 +131,8 @@
-
-
+
+
/ |
销售商品、提供劳务收到的现金 |
@@ -150,7 +151,7 @@
货币资金净增加额 |
-
+
<#if (cashFlowList)?exists && (cashFlowList?size>0)>
<#list cashFlowList as list>
diff --git a/src/main/resources/templates/admin/project_statistics.ftl b/src/main/resources/templates/admin/project_statistics.ftl
index a1796e0..3f004b2 100644
--- a/src/main/resources/templates/admin/project_statistics.ftl
+++ b/src/main/resources/templates/admin/project_statistics.ftl
@@ -10,13 +10,12 @@
border-right: 1px solid;
}
.cal-table-left {
- display: block;
- float: left;
+ display: inline-block;
}
table {
display: block;
border-collapse: collapse;
- width: 100%;
+ width: 200px;
overflow-x: scroll;
}
@@ -48,8 +47,8 @@