xuqiang 4 年之前
父节点
当前提交
9137174588
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 5 5
      src/main/pc-space/src/styles/list.less
  2. 1 1
      src/main/pc-space/src/views/CollectionDetail.vue

+ 5 - 5
src/main/pc-space/src/styles/list.less

@@ -3,7 +3,7 @@
     width: 280px;
     height: 42px;
     border-radius: 8px;
-    margin: 30px 0 50px;
+    margin: 30px 0;
 
     /deep/.el-input__inner {
         border: 1px solid #898989;
@@ -27,10 +27,10 @@
     .center-content();
 
     .title {
-        height: 42px;
-        font-size: 32px;
+        height: 30px;
+        font-size: 30px;
+        line-height: 30px;
         color: #ffffff;
-        line-height: 42px;
         padding: 60px 0;
         font-family: ZhenyanGB;
     }
@@ -108,7 +108,7 @@
             display: flex;
             align-items: center;
             justify-content: space-between;
-            padding: 10px 16px 20px;
+            padding: 11px 16px 20px;
             .followers {
                 display: flex;
                 flex-direction: column;

+ 1 - 1
src/main/pc-space/src/views/CollectionDetail.vue

@@ -629,7 +629,7 @@ export default {
         }
         .name-list {
             display: flex;
-            margin: 20px 0 10px;
+            margin: 5px 0 10px;
         }
         .name {
             display: flex;