#1309 项目缺陷项目下拉框固定宽度
This commit is contained in:
parent
5f559fcb67
commit
b92f385202
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue