Explorar el Código

defalut-cursor to cursor-defalut

vian hace 5 años
padre
commit
18517fd6cc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/users/js/compilation.js

+ 1 - 1
web/users/js/compilation.js

@@ -149,7 +149,7 @@ $(document).ready(function() {
             };
             let htmlString = ` 
                 <tr class='ration_tr' draggable="true">
-                    <td><span class="default-cursor">${tem.name}</span></td>
+                    <td><span class="cursor-default">${tem.name}</span></td>
                     <td><label class="form-check-label"> <input class="form-check-input" name="ration_isDefault"  value="${tem.id}" type="radio"></td>  
                     <td>
                         <a class='btn btn-link btn-sm ' style="padding: 0px" onclick='deleteTableTr(this,"ration_tr")'>删除</a>