更新预览样式

This commit is contained in:
王博冉
2022-10-24 15:44:17 +08:00
parent 803dadf534
commit 4f97e8fd85

View File

@@ -24,7 +24,7 @@
class="preview-btn"
@click="toPreview">
<i class="iconfont icon-yulan"></i>
<span style="margin-left: 6px">预览</span>
<span style="margin-left: 6px;width: 29px;">预览</span>
</div>
<a-button v-show="!showPublish && isRenderBtn"
type="primary"
@@ -40,7 +40,7 @@
<template v-else>
<div style="display: flex; align-items: center">
<a-spin size="small" />
<span style="margin-left: 10px">正在保存中...</span>
<span style="margin-left: 10px;width: 90px;">正在保存中...</span>
</div>
</template>
<a-button type="primary"