保誠-保戶業務員媒合平台
Tomas
2021-10-31 2f8fd5b666fe7c72324cfea4f482c6f3a33b05f9
1
2
3
4
5
6
7
8
9
10
11
.el-progress-bar {
  .el-progress-bar__outer {
    border-radius: 0;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    .el-progress-bar__inner {
      border-radius: 0;
      background-color: $PRIMARY;
    }
  }
}