hookehuyr

style(SharePoster): 修改底部提示文字并添加关闭按钮样式

...@@ -43,10 +43,10 @@ ...@@ -43,10 +43,10 @@
43 </div> 43 </div>
44 44
45 <!-- 底部提示与关闭按钮 --> 45 <!-- 底部提示与关闭按钮 -->
46 - <div class="mt-3 text-center text-gray-500 text-xs">长按图片保存至手机</div> 46 + <div class="mt-3 text-center text-gray-500 text-xs">长按图片保存</div>
47 - <!-- <div class="mt-4"> 47 + <div class="mt-4">
48 - <button class="w-full bg-white border border-green-500 text-green-600 py-2 rounded-lg" @click="close">关闭</button> 48 + <button class="w-full bg-green-500 text-white py-2 rounded-lg" @click="close">关闭</button>
49 - </div> --> 49 + </div>
50 </div> 50 </div>
51 </van-popup> 51 </van-popup>
52 <van-back-top right="5vw" bottom="25vh" offset="600" /> 52 <van-back-top right="5vw" bottom="25vh" offset="600" />
......