Commit fcfd4cc7 authored by youjie's avatar youjie

no message

parent 2a199ee4
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<view v-if="img" style="width: 100%;height: 100%;"> <view v-if="img" style="width: 100%;height: 100%;">
<image @click.stop="previewImage" :src="img" mode="aspectFit"/> <image @click.stop="previewImage" :src="img" mode="aspectFit"/>
<view class="row justify-center items-center"> <view class="row justify-center items-center">
<view>重新上传</view> <view class="shangc">重新上传</view>
</view> </view>
</view> </view>
<view v-else style="width: 100%;height: 100%;opacity: 0;"> <view v-else style="width: 100%;height: 100%;opacity: 0;">
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
z-index: 2; z-index: 2;
bottom: 10rpx; bottom: 10rpx;
} }
.upImg view view{ .shangc{
width: 252rpx; width: 252rpx;
border-radius: 50rpx; border-radius: 50rpx;
border: 1rpx solid #0399FF; border: 1rpx solid #0399FF;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment