Commit 7dceb47b authored by lixin's avatar lixin

后台课程封面,预览图改为16:9的比例,如果上传的图不为16:9,则左右两侧显示空白即可,不要使预览图拉伸

parent 91f2653b
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
v-if="step1FormModel.logoUrl" v-if="step1FormModel.logoUrl"
width="200" width="200"
height="200" height="200"
style="width:auto!important"
:src="step1FormModel.logoUrl" :src="step1FormModel.logoUrl"
alt="logo" alt="logo"
/> />
......
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