| | |
| | | <div class="left">{{ item.title }}</div> |
| | | <div class="middle" ref="middle"> |
| | | <el-progress |
| | | :stroke-width="20" |
| | | :stroke-width="18" |
| | | :text-inside="true" |
| | | :percentage="item.radio" |
| | | :define-back-color="'#083f55'" |
| | |
| | | tableList: { |
| | | get() { |
| | | if ( |
| | | this.startIndex > this.orderCompleteObject.orderCompleteList.length |
| | | this.startIndex >= this.orderCompleteObject.orderCompleteList.length |
| | | ) { |
| | | this.startIndex = 0; |
| | | } |
| | |
| | | } |
| | | .list-view { |
| | | height: calc(100% - 20px); |
| | | padding-right: 5px; |
| | | .table-bg-view { |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | background: #083f55; |
| | | height: calc(20% - 10px); |
| | | width: 100%; |
| | | padding-right: 5px; |
| | | border-radius: 50px; |
| | | transition: all 1s ease-in-out 0s; |
| | | .left { |
| | |
| | | } |
| | | .el-progress-bar__inner { |
| | | position: relative; |
| | | // background: #552d08; |
| | | 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; |
| | | } |