/* ============================================================
 * dashboard.php 专用样式
 * ============================================================ */

body {
    padding-top: 60px;
    background-color: #f5f5f5;
}

.card {
    scroll-margin-top: 75px;
}

/* Chart.js 折线图容器 */
.chart-wrap { width: 100%; height: 180px; }
.chart-wrap canvas { width: 100% !important; height: 100% !important; }

/* 日志折叠三角 */
.log-toggle .triangle::before { content: "▶ "; }
.log-toggle:not(.collapsed) .triangle::before { content: "▼ "; }
