소스 검색

视频改为圆角

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;
     height: inherit;
     overflow: hidden;
+    border-radius: 10px;
 
     img {
       width: 100%;
@@ -91,6 +92,7 @@ export default {
       width: inherit;
       height: inherit;
       overflow: hidden;
+      border-radius: 10px;
 
       img {
         width: 100%;