Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
ant-design-pro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
duanledexianxianxian
ant-design-pro
Commits
4d414ea0
Commit
4d414ea0
authored
May 23, 2019
by
ιεΈ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix copy block url style
parent
9f381dda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/components/CopyBlock/index.less
src/components/CopyBlock/index.less
+5
-5
No files found.
src/components/CopyBlock/index.less
View file @
4d414ea0
.copy-block {
position:
absolute
;
position:
fixed
;
right: 80px;
bottom: 40px;
display: flex;
...
...
@@ -22,20 +22,20 @@
.ant-typography-copy {
position: absolute;
right: 5px;
bottom: 0
px
;
bottom: 0;
}
}
.copy-block-code {
color: #fff
;
display: inline-block
;
margin: 0 0.2em;
padding: 0.2em 0.4em 0.1em;
color: #fff;
font-size: 85%;
background: rgba(0, 0, 0, 0.06);
border-radius: 3px;
display: inline-block;
}
.copy-block-text {
font-size: 12px;
margin: 0;
font-size: 12px;
}
}
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