在路由器插座中我正在加载正文内容(模板)。正文内容中的输入字段包含绝对位置。由于输入区域的绝对位置,它正在页脚下方移动。我们可以在angular2中使用任何解决方案来使身体内容动态化吗?
模板代码:
<div class="screen">
<form class="form-horizontal" role="form">
<button type="submit" class="generated-button" (click)="create()" style="position: absolute;width: 67px;height: 35px;left: 512px;top:400px;">Button</button>
</form>
</div>