Skip to content

Commit f5d0335

Browse files
committed
style:统一文档内容暂时宽度
1 parent 057e7d6 commit f5d0335

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/src/component/Preview/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ const Wrapper = styled.div`
2121

2222
const Markdown = styled(MarkdownPreview)`
2323
padding: 50px 50px 120px 50px;
24-
max-width: 1024px;
24+
/* max-width: 1024px; */
25+
width: 1024px;
2526
`;
2627

2728
const getBooleanValue = (param, field, defaultValue) => {

0 commit comments

Comments
 (0)