Explorar el Código

蓝色主题样式优化

zhuth hace 7 años
padre
commit
6780285d83

+ 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 {