cleanup
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user