fix: lint

This commit is contained in:
xingyu4j
2025-11-04 17:56:30 +08:00
parent 689d4cd2a1
commit 58dc5aefab
29 changed files with 138 additions and 159 deletions

View File

@@ -258,9 +258,9 @@ function eachCube(callback: (x: number, y: number, cube: Cube) => void) {
.cube {
box-sizing: border-box;
line-height: 1;
color: var(--ant-color-text-secondary);
text-align: center;
line-height: 1;
cursor: pointer;
border: 1px solid var(--ant-color-border);