mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 01:36:44 +08:00
提交
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="cont-left">{{item.study}}</div>
|
||||
<div class="cont-right">{{item.day}}</div>
|
||||
<div class="cont-right">{{item.steadily}}</div>
|
||||
<div class="cont-left">{{item.popularity}}</div>
|
||||
<div class="cont-left" style="margin-left:6%;margin-right:20px">{{item.popularity}}</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -88,8 +88,8 @@ export default {
|
||||
height: 58px;
|
||||
.cont-left{
|
||||
flex: 1;
|
||||
margin-left: 8%;
|
||||
text-align: center;
|
||||
margin-left: 10%;
|
||||
// text-align: center;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
font-weight: 400;
|
||||
@@ -103,8 +103,8 @@ export default {
|
||||
}
|
||||
.cont-right{
|
||||
flex: 2;
|
||||
margin-left: 8%;
|
||||
text-align: center;
|
||||
margin-left: 4%;
|
||||
// text-align: center;
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user