fix: 修改文档与编辑页面宽度缓存

This commit is contained in:
xiaozzzi 2024-02-06 22:40:50 +08:00
parent ba1545cf91
commit e071100dd5

View File

@ -356,8 +356,8 @@ const exitView = () => {
const { hideOne, resotreOne } = useResize(DocsRef, EditorContainerRef, ResizeDocsDividerRef, undefined, {
persistent: true,
keyOne: 't1',
keyTwo: 't2',
keyOne: 'article_docs_width',
keyTwo: 'article_editor_preview_width',
defaultOne: '250px',
defaultTwo: 'calc(100% - 250px)',
maxOne: 700,