Browse Source

蓝色主题样式优化

zhuth 7 years ago
parent
commit
6780285d83
1 changed files with 4 additions and 2 deletions
  1. 4 2
      kanban-console/src/main/webapp/resources/css/boardshow/main.css

+ 4 - 2
kanban-console/src/main/webapp/resources/css/boardshow/main.css

@@ -102,7 +102,8 @@ li b {
   line-height: 14px;
 }
 .rc-form {
-  height: 100%;
+  margin: 10px;
+  height: calc(100% - 20px);
   overflow: hidden;
 }
 .rc-form table {
@@ -139,7 +140,8 @@ li b {
   text-align: left;
 }
 .rc-table {
-  height: 100%;
+  margin: 10px;
+  height: calc(100% - 20px);
   color: white;
 }
 .rc-table-main {