|
@@ -118,8 +118,7 @@
|
|
|
v-if="(isPreview && !showLeft) || !isPreview"
|
|
|
:style="{
|
|
|
borderColor: data.borderColor,
|
|
|
- display: data.right.collocation || data.right.exampleSent || data.right.definition ? 'block' : 'flex',
|
|
|
- justifyContent: data.right.collocation || data.right.exampleSent || data.right.definition ? '' : 'center',
|
|
|
+ paddingTop: data.right.collocation || data.right.exampleSent || data.right.definition ? '' : '130px',
|
|
|
}"
|
|
|
>
|
|
|
<div class="header-info-preview">
|