guhongwei 5 年之前
父节点
当前提交
517a6c1242
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/hall/dock/dockDetail.vue

+ 3 - 3
src/views/hall/dock/dockDetail.vue

@@ -266,7 +266,7 @@ p {
   width: 100%;
   text-align: center;
   z-index: 999;
-  height: 230px;
+  height: 200px;
   margin: 0 0 20px 0;
 }
 .style .top p:first-child {
@@ -278,7 +278,7 @@ p {
   color: #fff;
   position: absolute;
   width: 100%;
-  top: 170px;
+  top: 150px;
 }
 .style .main {
   min-height: 600px;
@@ -352,7 +352,7 @@ p {
         div:last-child .introduction {
           overflow: hidden;
           text-overflow: ellipsis;
-          -webkit-line-clamp: 6;
+          -webkit-line-clamp: 4;
           word-break: break-all;
           display: -webkit-box;
           -webkit-box-orient: vertical;