mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-09 08:48:21 +08:00
fix(MysParse): 800px比900px好看
This commit is contained in:
@@ -82,7 +82,7 @@ export function parseMys(data: string): Document {
|
||||
}
|
||||
});
|
||||
// doc 宽度设为 800,居中
|
||||
doc.body.style.width = "900px";
|
||||
doc.body.style.width = "800px";
|
||||
doc.body.style.margin = "20px auto";
|
||||
return doc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user