修改按钮文字偏上问题

This commit is contained in:
刘津琦
2022-11-16 17:18:09 +08:00
parent e7640b4d0c
commit afa2ce2d2b

View File

@@ -33,6 +33,7 @@
</div>
<a-button
class="publish-btn share-button"
style="display: flex;align-items: center;"
@click.stop="clickEntrance">
<template #icon>
<img class="download_img"
@@ -51,6 +52,7 @@
<a-button v-show="!showPublish && isRenderBtn"
type="primary"
class="publish-btn"
style="display: flex;align-items: center;"
@click="openPublishModal">
<template #icon>
<img class="download_img"
@@ -60,6 +62,7 @@
</a-button>
<a-button type="primary"
class="download-btn share-button"
style="display: flex;align-items: center;"
@click.stop="toDownload"
v-if="showDownload&&showxiazai">
<template #icon>
@@ -74,6 +77,7 @@
v-if="!showPreview && !isRenderBtn && !showShare">
<a-button
class="publish-btn share-button"
style="display: flex;align-items: center;"
@click.stop="clickEntrance">
<template #icon>
<img class="download_img"
@@ -83,6 +87,7 @@
</a-button>
<a-button type="primary"
class="download-btn share-button"
style="display: flex;align-items: center;"
@click.stop="toDownload"
v-if="showDownload">
<template #icon>