reduce dialog margins and make the action buttons always at the bottom of the dialog

This commit is contained in:
MaysWind
2025-12-13 21:04:43 +08:00
parent e9c3001c28
commit b2fab42170
26 changed files with 657 additions and 677 deletions
@@ -269,7 +269,7 @@ const chartOptions = computed<object>(() => {
<style scoped>
.account-balance-trends-chart-container {
width: 100%;
height: 400px;
height: 418px;
margin-top: 10px;
}
</style>