mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
modify style
This commit is contained in:
@@ -714,15 +714,21 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-height: 750px) {
|
@media (min-height: 700px) {
|
||||||
.transaction-edit-map-view {
|
.transaction-edit-map-view {
|
||||||
height: 400px;
|
height: 350px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-height: 800px) {
|
||||||
|
.transaction-edit-map-view {
|
||||||
|
height: 450px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-height: 900px) {
|
@media (min-height: 900px) {
|
||||||
.transaction-edit-map-view {
|
.transaction-edit-map-view {
|
||||||
height: 500px;
|
height: 550px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user