|
@@ -11,7 +11,8 @@
|
|
|
v-if="reportTarget && source != 'share' && reportTarget.reportPostType == 'fx'">
|
|
v-if="reportTarget && source != 'share' && reportTarget.reportPostType == 'fx'">
|
|
|
<van-icon name="share" />
|
|
<van-icon name="share" />
|
|
|
<div class="vedioLinks" @click.stop="shareVedioLinks">
|
|
<div class="vedioLinks" @click.stop="shareVedioLinks">
|
|
|
- 一键分享日报,<br /><span>点击查看操作视频</span><van-icon name="play" />
|
|
|
|
|
|
|
+ <span>一键分享日报,</span>
|
|
|
|
|
+ <span class="linkSpan">点击查看操作视频</span><van-icon name="play" />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -904,11 +905,11 @@ export default {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
}
|
|
}
|
|
|
.vedioLinks {
|
|
.vedioLinks {
|
|
|
- width: vw(205);
|
|
|
|
|
|
|
+ max-width: vw(205);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
bottom: -25px;
|
|
bottom: -25px;
|
|
|
background: #dae7f6;
|
|
background: #dae7f6;
|
|
|
- padding: 2px 5px;
|
|
|
|
|
|
|
+ padding: 2px 7px;
|
|
|
/* word-break: keep-all; */
|
|
/* word-break: keep-all; */
|
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
|
/* text-overflow: ellipsis; */
|
|
/* text-overflow: ellipsis; */
|
|
@@ -919,7 +920,8 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- span {
|
|
|
|
|
|
|
+ align-items: start;
|
|
|
|
|
+ .linkSpan {
|
|
|
text-decoration: underline;
|
|
text-decoration: underline;
|
|
|
}
|
|
}
|
|
|
.van-icon-play {
|
|
.van-icon-play {
|