@@ -216,7 +216,7 @@ a:focus, a:hover{
.swordfish-right{
padding-right: 0px;
background-color: #FFFFFF;
- max-width: 250px;
+ width: 250px;
display: inline-block;
vertical-align: top;
float: right;
@@ -83,6 +83,9 @@ KeyWordDialog.AppendNode = function(dialogObj,value){
$(this).children("lable").children("font").text(i+1);
});
+ if(typeof(value) == "undefined" || value == ""){
+ obj.find("[type='text']").focus()
+ }
}
//信息范围
function ScopeDialog(type,clickLi){
@@ -377,6 +377,9 @@ function appendKeyWord(type,value){
autoChecked(type,false);
ajaxReq();
+ node.children("[type='text']").focus()
function ajaxReq(){