Element star rating el-rate half-star style dislocation problem.

Scoring style misalignment is shown in the following figure:

.el-rate__icon{
    font-size: 20px !important;
  }
  .el-rate__icon::before{
    font-size: 20px !important;
  }
  .el-rate__decimal{
    font-size: 20px;
  }

 Adjust the star style size by font-size.

Guess you like

Origin blog.csdn.net/CCKing7/article/details/130273275