Explorar el Código

处置进度样式调整

haha_sir hace 1 día
padre
commit
e367fdd23a

+ 21 - 9
src/views/left/dialog/components/DisposalProgressContentSecond.vue

@@ -260,7 +260,11 @@ onBeforeUnmount(() => {
   align-items: stretch;
   margin: 0px 15px;
   margin-right: 0;
-
+  
+  &:nth-last-child(-n+2) .first-box {
+    background: rgb(14 , 52, 75);
+    border: 2px solid rgba(16, 252, 255,0.1);
+  }
   /* &::before {
     position: absolute;
     content: "";
@@ -331,15 +335,18 @@ onBeforeUnmount(() => {
       display: none;
     }
   }
+
+  
   .first-box {
+    width: 136px;
+    padding: 6px 8px;
+
     position: relative;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
-    width: 120px;
     min-height: 53px;
-    padding: 10px 0;
     box-sizing: border-box;
     flex-shrink: 0;
     background: rgba(16, 252, 255, 0.25);
@@ -347,13 +354,15 @@ onBeforeUnmount(() => {
     border: 1px solid #10fcff;
     z-index: 9;
     cursor: pointer;
+    
 
     .content {
+      font-size: 20px;
+      font-weight: 500;
+
       width: 119px;
       white-space: wrap;
       font-family: Alibaba PuHuiTi;
-      font-weight: normal;
-      font-size: 18px;
       line-height: 24px;
       text-align: center;
       font-style: normal;
@@ -363,13 +372,16 @@ onBeforeUnmount(() => {
       -webkit-text-fill-color: transparent;
     }
     .status-box {
-      margin-top: 10px;
-      padding: 0px 15px;
+      height: 27px;
+      text-align: center;
+      line-height: 27px;
+      font-size: 14px;
+      margin-top: 4px;
+      padding: 0px 23px;
+
       font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
       font-weight: normal;
-      font-size: 14px;
       text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
-      text-align: center;
       font-style: normal;
       text-transform: none;
     }

+ 13 - 14
src/views/left/dialog/components/common/DisposalChildBox.vue

@@ -78,7 +78,7 @@ const leave = (el) => {
 .child-container {
   position: relative;
   margin: 15px 0;
-  margin-left: 75px;
+  margin-left: 80px;
 
   .vertical-line {
     position: absolute;
@@ -94,28 +94,26 @@ const leave = (el) => {
     display: flex;
     align-items: center;
     .child-content {
+      width: 114px;
+      padding: 2px 8px;
+      
       cursor: pointer;
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
-      margin: 5px 0;
-      width: 112px;
-      // height: 46px;
-      height: 66px;
+      margin: 4px 0;
       background: rgba(16, 154, 255, 0.15);
       border-radius: 6px 6px 6px 6px;
       border: 1px solid #109aff;
-      padding: 10px 0;
       box-sizing: border-box;
       // cursor: pointer;
       .content {
-        width: 96px;
-        height: 16px;
+        font-size: 16px;
+
         font-family: Alibaba PuHuiTi;
         font-weight: normal;
-        font-size: 16px;
-        line-height: 16px;
+        // line-height: 16px;
         text-align: center;
         font-style: normal;
         text-transform: none;
@@ -124,11 +122,12 @@ const leave = (el) => {
         -webkit-text-fill-color: transparent;
       }
       .status-box {
-        margin-top: 10px;
-        padding: 0px 15px;
+        font-size: 14px;
+        padding: 5px 26px;
+        margin-top: 2px;
+
         font-family: Alibaba PuHuiTi 3, Alibaba PuHuiTi 30;
         font-weight: normal;
-        font-size: 14px;
         text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
         text-align: center;
         font-style: normal;
@@ -191,7 +190,7 @@ const leave = (el) => {
       content: '';
       width: 40px;
       height: 2px;
-      left: -50px;
+      left: -48px;
       top: 50%;
       transform: translateY(-50%);
       border-bottom: 2px dashed #3fa7b6;