mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 03:16:42 +08:00
文字对齐
This commit is contained in:
@@ -114,14 +114,14 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div v-if="currentUserRankingData.rankingNo>5" style="margin-top:20px;border-bottom: 1px solid #ddd;padding-bottom:40px">
|
||||
<div v-if="currentUserRankingData.rankingNo>5" class="omit">
|
||||
<div>.</div> <div>.</div> <div>.</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<div v-if="currentUserRankingData.rankingNo>4" class="table-hear" style="margin-top:40px;border-bottom: 1px solid #ddd;padding-bottom:20px">
|
||||
<div style="color: #0059FF;line-height: 40px;padding-left:15px;font-size: 16px;" class="tab-rank">
|
||||
{{currentUserRankingData.rankingNo}}</div>
|
||||
@@ -747,9 +747,10 @@
|
||||
.myexperience {
|
||||
text-align: right;
|
||||
line-height: 75px;
|
||||
margin-left: auto;
|
||||
margin-left: 120px;
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
margin-right: -45px;
|
||||
color: #666666;
|
||||
|
||||
span {
|
||||
|
||||
Reference in New Issue
Block a user