Browse Source

Merge pull request #7222 from wenzhixin/fix/7220

Fixed footer height bug when setting table-sm
文翼 1 year ago
parent
commit
1ab50b084a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/themes/_theme.scss

+ 3 - 2
src/themes/_theme.scss

@@ -81,7 +81,8 @@
         box-sizing: border-box;
         box-sizing: border-box;
       }
       }
 
 
-      thead th {
+      thead th,
+      tfoot th {
         vertical-align: bottom;
         vertical-align: bottom;
         padding: 0;
         padding: 0;
         margin: 0;
         margin: 0;
@@ -168,7 +169,7 @@
       }
       }
 
 
       &.table-sm .th-inner {
       &.table-sm .th-inner {
-        padding: 0.3rem;
+        padding: 0.25rem;
       }
       }
     }
     }