From 971c7c5993ff475157b0c9ed137998fd39f6c548 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 17 十月 2024 17:17:33 +0800
Subject: [PATCH] 1. 完成总任务的管理模块(单日任务的管理未完成)

---
 src/App.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 05d5a06..998905c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -21,9 +21,9 @@
               <Content></Content>
               <!-- <el-backtop
                 target=".el-main .el-scrollbar__wrap"
-                :right="40"
+                :right="10"
                 :bottom="100"
-                style="width: 120px;z-index: 1000;"
+                style="z-index: 1000;"
               >
                 <div class="back-top">
                   <el-icon><ArrowUpBold /></el-icon>

--
Gitblit v1.9.3