Sfoglia il codice sorgente

视频改为圆角

tanxue 2 anni fa
parent
commit
cd800553aa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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%;