فهرست منبع

优化项目资料收集

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);
                 }
             }
         }