Merge branch 'sprint/tianshujie_bug23335' into 'master'

* Fix bug #23335.

See merge request easycorp/zentaopms!3760
This commit is contained in:
李玉春
2022-06-07 01:02:23 +00:00
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -17,6 +17,9 @@
#execution_chosen .chosen-single {width: 230px;}
#execution_chosen .chosen-drop ul li .label {margin-top: 2px; background: #fff; color: #838a9d; border: 1px solid #d8d8d8;}
.radio-inline {line-height: normal;}
#dept + .picker {width: 220px;}
#execution + .picker {width: 230px;}
#mainMenu .picker-has-value {float: left;}
#teamForm .table tr > td:first-child {padding-left: 10px;}
#teamForm .table tr > td:last-child {padding-right: 10px;}
+2 -2
View File
@@ -1,10 +1,10 @@
$(function()
{
$('#execution_chosen').click(function()
$('#execution_chosen, #execution + .picker').click(function()
{
if(systemMode == 'new')
{
$('#execution_chosen ul li').each(function(index)
$('#execution_chosen ul li, #pickerDropMenu-pk_execution div a').each(function(index)
{
if(index == 0)
{