mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add outflows / inflows / net cash flow in statistics & analysis
This commit is contained in:
@@ -482,13 +482,13 @@ defineExpose({
|
||||
<style scoped>
|
||||
.monthly-trends-chart-container {
|
||||
width: 100%;
|
||||
height: 560px;
|
||||
height: 720px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
@media (min-width: 600px) {
|
||||
.monthly-trends-chart-container {
|
||||
height: 600px;
|
||||
height: 760px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user