From 1d904d4b697a8cdf63002e6b911bfa776850c0f7 Mon Sep 17 00:00:00 2001 From: liangzhiyuan001 Date: Fri, 16 Sep 2022 10:09:35 +0800 Subject: [PATCH] fix css --- src/views/dashboard/admin/components/TodoList/index.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/dashboard/admin/components/TodoList/index.scss b/src/views/dashboard/admin/components/TodoList/index.scss index 74ce0d5..947efb6 100644 --- a/src/views/dashboard/admin/components/TodoList/index.scss +++ b/src/views/dashboard/admin/components/TodoList/index.scss @@ -222,7 +222,6 @@ color: #777; position: relative; padding: 10px 15px; - height: 40px; text-align: center; border-top: 1px solid #e6e6e6; } @@ -310,9 +309,6 @@ } } @media (max-width: 430px) { - .footer { - height: 50px; - } .filters { bottom: 10px; }