|
@@ -320,7 +320,7 @@ export class scene_task extends Component {
|
|
|
let c_row = Math.round(c_index / 2)
|
|
|
let c_spacing_y = c_row * 50
|
|
|
let c_item_height = (c_row - 1) * 300
|
|
|
- let c_offset_y = c_spacing_y + c_item_height + 900
|
|
|
+ let c_offset_y = c_spacing_y + c_item_height + 1100
|
|
|
this.node.getComponent(ScrollView).scrollToOffset(new Vec2(0, c_offset_y))
|
|
|
this.search_node.getComponent(Search).showTip(element)
|
|
|
break
|