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