mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
主页课程卡片放大后遮住字的问题
This commit is contained in:
@@ -1116,7 +1116,7 @@
|
||||
|
||||
<style scoped lang="scss">
|
||||
.xindex-course-image:hover{
|
||||
transform: scale(1.3);
|
||||
transform: scale(1.3) translateY(-15px);
|
||||
transition: all 0.6s;
|
||||
}
|
||||
.Recent{
|
||||
|
||||
Reference in New Issue
Block a user