Skip to content

Commit

Permalink
修复前端宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Dec 19, 2023
1 parent 88d0f74 commit 740f75d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -411,5 +411,6 @@ td {
display: flex;
flex-direction: column;
gap: 12px;
width: calc(100% - 24px);
}
</style>
1 change: 0 additions & 1 deletion ui/src/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ ul {
margin-top: 10px;
}
.home-container {
width: calc(100% - 24px);
max-width: 600px;
}
}
Expand Down

0 comments on commit 740f75d

Please sign in to comment.