/* 首页自由布局：保留必要的滚动能力，但不显示卡片内部滚动轨道。 */
.dashboard-widget{scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain}
.dashboard-widget::-webkit-scrollbar,.dashboard-widget *::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}
.dashboard-widget>.cards,.dashboard-widget>.panel,.dashboard-widget>.expense-pie,.dashboard-widget>.expense-pie-layout,.dashboard-widget>.supplier-ranking{max-width:100%!important;min-width:0!important;box-sizing:border-box}
.dashboard-widget canvas,.dashboard-widget svg{max-width:100%!important}
