| | |
| | | :percentage="item.radio" |
| | | :define-back-color="'#083f55'" |
| | | :text-color="'#fec718'" |
| | | :class="item.radio < 90 ? 'setTitle-right' : 'setTitle-left'" |
| | | :class=" |
| | | item.radio < 90 |
| | | ? 'setTitle-right' |
| | | : item.radio == 100 |
| | | ? 'setTitle-complete' |
| | | : 'setTitle-left' |
| | | " |
| | | ></el-progress> |
| | | </div> |
| | | </div> |
| | |
| | | background: url("../../../../public/cockpitPage/order-bg.png") no-repeat |
| | | center center / cover; |
| | | } |
| | | .setTitle-complete .el-progress-bar__inner { |
| | | position: relative; |
| | | // background: #552d08; |
| | | background: url("../../../../public/cockpitPage/order-complete.png") |
| | | no-repeat center center / cover; |
| | | } |
| | | .setTitle-right .el-progress-bar__innerText { |
| | | position: absolute; |
| | | top: 2px; |
| | |
| | | width: 60px; |
| | | } |
| | | .setTitle-left .el-progress-bar__innerText { |
| | | color: rgb(226, 146, 27) !important; |
| | | color: #fffb00 !important; |
| | | font-size: 18px; |
| | | width: 60px; |
| | | } |
| | | .setTitle-complete .el-progress-bar__innerText { |
| | | color: #fff !important; |
| | | font-size: 16px; |
| | | width: 60px; |
| | | } |
| | | } |
| | | </style> |