Skip to content

Commit

Permalink
feat: 优化内容
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoooooo committed Sep 27, 2024
1 parent 81df0ea commit 054095e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ const jumpConfig = computed(() => props.moduleConfig?.jumpConfig || {})
}
.jump-btn {
background: var(--primary-color);
border-radius: 2px;
width: 90%;
height: 40px;
line-height: 40px;
border-radius: 0.08rem;
padding: 0.25rem 0;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: 0.25rem;
font-weight: 500;
margin: 0 auto;
border: none;
}
</style>
11 changes: 5 additions & 6 deletions web/src/render/pages/SuccessPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,18 +108,17 @@ watchEffect(() => {
.jump-btn {
background: var(--primary-color);
border-radius: 2px;
width: 90%;
height: 40px;
line-height: 40px;
border-radius: 0.08rem;
padding: 0.2rem 0;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-size: 0.3rem;
font-weight: 500;
margin: 32px auto 0;
cursor: pointer;
margin: 0.5rem auto 0;
border: none;
}
}
</style>

0 comments on commit 054095e

Please sign in to comment.