Ver Fonte

优化项目资料收集

ZaiZai há 1 ano atrás
pai
commit
bea44a5d07
1 ficheiros alterados com 5 adições e 6 exclusões
  1. 5 6
      src/views/project/modules/gist-list.vue

+ 5 - 6
src/views/project/modules/gist-list.vue

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