feat: 优化内容
This commit is contained in:
parent
81df0eae05
commit
054095e499
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user