Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-04-21 11:13:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
30812fac25c902d4711cff1731e752366737ca42
30812fac
1 parent
a439998a
✨ feat(组件): 按钮组件细节调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/MyButton/index.vue
src/components/MyButton/index.vue
View file @
30812fa
...
...
@@ -40,7 +40,7 @@ export default {
height: auto;
text-align: center;
padding: 0.6rem;
margin: 0.
2
5rem;
margin: 0.5rem;
font-size: 1rem;
background: #F9D95C;
border-radius: 24px;
...
...
@@ -52,7 +52,7 @@ export default {
height: auto;
text-align: center;
padding: 0.6rem;
margin: 0.
2
5rem;
margin: 0.5rem;
font-size: 1rem;
background: #FFFFFF;
border-radius: 24px;
...
...
Please
register
or
login
to post a comment