mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
修改我的U币的排版
This commit is contained in:
@@ -391,7 +391,7 @@
|
||||
border-color: #387DF7;
|
||||
}
|
||||
.home-no-list{
|
||||
margin-top: 156px;
|
||||
margin-top: 120px;
|
||||
text-align: center;
|
||||
.img{
|
||||
width: 148px;
|
||||
|
||||
@@ -270,7 +270,7 @@ export function experienceValue(total) {
|
||||
start:'',
|
||||
end:'',
|
||||
endValue:null,
|
||||
percentage:null,
|
||||
percentage:0,
|
||||
total,
|
||||
}
|
||||
if(total < 300) {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div style="padding:26px 40px;display:flex;overflow-x: auto;">
|
||||
<div style="padding:26px 20px;display:flex;overflow-x: auto;">
|
||||
<div class="experience" style="margin-right:72px">
|
||||
<div class="exp-hear">
|
||||
<div class="exp-hear-text">
|
||||
@@ -27,7 +27,6 @@
|
||||
</div>
|
||||
<div class="myexperience">
|
||||
我的经验值 : <span>{{experience.data.total || experience.data.months || experience.data.years || experience.data.weeks}}</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="exp-bar">
|
||||
@@ -571,8 +570,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.experience{
|
||||
min-width: 400px;
|
||||
|
||||
min-width: 400px;
|
||||
.exp-hear{
|
||||
width: 100%;
|
||||
height: 65px;
|
||||
@@ -651,11 +649,11 @@ export default {
|
||||
}
|
||||
}
|
||||
.Duration{
|
||||
min-width: 400px;
|
||||
.study-info{
|
||||
height: 62px !important;
|
||||
background: url('../../../public/images/study-info.png') no-repeat 100% / 100% !important;
|
||||
}
|
||||
min-width: 400px;
|
||||
.study-info{
|
||||
height: 62px !important;
|
||||
background: url('../../../public/images/study-info.png') no-repeat 100% / 100% !important;
|
||||
}
|
||||
.exp-hear{
|
||||
width: 100%;
|
||||
height: 62px;
|
||||
|
||||
Reference in New Issue
Block a user