| | |
| | | <view class="flex-col" |
| | | style="width: 100%;align-items: flex-start;position: relative;font-size: 1vw"> |
| | | <!-- 进度条 --> |
| | | <view class="flex-row" style="width: 100%;position: relative;margin-top: 5%;"> |
| | | <view class="flex-row" style="width: 100%;position: relative;"> |
| | | <view class="progressBar" style="width: 80%;height: 2vw;"> |
| | | <view class="progress" :style="'width:'+ baseInfo.usedPr + '%'"></view> |
| | | </view> |
| | |
| | | } |
| | | |
| | | .progressBar { |
| | | margin-top: 9%; |
| | | margin-top: 5%; |
| | | /* width: 100%; */ |
| | | height: 20%; |
| | | background-color: #233751; |