mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-08 02:16:43 +08:00
修改首页兴趣弹出的样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -141,6 +141,7 @@
|
||||
<style>
|
||||
.el-dialog.hobby-dialog{
|
||||
min-width: 760px;
|
||||
max-width: 960px;
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="scss">
|
||||
|
||||
@@ -615,7 +615,7 @@
|
||||
//检查引导页
|
||||
this.checkAndShowGuide();
|
||||
}
|
||||
//this.$refs.userCollection.show();
|
||||
this.$refs.userCollection.show();
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['userInfo','studyTaskCount']),
|
||||
|
||||
Reference in New Issue
Block a user