|
@@ -72,7 +72,7 @@ onLongPress(imgDom, onLongPressImg)
|
|
|
|
|
|
<template>
|
|
<template>
|
|
<div class="share-poster-wrap" @touchmove.prevent>
|
|
<div class="share-poster-wrap" @touchmove.prevent>
|
|
- <div v-if="$store.state.platform==='xcx'" @click="handleCreatePoster" >
|
|
|
|
|
|
+ <div v-if="$store.state.platform==='xcx'" @click="handleCreatePoster" style="text-align:center">
|
|
<slot v-if="props.isSlot"></slot>
|
|
<slot v-if="props.isSlot"></slot>
|
|
<img
|
|
<img
|
|
:style="props.style"
|
|
:style="props.style"
|