pang.jiabao
3 天以前 c85e0e256d32dd2b040443380feb808012994512
Monitor-APP/pages/home/home.vue
@@ -106,7 +106,7 @@
                           <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>
@@ -992,7 +992,7 @@
   }
   .progressBar {
      margin-top: 9%;
      margin-top: 5%;
      /* width: 100%; */
      height: 20%;
      background-color: #233751;