Commit 10fe205d by 展昭

调整图片位置

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