diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl index 470a4a0..7db366c 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_daily.ftl @@ -101,9 +101,12 @@ -
- <#-- --> - +
+
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl index c497ff3..e529beb 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/memory/memory_week.ftl @@ -189,9 +189,12 @@ -
-<#-- --> - +
+
diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index b788bf4..b06319e 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -17474,4 +17474,10 @@ color: white; .cart_list .item img{ width: 30%; height: 19px; +} + +.fix_center { + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file