Browse Source

Fixed footer height bug when setting table-sm

zhixin 1 year ago
parent
commit
dec10d2c1a
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;
       }
 
-      thead th {
+      thead th,
+      tfoot th {
         vertical-align: bottom;
         padding: 0;
         margin: 0;
@@ -168,7 +169,7 @@
       }
 
       &.table-sm .th-inner {
-        padding: 0.3rem;
+        padding: 0.25rem;
       }
     }