瀏覽代碼

视频改为圆角

tanxue 2 年之前
父節點
當前提交
cd800553aa
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      components/common/videoCard.vue

+ 2 - 0
components/common/videoCard.vue

@@ -37,6 +37,7 @@ export default {
     width: inherit;
     width: inherit;
     height: inherit;
     height: inherit;
     overflow: hidden;
     overflow: hidden;
+    border-radius: 10px;
 
 
     img {
     img {
       width: 100%;
       width: 100%;
@@ -91,6 +92,7 @@ export default {
       width: inherit;
       width: inherit;
       height: inherit;
       height: inherit;
       overflow: hidden;
       overflow: hidden;
+      border-radius: 10px;
 
 
       img {
       img {
         width: 100%;
         width: 100%;