/**
 * 用户/员工/管理前台：修正 all.css 的 body 居中窗口布局
 */
body {
    display: block !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    background: #f5f5f5;
}

.wc-window {
    width: 100% !important;
    max-width: none !important;
    min-height: 100vh;
    margin: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.wc-main {
    width: 100% !important;
}

.wc-content {
    padding: 16px !important;
}

@media (max-width: 768px) {
    .wc-sidebar {
        display: none !important;
    }
}
