mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改首页兴趣弹出的样式
This commit is contained in:
@@ -1285,14 +1285,14 @@
|
|||||||
padding-right: 36px;
|
padding-right: 36px;
|
||||||
}
|
}
|
||||||
.xindex-course{
|
.xindex-course{
|
||||||
width: 410px;
|
width: 445px;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
margin-right: 36px;
|
margin-right: 36px;
|
||||||
margin-bottom: 36px;
|
margin-bottom: 36px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
.xindex-course-image{
|
.xindex-course-image{
|
||||||
width: 350px;
|
width: 380px;
|
||||||
height: 196x;
|
height: 215x;
|
||||||
::v-deep .course-image{
|
::v-deep .course-image{
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -141,6 +141,7 @@
|
|||||||
<style>
|
<style>
|
||||||
.el-dialog.hobby-dialog{
|
.el-dialog.hobby-dialog{
|
||||||
min-width: 760px;
|
min-width: 760px;
|
||||||
|
max-width: 960px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|||||||
@@ -615,7 +615,7 @@
|
|||||||
//检查引导页
|
//检查引导页
|
||||||
this.checkAndShowGuide();
|
this.checkAndShowGuide();
|
||||||
}
|
}
|
||||||
//this.$refs.userCollection.show();
|
this.$refs.userCollection.show();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['userInfo','studyTaskCount']),
|
...mapGetters(['userInfo','studyTaskCount']),
|
||||||
|
|||||||
Reference in New Issue
Block a user