ZaiZai 1 år sedan
förälder
incheckning
b4a31745e2
1 ändrade filer med 4 tillägg och 3 borttagningar
  1. 4 3
      src/styles/data-fill/division.scss

+ 4 - 3
src/styles/data-fill/division.scss

@@ -2,19 +2,20 @@
     .basic-info {
         position: relative;
         margin-bottom: 24px;
+        height: 136px;
     }
     .project-info {
         position: relative;
         margin-bottom: 24px;
-        height: calc(100% - 342px);
+        height: calc(100% - 238px);
     }
     .footer-box {
         position: relative;
-        height: 80px;
+        height: 54px;
         display: flex;
         align-items: center;
         justify-content: center;
-        padding: 20px 24px;
+        padding: 0;
         overflow: hidden;
         background: #f1f5f8;
         border-radius: 10px;