瀏覽代碼

优化项目资料收集

ZaiZai 1 年之前
父節點
當前提交
bea44a5d07
共有 1 個文件被更改,包括 5 次插入6 次删除
  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);
                 }
             }
         }