style: pagecontainer padding

This commit is contained in:
jialin
2024-07-02 15:03:38 +08:00
parent 13d71e28c9
commit 6989345088
11 changed files with 58 additions and 27 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.chat-footer {
display: flex;
align-items: center;
padding-inline: 26px;
padding-inline: 0 32px;
height: 100px;
// box-shadow: 0px -1px 2px 0px var(--ant-color-border);
}
+1 -4
View File
@@ -2,14 +2,11 @@
position: relative;
height: calc(100vh - 84px);
padding-bottom: 120px;
padding-right: 32px;
.message-list-wrap {
max-height: calc(100vh - 152px);
overflow-y: auto;
.ant-pro-page-container-children-container {
padding-inline: 16px 26px;
}
}
.ground-left-footer {