mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 00:06:45 +08:00
首页
This commit is contained in:
@@ -481,7 +481,7 @@
|
|||||||
.personal-panel{
|
.personal-panel{
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 320px;
|
height: 320px;
|
||||||
padding: 25px 40px;
|
padding: 10px 40px;
|
||||||
.personal-box {
|
.personal-box {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|||||||
@@ -426,7 +426,7 @@
|
|||||||
<interest-Collection ref="userCollection"></interest-Collection> <!-- 兴趣偏好 -->
|
<interest-Collection ref="userCollection"></interest-Collection> <!-- 兴趣偏好 -->
|
||||||
<guide-box ref="guide" @close="closeGuide"></guide-box> <!-- 引导页 -->
|
<guide-box ref="guide" @close="closeGuide"></guide-box> <!-- 引导页 -->
|
||||||
<!--登录勋章-->
|
<!--登录勋章-->
|
||||||
<el-dialog class="medalbox" :visible.sync="showLoginMedal" :append-to-body="true" >
|
<el-dialog width="320px" class="medalbox" :visible.sync="showLoginMedal" :append-to-body="true" >
|
||||||
<div class="medal-img">
|
<div class="medal-img">
|
||||||
<!--登录勋章显示,根据UI显示修改-->
|
<!--登录勋章显示,根据UI显示修改-->
|
||||||
<img :src="`${webBaseUrl}/images/login_medal.png`" alt="">
|
<img :src="`${webBaseUrl}/images/login_medal.png`" alt="">
|
||||||
@@ -497,7 +497,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
showLoginMedal:true,//是否显示登录勋章
|
showLoginMedal:false,//是否显示登录勋章
|
||||||
lastStudy:{},
|
lastStudy:{},
|
||||||
overlayShow:false,
|
overlayShow:false,
|
||||||
userData: { uvalue:0, totalStudyHour:0 },
|
userData: { uvalue:0, totalStudyHour:0 },
|
||||||
@@ -1056,7 +1056,8 @@
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
.el-dialog__body{
|
.el-dialog__body{
|
||||||
// background: rgba(0, 0, 0, 0.1);
|
// width: 320px !important;
|
||||||
|
// height: 420px !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user