瀏覽代碼

update Result

ddcat1115 8 年之前
父節點
當前提交
0a62cb828c
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/components/Result/index.less

+ 4 - 4
src/components/Result/index.less

@@ -24,19 +24,19 @@
     color: @heading-color;
     color: @heading-color;
     font-weight: 500;
     font-weight: 500;
     line-height: 32px;
     line-height: 32px;
-    margin-bottom: 16px;
+    margin-bottom: 8px;
   }
   }
 
 
   .description {
   .description {
     font-size: 14px;
     font-size: 14px;
     color: @text-color-secondary;
     color: @text-color-secondary;
-    margin-bottom: 24px;
+    margin-bottom: 16px;
   }
   }
 
 
   .extra {
   .extra {
     background: rgba(245, 245, 245, 0.5);
     background: rgba(245, 245, 245, 0.5);
-    padding: 24px 40px;
-    margin-bottom: 32px;
+    padding: 16px 40px;
+    margin-bottom: 24px;
     border-radius: @border-radius-sm;
     border-radius: @border-radius-sm;
     text-align: left;
     text-align: left;
   }
   }