Commit e6a36409 authored by 潘永坪's avatar 潘永坪

样式修改

parent 538fc902
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
</u-popup> </u-popup>
<!-- 图片预览弹窗 --> <!-- 图片预览弹窗 -->
<view class="img-pop" v-if="showImgPop" @click="showImgPop=false"> <view class="img-pop" v-if="showImgPop" @click="showImgPop=false">
<image :src='chooseImgUrl' mode="center"></image> <image :src='chooseImgUrl' mode="widthFix"></image>
</view> </view>
</view> </view>
...@@ -107,6 +107,7 @@ export default{ ...@@ -107,6 +107,7 @@ export default{
fileList1: [],//文件列表 fileList1: [],//文件列表
imgList:[],//上传的图片列表 imgList:[],//上传的图片列表
commentText:'',//投诉内容 commentText:'',//投诉内容
chooseImgUrl:'',//预览图片地址
} }
}, },
onLoad(option){ onLoad(option){
...@@ -423,7 +424,6 @@ export default{ ...@@ -423,7 +424,6 @@ export default{
z-index: 9999; z-index: 9999;
image{ image{
width: 100%; width: 100%;
height: 60%;
} }
} }
/*修改上传组件样式*/ /*修改上传组件样式*/
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<!-- 图片预览弹窗 --> <!-- 图片预览弹窗 -->
<view class="img-pop" v-if="showPop" @click="showPop=false"> <view class="img-pop" v-if="showPop" @click="showPop=false">
<image :src='chooseImgUrl' mode="center"></image> <image :src='chooseImgUrl' mode="widthFix"></image>
</view> </view>
</view> </view>
...@@ -228,7 +228,6 @@ export default{ ...@@ -228,7 +228,6 @@ export default{
z-index: 9999; z-index: 9999;
image{ image{
width: 100%; width: 100%;
height: 60%;
} }
} }
</style> </style>
\ No newline at end of file
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