fix: 修复预览页logo展示问题

This commit is contained in:
sudoooooo 2024-07-09 15:23:02 +08:00
parent f45cf7982f
commit 122f584cad
2 changed files with 8 additions and 7 deletions

View File

@ -13,12 +13,12 @@
:readonly="false"
:is-selected="currentEditOne === 'submit'"
/>
<LogoIcon
:logo-conf="bottomConf"
:readonly="false"
:is-selected="currentEditOne === 'logo'"
/>
</div>
<LogoIcon
:logo-conf="bottomConf"
:readonly="false"
:is-selected="currentEditOne === 'logo'"
/>
</div>
</div>
</div>

View File

@ -1,6 +1,9 @@
.logo-icon-warp {
display: flex;
justify-content: center;
background: #fff;
margin: 0 0.3rem;
padding: 0.1rem 0 0.5rem;
.logo-wrapper {
text-align: center;
font-size: 0;
@ -9,8 +12,6 @@
.question-logo {
max-width: 300px;
text-align: center;
padding: 0 0 0.6rem;
margin-top: -0.2rem;
cursor: pointer;
}
.logo-placeholder-wrapper {