This commit is contained in:
2026-07-14 16:12:29 +08:00
parent 91ffce9f36
commit 35aa9d2d13
22 changed files with 764 additions and 119 deletions
+25
View File
@@ -0,0 +1,25 @@
.app-dashboard
display: flex
height: 648px
padding: 7rem 1rem 4rem 1rem
.dashboard-sidebar
display: flex
flex-direction: column
align-items: center
width: 20%
height: 100%
border-right: 1px solid #9AAAC6
> a
display: inline-flex
height: 2.5rem
line-height: 2.5rem
color: #8E8E8E
border-bottom: 1px solid #9AAAC6
cursor: pointer
.dashboard-content
width: 80%
height: 100%
// background-color: #555