This commit is contained in:
kron
2025-07-24 11:54:38 +08:00
parent 666c95e8b9
commit 553e23ed46
5 changed files with 19 additions and 5 deletions

View File

@@ -93,8 +93,8 @@ defineProps({
<style scoped>
.container {
width: calc(100% - 30px);
margin: 15px;
margin-bottom: 0;
margin: 0 15px;
margin-top: 5px;
display: flex;
justify-content: space-between;
align-items: flex-start;