|
@@ -508,9 +508,9 @@ var TREE_SHEET_HELPER = {
|
|
|
$editor.css("height", cellRect.height);
|
|
|
$editor.attr("gcUIElement", "gcEditingInput");//padding:0 //value="${context.sheet.getValue(context.row,context.col)}"
|
|
|
$editor.html(` <div class="input-group input-group-sm">
|
|
|
- <input type="text" id="esInput" class="form-control" aria-label="Text input with dropdown button" autocomplete="off" style="background-color:${cellStyle.backColor}">
|
|
|
+ <input type="text" id="esInput" class="form-control" aria-label="Text input with dropdown button" autocomplete="off" style=" background-color:${cellStyle.backColor}">
|
|
|
<div class="">
|
|
|
- <div class="triangle-border_dropdown tb-border_dropdown" id="esBtn" style="left: ${cellRect.width - 15+"px"}"></div>
|
|
|
+ <div class="triangle-border_dropdown tb-border_dropdown" id="esBtn" style="z-index:10; left: ${cellRect.width - 15+"px"};top:${cellRect.height/2-2+"px"}"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
`);
|