- Cataloghi: qualita di stampa e margini
This commit is contained in:
@@ -63,7 +63,12 @@ export default defineComponent({
|
||||
} else if (mioval >= 100) {
|
||||
return 5
|
||||
} else {
|
||||
return 1
|
||||
if (props.max < 5) {
|
||||
return (props.max - props.min) / 100
|
||||
} else {
|
||||
return 1
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user