修改按钮文字偏上问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user