Browse Source

table title上下padding为0

zhuth 8 years ago
parent
commit
5aea9fa317

+ 1 - 1
kanban-client/app/assets/Table/index.css

@@ -16,7 +16,7 @@
 .rc-table-title {
 .rc-table-title {
   text-align: center;
   text-align: center;
   font-weight: bold;
   font-weight: bold;
-  padding: 5px;
+  padding: 0 5px;
 }
 }
 .rc-table-content {
 .rc-table-content {
   height: 100%;
   height: 100%;

+ 1 - 1
kanban-client/app/assets/Table/index.less

@@ -24,7 +24,7 @@
 .@{prefixCls}-title {
 .@{prefixCls}-title {
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
-    padding: 5px;
+    padding: 0 5px;
 }
 }
 .@{prefixCls}-content {
 .@{prefixCls}-content {
     height: 100%;
     height: 100%;