WIP добавил области для добавления новых документов и дополнительной информцации

This commit is contained in:
DwCay
2022-10-24 23:47:47 +03:00
parent 65afb4c60f
commit 5f6a98dfc4
10 changed files with 215 additions and 25 deletions

View File

@@ -13,7 +13,7 @@ export default {
},
computed: {
heightInput() {
return ((this.width / 100) * 70) / 8;
return ((this.width / 100) * 70) / 11;
},
},
};