#1309 项目缺陷项目下拉框固定宽度

This commit is contained in:
sw 2014-08-14 16:40:12 +08:00
parent 5f559fcb67
commit b92f385202
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<script type="text/javascript">
window.onready = function()
{
$("#issue_project_id").css("width","300px");
$("#issue_project_id").css("width","100%");
$("#issue_project_id").css("overflow ","hidden");
//issue_project_id
}