gang.huang 2 年之前
父節點
當前提交
6886fd284b
共有 1 個文件被更改,包括 4 次插入1 次删除
  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;