gang.huang 2 years ago
parent
commit
6886fd284b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      admin/templates/default/provider.refill.balance.php

+ 4 - 1
admin/templates/default/provider.refill.balance.php

@@ -90,6 +90,9 @@
     }
 
     .editStatTypeTable {
+        display: block;
+        width: 500px;
+        height: calc(100vh - 200px);
         table-layout: fixed;
         border-spacing: 0;
         border-collapse: collapse;
@@ -97,7 +100,7 @@
 
     .editStatTypeTable thead th {
         position: sticky;
-        top: 0;
+        top: -1px;
         left: 0;
         background: #fff;
         z-index: 1;