修改首页兴趣弹出的样式

This commit is contained in:
daihh
2022-10-31 10:41:14 +08:00
parent cb47a90d12
commit 019c19a2e8
3 changed files with 5 additions and 4 deletions

View File

@@ -1285,14 +1285,14 @@
padding-right: 36px;
}
.xindex-course{
width: 410px;
width: 445px;
padding: 30px;
margin-right: 36px;
margin-bottom: 36px;
border-radius: 8px;
.xindex-course-image{
width: 350px;
height: 196x;
width: 380px;
height: 215x;
::v-deep .course-image{
height: 100% !important;
}

View File

@@ -141,6 +141,7 @@
<style>
.el-dialog.hobby-dialog{
min-width: 760px;
max-width: 960px;
}
</style>
<style scoped lang="scss">

View File

@@ -615,7 +615,7 @@
//检查引导页
this.checkAndShowGuide();
}
//this.$refs.userCollection.show();
this.$refs.userCollection.show();
},
computed: {
...mapGetters(['userInfo','studyTaskCount']),