#
whycq
2024-09-10 62dae28eaf5e4a7e3c35240a6d3abfd357d4ad0f
#
3个文件已修改
28 ■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/home/home.vue
@@ -102,7 +102,7 @@
                                                </swiper>
                                            </view>
                                        </view>
                                        <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;">
                                        <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.5vh">
                                            <view>累计用时: {{mTime}}</view>
                                        </view>
                                    </view>
@@ -114,7 +114,7 @@
                    <view class="mian-item">
                        <view class="mian-item-box">
                            <view style="width: 100%;height: 100%;">
                                <view style="height: 35%;">
                                <view style="height: 30%;">
                                    <!-- 折线图 -->
                                    <y-box>
                                        <view class="box-item">
@@ -193,7 +193,7 @@
                                    </y-box>
                                </view>
                                <view style="height: 2%;"></view>
                                <view style="height: 21%;">
                                <view style="height: 26%;">
                                    <y-box>
                                        <view class="flex-col" style="width: 100%;height: 100%;font-size: 4vh;justify-content: center;">
                                            <view class="flex-col" style="width: 100%;height: 30vh;align-items: flex-start;font-size: 1vw">
@@ -224,7 +224,7 @@
                                                    </swiper>
                                                </view>
                                            </view>
                                            <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.2    vh;">
                                            <view style="height: 20px;width: 100%;display: flex;flex-direction: column;align-items: flex-end;font-size: 1.5vh;">
                                                <view>累计用时: {{mTime}}</view>
                                            </view>
                                        </view>
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-echarts.js
@@ -132,12 +132,13 @@
        "title": {
            "text": ''
        },
        "tooltip": {
            "trigger": 'axis'
        },
        "grid": {
            "top": 30,
            "bottom": 50,
            "bottom": 30,
            "right": 15,
            "left": 40
        },
@@ -271,7 +272,7 @@
            "data": [],
            "radius": '50%',
            "label": {
                "show": true,
                "show": false,
        "color": "#666666",
                "position": 'top',
            },
@@ -286,16 +287,17 @@
            "trigger": 'item'
        },
        "grid": {
            "top": 40,
            "bottom": 30,
            "right": 15,
            "left": 15
            "top": 0,
            "bottom": 0,
            "right": 0,
            "left": 0
        },
        "legend": {
            "bottom": 'left',
            "textStyle": {
                "color": '#cccccc'
            }
            },
            "itemWidth": 10,
        },
        "seriesTemplate": {
            "name": '',
@@ -309,7 +311,7 @@
                "position": 'top',
            },
            "labelLine": {
                "show": true
                "show": false
            },
        },
    },
Monitor-APP/uni_modules/qiun-data-charts/js_sdk/u-charts/config-ucharts.js
@@ -138,7 +138,7 @@
                "activeOpacity": 0.5,
                "activeRadius": 10,
                "offsetAngle": 0,
                "labelWidth": 15,
                "labelWidth": 5,
                "border": true,
                "borderWidth": 3,
                "borderColor": "#FFFFFF"