From e82ec610cddc069c7a9661290d858e2099fa52e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BA=BA=E7=BB=9D=E4=B8=8D=E4=B8=BA?= =?UTF-8?q?=E5=A5=B4?= Date: Wed, 20 Aug 2025 10:05:11 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=F0=9F=92=84=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=BA=86=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/Sidebar/index.css | 10 ++++++---- src/services/index.js | 0 3 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 src/services/index.js diff --git a/index.html b/index.html index 0c589ec..66f3451 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + 多多畅职教育系统
diff --git a/src/components/Sidebar/index.css b/src/components/Sidebar/index.css index 0d1c5ee..7a819c8 100644 --- a/src/components/Sidebar/index.css +++ b/src/components/Sidebar/index.css @@ -59,7 +59,7 @@ overflow-x: hidden; overflow-y: auto; box-sizing: border-box; - padding: 0 20px; + padding: 0 20px 60px; display: flex; justify-content: flex-start; align-items: center; @@ -113,16 +113,18 @@ } .sidebar-btn { - width: 190px; - height: 22px; + width: 100%; + height: 60px; + line-height: 60px; position: absolute; - bottom: 20px; + bottom: 0px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; cursor: pointer; + background-color: #fff; > img { width: 22px; diff --git a/src/services/index.js b/src/services/index.js deleted file mode 100644 index e69de29..0000000