gang.huang il y a 3 ans
Parent
commit
c11f4c3aa6
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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 {