修改按钮文字偏上问题
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<a-button
|
<a-button
|
||||||
class="publish-btn share-button"
|
class="publish-btn share-button"
|
||||||
|
style="display: flex;align-items: center;"
|
||||||
@click.stop="clickEntrance">
|
@click.stop="clickEntrance">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<img class="download_img"
|
<img class="download_img"
|
||||||
@@ -51,6 +52,7 @@
|
|||||||
<a-button v-show="!showPublish && isRenderBtn"
|
<a-button v-show="!showPublish && isRenderBtn"
|
||||||
type="primary"
|
type="primary"
|
||||||
class="publish-btn"
|
class="publish-btn"
|
||||||
|
style="display: flex;align-items: center;"
|
||||||
@click="openPublishModal">
|
@click="openPublishModal">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<img class="download_img"
|
<img class="download_img"
|
||||||
@@ -60,6 +62,7 @@
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button type="primary"
|
<a-button type="primary"
|
||||||
class="download-btn share-button"
|
class="download-btn share-button"
|
||||||
|
style="display: flex;align-items: center;"
|
||||||
@click.stop="toDownload"
|
@click.stop="toDownload"
|
||||||
v-if="showDownload&&showxiazai">
|
v-if="showDownload&&showxiazai">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
@@ -74,6 +77,7 @@
|
|||||||
v-if="!showPreview && !isRenderBtn && !showShare">
|
v-if="!showPreview && !isRenderBtn && !showShare">
|
||||||
<a-button
|
<a-button
|
||||||
class="publish-btn share-button"
|
class="publish-btn share-button"
|
||||||
|
style="display: flex;align-items: center;"
|
||||||
@click.stop="clickEntrance">
|
@click.stop="clickEntrance">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<img class="download_img"
|
<img class="download_img"
|
||||||
@@ -83,6 +87,7 @@
|
|||||||
</a-button>
|
</a-button>
|
||||||
<a-button type="primary"
|
<a-button type="primary"
|
||||||
class="download-btn share-button"
|
class="download-btn share-button"
|
||||||
|
style="display: flex;align-items: center;"
|
||||||
@click.stop="toDownload"
|
@click.stop="toDownload"
|
||||||
v-if="showDownload">
|
v-if="showDownload">
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
|||||||
Reference in New Issue
Block a user