feat(组件): 优化移动端分享功能并调整样式

调整推荐和精华图标高度为25px
为移动端添加点击分享直接复制链接功能
修复itemBottom组件中itemvalue拼写错误
添加响应式布局样式适配不同屏幕尺寸
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-12-18 18:33:52 +08:00
parent 69aee5460a
commit 1a49ba60ce
9 changed files with 791 additions and 20 deletions

View File

@@ -32,7 +32,7 @@
</a>
<!-- 鼠标移入事件 -->
<div class="bottom-item share flexacenter" @mouseenter="share">
<div class="bottom-item share flexacenter" @mouseenter="share" @click="isMobile ? copyLinkClick() : ''">
<img class="icon" :src="valueUrl + '/img/share-gray.png'" style="width: 19px; height: 19px;" />
<div class="text">{{ item.shares || '转发'}}</div>
<div class="share-box flexcenter" ref="shareBoxRef">