|
@@ -480,9 +480,7 @@ public class TextdictInfoController extends BladeController {
|
|
|
|
|
|
} else if (textdictInfo.getTextId().equals("img")) { //图片
|
|
|
element.empty().append("<hc-table-form-upload @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' :src='" + vmode + "' placeholder=" + placeholder + " @mouseup.right='RightClick(" + parm + ")' v-model=" + vmode + " keyName=" + keyname + " weighing=" + weighing + " @success='formUploadSuccess' @del='delTableFormFile' trIndex=" + trindex + " tdIndex=" + tdindex + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + "></hc-table-form-upload> ");
|
|
|
- element.removeAttr("style");
|
|
|
- //默认图片是在线框里,如果在线框外替换成图片,会自带线框
|
|
|
- element.attr("style","border-style: solid;");
|
|
|
+// element.removeAttr("style");
|
|
|
} else if (textdictInfo.getTextId().equals("searchSelect")) { //搜索框
|
|
|
element.empty().append("<hc-form-select-search id=" + keyname + " @keydown.shift.up='keyupShiftUp' @keydown.shift.down='keyupShiftDown' @keydown.shift.left='keyupShiftLeft' @keydown.shift.right='keyupShiftRight' @mouseup.right='RightClick(" + parm + ")' type='dap_site_data' :val=" + vmode + " contractId='' pkeyId='' @change='formRemoteChange' v-model=" + vmode + " placeholder=" + placeholder + " keyname=" + keyname + " weighing=" + weighing + " @contextmenu.prevent.native='contextmenuClick(" + parm + ")' @mouseup.right='RightClick(" + parm + ")' trIndex=" + trindex + " tdIndex=" + tdindex + " x1=" + x1 + " x2=" + x2 + " y1=" + y1 + " y2=" + y2 + " style='width:100%;height:100%' > </hc-form-select-search>");
|
|
|
} else if (textdictInfo.getTextId().equals("strengthSearch")) { //强度搜索框
|