qinzhipeng_v@didiglobal.com 4 năm trước cách đây
mục cha
commit
5edaab4d3b
1 tập tin đã thay đổi với 9 bổ sung9 xóa
  1. 9 9
      src/views/projectManage/version/list/timeLine.vue

+ 9 - 9
src/views/projectManage/version/list/timeLine.vue

@@ -66,7 +66,7 @@ export default {
 
 <style scoped lang="scss">
 .swiper-container {
-  padding: 50px 0;
+  padding: 40px 0;
   position: relative;
   overflow-x: auto;
 }
@@ -80,7 +80,7 @@ export default {
   text-align: center;
 }
 .swiper-slide {
-  height: 150px;
+  min-height: 180px;
   width: 200px;
   display: flex;
   align-items: center;
@@ -101,19 +101,19 @@ export default {
   .circle0::before {
     content: '';
     position: absolute;
-    height: 40px;
+    height: 50px;
     border: 1px solid #4091f7;
     left: 50%;
-    top: -5px;
+    top: -15px;
     transform: translate(-50%,-33px);
   }
   .circle1::after{
     content: '';
     position: absolute;
-    height: 40px;
+    height: 50px;
     border: 1px solid #4091f7;
     left: 50%;
-    bottom: -5px;
+    bottom: -15px;
     transform: translate(-50%,33px);
   }
   .circle2::after{
@@ -148,14 +148,14 @@ export default {
     }
   }
   .content0 {
-    top: 0px;
+    top: 8px;
   }
   .content1 {
-    bottom: 0px;
+    bottom: 8px;
   }
   .content2 {
     color: #666;
-    top: 36px;
+    top: 55px;
   }
 }
 .swiper-slide:nth-child(2n) {