勋章样式

This commit is contained in:
daihh
2022-10-31 16:45:12 +08:00
parent 9d3fd71061
commit f7aa19a842
2 changed files with 34 additions and 3 deletions

View File

@@ -430,7 +430,7 @@
<interest-Collection ref="userCollection"></interest-Collection> <!-- 兴趣偏好 -->
<guide-box ref="guide" @close="closeGuide"></guide-box> <!-- 引导页 -->
<!--登录勋章-->
<el-dialog width="320px" class="medalbox" :visible.sync="showLoginMedal" :append-to-body="true" >
<el-dialog width="320px" class="medalbox" :show-close="true" :visible.sync="showLoginMedal" :append-to-body="true" >
<div class="medal-img">
<!--登录勋章显示根据UI显示修改-->
<img :src="`${webBaseUrl}/images/login_medal.png`" alt="">
@@ -501,7 +501,7 @@
},
data() {
return {
showLoginMedal:false,//是否显示登录勋章
showLoginMedal:true,//是否显示登录勋章
lastStudy:{},
overlayShow:false,
userData: { uvalue:0, totalStudyHour:0 },
@@ -1070,7 +1070,7 @@
background: transparent !important;
box-shadow:none !important;
.el-dialog__header{
display: none !important;
//display: none !important;
}
.el-dialog__body{
// width: 320px !important;