Commit 30b8820f authored by zhuyangbin's avatar zhuyangbin

update

parent e85cb9e9
......@@ -143,6 +143,7 @@ const EditorDemo: React.FC<IProps> = ({
componentBelowControlBar={componentBelowControlBar()}
language={language}
hooks={hooks}
defaultLinkTarget="_blank"
/>
<Preview cRef={previewRef} htmlStr={getHtml()} language={language} />
</div>
......
......@@ -3,7 +3,10 @@
width: 100%;
// border: 1px solid #333;
border-radius:4px;
border:1px solid rgba(225,225,225,1);
border:1px solid rgba(225,225,225,1);
a{
color: currentColor;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment