spin.js / angular-spinner:如何将旋转定位到 DOM 元素(包括 plunker 演示)
spin.js / angular-spinner: how to position spin into DOM element (plunker demo included)
我发现 angular-spinner which is based on spin.js, and I want to use it. Anyway, the example found in angular-spinner's README (http://plnkr.co/edit/BGLUYcylbIVJRz6ztbhf?p=preview) 没有像我预期的那样工作。我希望微调器覆盖选定的 DOM 元素而不是全局 window.
我修改了 plunker:http://plnkr.co/edit/9xsi8OFui3VeYuZ810VZ?p=preview - 在这里你可以看到有一个红色背景的 <div>
元素。微调器在它外面 - 我该怎么做才能让它在红色背景内居中 div?
添加
position: relative;
在那个红色容器里
我发现 angular-spinner which is based on spin.js, and I want to use it. Anyway, the example found in angular-spinner's README (http://plnkr.co/edit/BGLUYcylbIVJRz6ztbhf?p=preview) 没有像我预期的那样工作。我希望微调器覆盖选定的 DOM 元素而不是全局 window.
我修改了 plunker:http://plnkr.co/edit/9xsi8OFui3VeYuZ810VZ?p=preview - 在这里你可以看到有一个红色背景的 <div>
元素。微调器在它外面 - 我该怎么做才能让它在红色背景内居中 div?
添加
position: relative;
在那个红色容器里