fix: style

This commit is contained in:
Fine 2023-02-21 21:23:50 +08:00
parent b247ed1c24
commit 68b8540577
2 changed files with 1 additions and 2 deletions

View File

@ -117,7 +117,6 @@ limitations under the License. -->
.side-bar { .side-bar {
background: #252a2f; background: #252a2f;
height: 100%; height: 100%;
overflow: hidden;
margin-bottom: 180px; margin-bottom: 180px;
} }

View File

@ -471,7 +471,7 @@ limitations under the License. -->
.dashboard-list { .dashboard-list {
padding: 20px; padding: 20px;
width: 100%; width: 100%;
overflow: hidden; overflow: auto;
} }
.input-with-search { .input-with-search {