Browse Source

fix: 修改样式

lxf 2 months ago
parent
commit
7b492c6f0e
2 changed files with 4 additions and 1 deletions
  1. 3 0
      src/components/FileWrap.vue
  2. 1 1
      src/views/home/index.vue

+ 3 - 0
src/components/FileWrap.vue

@@ -274,6 +274,9 @@ defineExpose({
     margin-top: 20px;
     &.styleName1 {
         margin-top: 0;
+        .overview-file {
+            margin-top: 16px;
+        }
     }
     &.styleName2 {
         display: flex;

+ 1 - 1
src/views/home/index.vue

@@ -1078,7 +1078,7 @@ const photoList = ref([
             }
         }
         .overview-file {
-            padding-top: 20px;
+            padding-top: 12px;
             .box-title {
                 font-size: 16px;
                 padding-left: 13px;