This commit is contained in:
XOF
2025-11-20 12:24:05 +08:00
commit f28bdc751f
164 changed files with 64248 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
/* 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%;
}