소스 검색

样式调整

jwyu 2 년 전
부모
커밋
b39affd07c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/SharePoster.vue

+ 1 - 1
src/components/SharePoster.vue

@@ -72,7 +72,7 @@ onLongPress(imgDom, onLongPressImg)
 
 <template>
     <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>
             <img 
                 :style="props.style"