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