@@ -72,7 +72,11 @@
]"
:style="{ 'background-color': `${col.background}` }"
>
- <div class="cell-wrap">
+ <div class="cell-wrap"
+ :style="{
+ 'justify-content': curQue.textAlign=='center'?`${curQue.textAlign}`:'space-between',
+ }"
+ >
<template v-if="col.type === 'content'">
<span v-if="col.text.length > 0" class="content">
{{ col.text }}