|
@@ -1234,6 +1234,9 @@ export default {
|
|
|
styleObject[key.trim()] = value.trim();
|
|
styleObject[key.trim()] = value.trim();
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
+ if (styleObject.hasOwnProperty('text-align') && styleObject['text-align'] === 'center') {
|
|
|
|
|
+ this.$set(styleObject, 'justify-content', 'center');
|
|
|
|
|
+ }
|
|
|
return styleObject;
|
|
return styleObject;
|
|
|
}
|
|
}
|
|
|
return {};
|
|
return {};
|