Browse Source

样式修改

yufan 1 year ago
parent
commit
db509b5f81
1 changed files with 6 additions and 3 deletions
  1. 6 3
      src/views/packageManage/index.vue

+ 6 - 3
src/views/packageManage/index.vue

@@ -420,7 +420,10 @@
             margin-top: 19px;
             margin-left: 10px;
             width: 148px;
-            height: 200px;
+            height: 160px;
+            display: flex;
+            justify-content: space-around;
+            flex-direction: column;
             .item_ctx_title {
               font-size: 16px;
               font-family: PingFangSC-Medium, PingFang SC;
@@ -462,8 +465,8 @@
               overflow: hidden;
               text-overflow: ellipsis;
               display: -webkit-box;
-              -webkit-line-clamp: 3;
-              line-clamp: 3;
+              -webkit-line-clamp: 2;
+              line-clamp: 2;
               -webkit-box-orient: vertical;
             }
             .item_ctx_read {