fix: 优化显示。
This commit is contained in:
@@ -340,8 +340,7 @@ onMounted(() => {
|
||||
.app-container {
|
||||
padding: 20px;
|
||||
background-color: #f1f5f7;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
@@ -351,6 +350,7 @@ onMounted(() => {
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 40px;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
|
||||
Reference in New Issue
Block a user