From 6c9ee927502a8c65d550b531e02c11a5ffe0e4db Mon Sep 17 00:00:00 2001 From: Kane Wang Date: Tue, 28 Feb 2023 00:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/web/task_schedule/src/App.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/web/task_schedule/src/App.vue b/code/web/task_schedule/src/App.vue index 3d753e1..682767c 100644 --- a/code/web/task_schedule/src/App.vue +++ b/code/web/task_schedule/src/App.vue @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2023-02-15 09:25:52 * @LastEditors: Kane - * @LastEditTime: 2023-02-17 11:26:21 + * @LastEditTime: 2023-02-19 13:58:23 * @FilePath: /task_schedule/src/App.vue * @Description: * @@ -69,9 +69,9 @@ export default { .counter_wrapper { width: 500px; - margin-top: 20px; + margin-top: 1cm; margin-left: auto; - margin-right: 20px; + margin-right: 1cm; border-radius: 5px; background-color: rgb(250 250 250 / 75%);