#
Junjie
2026-02-02 47679c01848036d6316196facce81c5fdb58d26b
#
1个文件已修改
18 ■■■■■ 已修改文件
pages/dashboard/dashboard.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/dashboard/dashboard.vue
@@ -643,7 +643,7 @@
        flex: 1;
        display: flex;
        padding: 1vh 1vw 1vh;
        margin-bottom: 18.5vh;
        margin-bottom: 18vh;
        box-sizing: border-box;
        gap: 0;
        min-height: 0;
@@ -687,10 +687,10 @@
        flex: 35;
    }
    .order-stats {
        flex: 50;
        flex: 48;
    }
    .inventory-type {
        flex: 50;
        flex: 52;
    }
    .inventory-type .panel-content {
        padding: 1.1vh 1.2vw;
@@ -699,15 +699,17 @@
        margin-bottom: 0.6vh;
    }
    .inventory-type .donut-chart-layout {
        flex: 1;
        min-height: 0;
        flex: 0 0 auto;
        height: 70%;
    }
    .inventory-type .chart-part {
        height: 78%;
        height: 100%;
    }
    .inventory-type .legend-part {
        gap: 1vh;
        padding-left: 14px;
        flex: 1;
        min-height: 0;
        gap: 0.8vh;
        padding-left: 12px;
    }
    .inventory-type .legend-item {
        padding-bottom: 3px;