update transaction edit dialog height

This commit is contained in:
MaysWind
2026-02-23 21:17:35 +08:00
parent 767b841866
commit b42f226aba
@@ -1212,12 +1212,12 @@ defineExpose({
@media (min-height: 780px) {
.transaction-edit-map-view {
height: 538px;
height: 537px;
}
@media (min-width: 960px) {
.transaction-pictures {
min-height: 562px;
min-height: 561px;
}
}
}