【问题标题】:glyphicon glyphicon-refresh glyphicon-spin not working in Angular2glyphicon glyphicon-refresh glyphicon-spin 在Angular2中不起作用
【发布时间】:2017-08-21 11:19:24
【问题描述】:

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">

<div style="display:inline-block;float:right; margin-right:20px;">               
    <a style="font-size:2rem !important;" class="btn btn-ok margin-top-10" > 
        <span class="glyphicon glyphicon-refresh glyphicon-spin"   (click)="GetAmbiguityAnalysisResult()" >
        </span>
    </a>
</div>


    

我想使用微调器来刷新数据。 我已经使用了上面的代码。

数据正在刷新。但图标没有旋转。

【问题讨论】:

    标签: javascript css .net angular angular-ui-bootstrap


    【解决方案1】:

    尝试使用这个 {{span class="glyphicon glyphicon-repeat normal-right-spinner">}}。 我认为这会起作用,但如果你想使用微调器,你也可以试试 像这样的引导微调器。 {{纺纱:}} {{i class="fa fa-circle-o-notch fa-spin" style="font-size:24px"}}

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-08-03
      • 1970-01-01
      • 2013-12-08
      • 1970-01-01
      • 2019-12-01
      • 2017-01-30
      • 2017-07-19
      • 1970-01-01
      相关资源
      最近更新 更多