Browse Source

no message

natasha 2 năm trước cách đây
mục cha
commit
7082a20314
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      src/components/Adult/preview/ConfigurableTable.vue

+ 1 - 5
src/components/Adult/preview/ConfigurableTable.vue

@@ -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 }}