fix(M01): 일위대가 조합 — 390px 에서 담은 로직 표·미리 보기 표가 넘치던 것을 옆 스크롤로 · 사용자 경로 검증 기록
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016WRFJmmhPi4exAzHgPZHMT
This commit is contained in:
@@ -190,7 +190,7 @@ export function mountM01Combo(
|
||||
return f.root;
|
||||
};
|
||||
const preview = buildPreview(() => combo);
|
||||
const table = el("div");
|
||||
const table = el("div", { className: "m01-master__grid-wrap" });
|
||||
const drawTable = (): void => {
|
||||
const move = (i: number, d: number): void => {
|
||||
const j = i + d;
|
||||
|
||||
Reference in New Issue
Block a user