update
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-10-22 13:37:48 +08:00
parent ca2ae54af5
commit a2094dd659

View File

@@ -46,6 +46,8 @@ watch(page, () => emit("update:page", page))
margin: 20px 0; margin: 20px 0;
} }
.right { .right {
float: right; display: flex;
justify-content: flex-end;
width: 100%;
} }
</style> </style>