朱桂飞
2023-04-03 458962a2e4a4f6af0caa5fcb3867f2e42125fd40
修改字体大小,导航栏字体颜色
已修改2个文件
19 ■■■■ 文件已修改
pages.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/tabBar/monitor.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -101,7 +101,7 @@
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTextStyle": "white",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
pages/tabBar/monitor.vue
@@ -1,8 +1,5 @@
<template>
    <view class="container">
        <!-- <view class="text-xxl" style="position: fixed; left: 40rpx;top: 100rpx;color: black;z-index: 99;">
            <text @click="goBack" class="cuIcon-back" ></text>
        </view> -->
        <cu-custom bgColor="bg-gradual-blue" :isBack="false">
            <block slot="content">机台监控</block>
@@ -59,22 +56,12 @@
             
            </view>
            <!-- <view class="margin-tb-sm" style="position: relative;">
                <text class="text-gray text-df margin-right-xs">重量:</text>
                <text class="text-cyan text-bold text-xxl margin-right-xs">100kg</text>
                <text class="text-gray text-df margin-right-xs">时间:</text>
                <text class="text-cyan text-bold text-xxl margin-right-xs">0min </text>
            </view>
             -->
            <view class="margin-tb-sm" style="position: relative;">
                <text class="text-gray text-df margin-right-xs">含水率:</text>
                <text class="text-cyan text-bold text-xxl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
                <text class="text-cyan text-bold text-xl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
                </text>
                <text class="text-gray text-df margin-right-xs">热风:</text>
                <text class="text-cyan text-bold text-xxl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} ℃
                <text class="text-cyan text-bold text-xl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} ℃
                </text>