#
Junjie
2026-02-02 23ec9335ec76995ebf9e3a14665bcb8cf5d8cc1e
#
1个文件已修改
16 ■■■■ 已修改文件
pages/dashboard/dashboard.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/dashboard/dashboard.vue
@@ -642,7 +642,7 @@
    .main-content {
        flex: 1;
        display: flex;
        padding: 1vh 1vw 6vh;
        padding: 1vh 1vw 19vh;
        box-sizing: border-box;
        gap: 1vw;
    }
@@ -668,19 +668,19 @@
    }
    
    .system-info {
        height: 15%;
        flex: 15;
    }
    .warehouse-data {
        height: 50%;
        flex: 50;
    }
    .equipment-usage {
        height: 35%;
        flex: 35;
    }
    .order-stats {
        height: 50%;
        flex: 50;
    }
    .inventory-type {
        height: 50%;
        flex: 50;
    }
    .panel-content {
@@ -771,11 +771,11 @@
    }
    .footer-stack {
        position: fixed;
        position: fixed !important;
        left: 1.5vw;
        right: auto;
        bottom: 2.8vh;
        height: 15vh;
        height: 9vh;
        width: calc(100% - 3vw);
        z-index: 1000;
        overflow: hidden;