a1300399510@qq.com 提交于 2023/03/30 -15:20:02
This commit is contained in:
parent
8e1f63cd36
commit
f8d92c8a8d
@ -5,7 +5,14 @@
|
|||||||
<img class="portrait-icom" :src="info.avatar" />
|
<img class="portrait-icom" :src="info.avatar" />
|
||||||
</div>
|
</div>
|
||||||
<div class="header-username flexacenter">{{ info.nickname }}</div>
|
<div class="header-username flexacenter">{{ info.nickname }}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- 数据展示板 -->
|
||||||
|
<div class="operation-box shadow data-presentation flexflex">
|
||||||
|
<div class="data-presentation-item flex1">
|
||||||
|
<div class="data-presentation-number"></div>
|
||||||
|
<div class="data-presentation-name"></div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="operation-box shadow">
|
<div class="operation-box shadow">
|
||||||
@ -256,6 +263,10 @@ export default {
|
|||||||
.log-out {
|
.log-out {
|
||||||
font-size: .36rem;
|
font-size: .36rem;
|
||||||
line-height: .6rem;
|
line-height: .6rem;
|
||||||
|
color: #555555;
|
||||||
|
border-bottom: .0133rem solid #797979;
|
||||||
|
width: 1.46rem;
|
||||||
|
margin: .6rem auto 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user