pang.jiabao
3 天以前 c85e0e256d32dd2b040443380feb808012994512
样式优化
1个文件已修改
4 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;