|
@@ -72,7 +72,11 @@
|
|
]"
|
|
]"
|
|
:style="{ 'background-color': `${col.background}` }"
|
|
: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'">
|
|
<template v-if="col.type === 'content'">
|
|
<span v-if="col.text.length > 0" class="content">
|
|
<span v-if="col.text.length > 0" class="content">
|
|
{{ col.text }}
|
|
{{ col.text }}
|