Commit 9ee96726 authored by 黄奎's avatar 黄奎

图片样式修改

parent 724d0eb4
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<!-- 新加div --> <!-- 新加div -->
<view class="cent-box"> <view class="cent-box">
<div class="good-img" style="position: relative;"> <div class="good-img" style="position: relative;">
<image mode="aspectFit" :src="cx.cover_pic" style="width: 100%; height: 100%;"> <image mode="aspectFill" :src="cx.cover_pic" style="width: 100%; height: 100%;">
<image <image
src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png" src="https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/plugins-out.png"
v-if="cx.totalStock==0" v-if="cx.totalStock==0"
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
<template v-if="u&&u.TenantId==27"> <template v-if="u&&u.TenantId==27">
<view class="Teachers"> <view class="Teachers">
<view class="portrait-box"> <view class="portrait-box">
<image v-if="cx.edudata.TeacherIcon" class="portrait" mode="aspectFit" <image v-if="cx.edudata.TeacherIcon" class="portrait" mode="aspectFill"
:src="cx.edudata.TeacherIcon" /> :src="cx.edudata.TeacherIcon" />
<view v-if="cx.edudata.TeacherName" class="sell2">{{cx.edudata.TeacherName}}</view> <view v-if="cx.edudata.TeacherName" class="sell2">{{cx.edudata.TeacherName}}</view>
</view> </view>
......
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