/* Filename: web/static/css/status-grid.css (V8.0 - 布局简化版) */ #poolGridContainer { position: relative; /* 仅用于定位内部的Canvas */ } #poolGridContainer canvas { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }