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