style: ui style
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
.ground-left {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
height: calc(100vh - 84px);
|
||||
padding-bottom: 120px;
|
||||
height: calc(100vh - 136px);
|
||||
// padding-bottom: 120px;
|
||||
padding-right: 32px;
|
||||
|
||||
.message-list-wrap {
|
||||
@@ -10,8 +13,8 @@
|
||||
}
|
||||
|
||||
.ground-left-footer {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
width: 100%;
|
||||
// position: absolute;
|
||||
// bottom: 20px;
|
||||
// width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user