mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 11:42:23 +08:00
bugfix
This commit is contained in:
parent
24635c54ed
commit
eda517cd61
|
@ -21,7 +21,7 @@
|
|||
</form-entry>
|
||||
<div class="modal__result">
|
||||
<span v-if="generating && !result">(等待生成中...)</span>
|
||||
<pre class="result_pre" v-html="result"></pre>
|
||||
<pre class="result_pre" v-text="result"></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal__button-bar">
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
}
|
||||
|
||||
.share-content {
|
||||
padding-top: 50px;
|
||||
transform: translateY(50px);
|
||||
height: 100vh;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue
Block a user