星状拨动在生产模式下不起作用

时间:2020-05-13 13:46:19

标签: angular toggle nebular

我的页面上有一个nb-toggle html元素。 它在调试模式下工作良好,但在生产模式下看起来像这样: enter image description here

任何建议可能导致这种情况吗?

enter image description here

这是本地运行的,看起来非常好。 我将Angular 9与星云结合使用。

 <nb-toggle (checkedChange)="toggleTempHolder($event)" [(checked)]="service.tempholderChecked"
    class="input-group-sm" style="position: absolute;bottom: 0px;right:0px;"></nb-toggle>

1 个答案:

答案 0 :(得分:0)

必须创建一个CSS nb-toggle .checked span{ left: auto !important; }

有了它,它就可以在生产中正常工作了。