Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
submodule
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
web_component
submodule
Commits
30b8820f
Commit
30b8820f
authored
May 17, 2020
by
zhuyangbin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
e85cb9e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
index.tsx
components/braftEditor/index.tsx
+1
-0
style.less
components/braftEditor/style.less
+4
-1
No files found.
components/braftEditor/index.tsx
View file @
30b8820f
...
...
@@ -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
>
...
...
components/braftEditor/style.less
View file @
30b8820f
...
...
@@ -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;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment