|
@@ -42,7 +42,13 @@ export default {
|
|
|
classes() {
|
|
|
return [
|
|
|
"elem-fill-question",
|
|
|
- `elem-fill-question-${this.data.optionDirection}`
|
|
|
+ `elem-fill-question-${this.data.optionDirection}`,
|
|
|
+ {
|
|
|
+ "elem-fill-question-simple":
|
|
|
+ !this.data.isMultiply && !this.data.isBoolean,
|
|
|
+ "elem-fill-question-multiply": this.data.isMultiply,
|
|
|
+ "elem-fill-question-boolean": this.data.isBoolean
|
|
|
+ }
|
|
|
];
|
|
|
},
|
|
|
groupGapStyles() {
|