fix: drag error

This commit is contained in:
MystiPanda
2024-03-16 17:06:59 +08:00
parent 3edeaa7038
commit 71e6c02897
2 changed files with 6 additions and 3 deletions

View File

@@ -11,7 +11,8 @@
width: 100%;
// max-width: 225px;
// min-width: 225px;
padding: 16px 0 8px;
// padding: 16px 0 8px;
padding: 0px 0px 8px;
// position: relative;
flex-direction: column;
align-self: stretch;
@@ -117,11 +118,13 @@
.unknown {
&.layout {
.layout__left {
padding-top: 24px;
// padding-top: 24px;
}
.layout__left .the-logo {
flex: 1 0 58px;
padding-top: 40px;
padding-bottom: 16px;
}
.layout__right .the-content {