* Finish task #54470.

This commit is contained in:
zhouxudong
2022-05-25 07:57:57 +00:00
parent 049c774680
commit fcf8218569
+2 -2
View File
@@ -13,8 +13,8 @@ $(function()
{
if($("#client").val() !== '' && $("#client").val().indexOf(" ") == -1)
{
$("#clientLabel").css('color','#0c64eb');
$("#client").attr('style', 'border-color: #0c64eb !important; box-shadow: 0 0 6px #0c64eb !important;');
$("#clientLabel").css('color', '#0c64eb');
$("#client").attr('style', 'border-color: #0c64eb !important;box-shadow: 0 0 6px #0c64eb !important;');
}
else
{