gang.huang 3 年之前
父節點
當前提交
c11f4c3aa6
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      admin/templates/default/provider.amount.control.php

+ 3 - 2
admin/templates/default/provider.amount.control.php

@@ -114,11 +114,12 @@
         z-index: 5;
     }
 
-    #price_table tbody td:first-child {
+    #price_table tr td:first-child {
+        display: block;
         position: sticky;
         left: 0;
         box-shadow: 2px 0 2px rgb(0 0 0 / 10%);
-        z-index: 11;
+        z-index: 10;
     }
 
     #price_table tbody tr:hover td {