Commit 3483164f authored by yyh's avatar yyh

修改 个人中心样式

parent 0c0e7527
......@@ -20,7 +20,7 @@
</section>
<ul style="margin-top:30px;">
<li v-for="({ icon, title, label, to}, index) in datas" :key="index" class="item" @click="go(to)">
<common-svg :name="icon" style="margin-right:10px;" width="24px" height="24px"></common-svg>
<common-svg :name="icon" style="margin-right:10px;" width="22px" height="22px"></common-svg>
<div class="title">{{title}}</div>
<div class="label">{{label }}</div>
<common-svg name="jinru" style="margin-left:10px;"></common-svg>
......@@ -186,7 +186,7 @@ export default class Index extends Vue {
}
.title{
text-align: left;
font-size: 16px;
font-size: 14px;
}
.label{
text-align: right;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment