wxy 4 年之前
父节点
当前提交
ab3aa7106c
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/views/channel/index.vue

+ 3 - 2
src/views/channel/index.vue

@@ -105,7 +105,6 @@ export default {
       height: 120px;
       border-radius: 5px;
       margin: 0 0 10px 0;
-      position: relative;
       .video {
         height: 100%;
         .el-image {
@@ -117,6 +116,8 @@ export default {
       }
       .text {
         padding-left: 15px;
+        height: 100px;
+        position: relative;
         .title {
           font-size: 16px;
           font-weight: bolder;
@@ -136,7 +137,7 @@ export default {
         .time {
           font-size: 12px;
           position: absolute;
-          bottom: 10px;
+          bottom: 0px;
         }
       }
     }