* Modify the default width of the project name.

This commit is contained in:
tianshujie
2022-03-08 09:57:14 +08:00
parent 19017161b6
commit f42695af2c
+1 -1
View File
@@ -20,7 +20,7 @@ $(function()
function resetNameWidth()
{
$name = $('#projectForm thead th.c-name');
if($name.width() < 150) $name.width(150);
if($name.width() < 350) $name.width(350);
}
$('#mainContent .sidebar-toggle').click(function()