bootstrap进度条不显示

时间:2018-05-22 08:46:37

标签: php html mysql bootstrap-4

我必须显示某项任务的进度。从mysql检索数据以显示任务的进度。我的代码在这里

"resolutions": { 
  "react": "16.3.1"
}

但是我的进度条没有显示为空。因为我的表包含4条记录

1 个答案:

答案 0 :(得分:3)

找到here in the documentation的正确语法是:

<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="<?php echo $percentage; ?>" aria-valuemin="0" aria-valuemax="100">

所以你的百分比需要在aria-valuenow:

{{1}}