feat: create chat app list page, build the layout of page

This commit is contained in:
RockYang
2023-10-13 18:05:40 +08:00
parent ead8dbbaa5
commit ebdec4fa44
7 changed files with 95 additions and 31 deletions

View File

@@ -0,0 +1,25 @@
.page-apps {
background-color: #282c34;
height 100vh
.title {
text-align center
background-color #25272d
font-size 24px
color #ffffff
padding 10px
border-bottom 1px solid #3c3c3c
}
.inner {
display flex
color #ffffff
padding 20px;
.left-menu {
width 160px
}
}
}