Browse Source

修复bug

ZaiZai 1 year ago
parent
commit
bad345c5d5
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/views/project/modules/project-list.vue

+ 7 - 7
src/views/project/modules/project-list.vue

@@ -619,24 +619,24 @@ defineExpose({
                 display: contents;
                 .left {
                     position: absolute;
-                    bottom: 6px;
-                    left: 10px;
+                    bottom: 20px;
+                    left: 12px;
                 }
                 .right {
                     position: absolute;
-                    top: 6px;
-                    right: 6px;
+                    top: 18px;
+                    right: 8px;
                     font-size: 13px;
                 }
                 &::after {
                     content: '';
                     position: absolute;
-                    top: 36px;
-                    left: -20px;
+                    top: 51px;
+                    left: -30px;
                     width: 180px;
                     height: 1px;
                     background: #dcdcdc;
-                    transform: rotate(27deg);
+                    transform: rotate(41deg);
                 }
             }
         }