This commit is contained in:
hufangzhou
2022-03-30 16:11:42 +08:00
parent 1f0d9ffae3
commit b5f259276c
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -1,5 +1,4 @@
<?php
/**
* The control file of api of ZenTaoPMS.
*
+4
View File
@@ -0,0 +1,4 @@
$(function()
{
$('.main-table .table').css('cursor', 'default');
})