Commit 10fe205d by 展昭

调整图片位置

parent 54909214
Showing with 8 additions and 2 deletions
......@@ -20,11 +20,11 @@
</div>
<div class="header_info">
<div class="left">
<img src alt />
<img src="../../assets/images/icon01.png" alt />
<span>充值</span>
</div>
<div class="right" @click="toPage(2)">
<img src alt />
<img src="../../assets/images/icon02.png" alt />
<span>资金记录</span>
</div>
</div>
......@@ -257,6 +257,12 @@ export default {
line-height: 20px;
letter-spacing: 1px;
}
img {
width: 16px;
height: 16px;
margin-right: 6px;
vertical-align: middle;
}
}
}
}
......
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 sign in to comment