瀏覽代碼

新主题

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