This commit is contained in:
Pete Matsyburka
2025-07-14 13:29:39 +03:00
parent 1f338dfd2b
commit 9dac90e6cc
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -460,9 +460,6 @@ export default {
fontScale () { fontScale () {
return 1000 / 612.0 return 1000 / 612.0
}, },
ladscapeScale () {
return 8.5 / 11.0
},
computedStyle () { computedStyle () {
const { x, y, w, h } = this.area const { x, y, w, h } = this.area
-3
View File
@@ -414,9 +414,6 @@ export default {
fontScale () { fontScale () {
return 1040 / 612.0 return 1040 / 612.0
}, },
ladscapeScale () {
return 8.5 / 11.0
},
isDefaultValuePresent () { isDefaultValuePresent () {
if (this.field?.type === 'radio' && this.field?.areas?.length > 1) { if (this.field?.type === 'radio' && this.field?.areas?.length > 1) {
return false return false