Commit 0471984b authored by lixin's avatar lixin

课程列表视频预览图遮盖按钮

parent 7433319b
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<a-row type="flex" justify="start" align="middle"> <a-row type="flex" justify="start" align="middle">
<a-col :span="6" class="video-image"> <a-col :span="6" class="video-image">
<div class="video-image-background"> <div class="video-image-background">
<img :src="video.coverUrl" width="100%" /> <img :src="video.coverUrl" width="100%" height="100%" />
<div class="video-image-toolbar"> <div class="video-image-toolbar">
<a-icon type="delete" @click="deleteVideo(video)" /> <a-icon type="delete" @click="deleteVideo(video)" />
<a-icon type="edit" @click="editVideo(video)" /> <a-icon type="edit" @click="editVideo(video)" />
......
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