xuqiang 4 年之前
父节点
当前提交
37a38279d1
共有 2 个文件被更改,包括 5 次插入4 次删除
  1. 1 1
      src/main/pc-space/src/components/AssetInfo.vue
  2. 4 3
      src/main/pc-space/src/views/AssetDetail.vue

+ 1 - 1
src/main/pc-space/src/components/AssetInfo.vue

@@ -152,7 +152,7 @@ export default {
         font-size: 18px;
         color: #939599;
         line-height: 24px;
-        padding: 0 16px 12px;
+        padding: 0 16px 16px;
     }
     .border {
         height: 1px;

+ 4 - 3
src/main/pc-space/src/views/AssetDetail.vue

@@ -730,6 +730,7 @@ export default {
                 }
                 &.name2 {
                     width: 313px;
+                    padding-left: 0;
                 }
             }
             span {
@@ -772,12 +773,12 @@ export default {
                 font-weight: 400;
                 color: #939599;
                 line-height: 24px;
-                padding-left: 16px;
+                padding-left: 22px;
             }
             .img {
                 width: 24px;
                 height: 24px;
-                padding-left: 16px;
+                padding-left: 21px;
                 cursor: pointer;
             }
             .iconBox {
@@ -787,7 +788,7 @@ export default {
                 .img2 {
                     width: 24px;
                     height: 24px;
-                    padding-left: 50px;
+                    padding-left: 52px;
                     cursor: pointer;
                 }
             }