样式
This commit is contained in:
parent
495d6a2f9e
commit
7e5809afde
@ -1223,7 +1223,7 @@ button:active {
|
||||
}
|
||||
|
||||
.block_4 {
|
||||
background-image: url('/images/ai/77.jpg');
|
||||
background-image: url('/images/ai/77.png');
|
||||
width: 360px;
|
||||
height: 168px;
|
||||
}
|
||||
@ -1722,7 +1722,7 @@ button:active {
|
||||
}
|
||||
|
||||
.box_11 {
|
||||
background-image: url('/images/ai/77.jpg');
|
||||
background-image: url('/images/ai/77.png');
|
||||
width: 360px;
|
||||
height: 168px;
|
||||
}
|
||||
|
@ -724,8 +724,10 @@ const scrollToTop = () => {
|
||||
}
|
||||
|
||||
const showIssueModal = () => {
|
||||
// 跳转到帮助中心
|
||||
router.push('/help-center')
|
||||
// 跳转到帮助中心并刷新
|
||||
router.push('/help-center').then(() => {
|
||||
window.location.reload();
|
||||
})
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
@ -1352,7 +1354,7 @@ onMounted(async () => {
|
||||
|
||||
.course-image {
|
||||
position: relative;
|
||||
width: 334px;
|
||||
width: 340px;
|
||||
height: 209px;
|
||||
overflow: hidden;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
@ -1360,7 +1362,7 @@ height: 209px;
|
||||
}
|
||||
|
||||
.course-image img {
|
||||
width: 334px;
|
||||
width: 340px;
|
||||
height: 209px;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user