ct
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="userInfo">
|
<div class="userInfo">
|
||||||
<div>
|
<div>
|
||||||
<img src="item.photo" alt="" class="userImg" v-if="item.photo">
|
<img :src="item.photo" alt="" class="userImg" v-if="item.photo">
|
||||||
<img src="./components/img/user-img.png" alt="" class="userImg" v-else>
|
<img src="./components/img/user-img.png" alt="" class="userImg" v-else>
|
||||||
</div>
|
</div>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
|
|||||||
@@ -144,12 +144,11 @@ export default {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.app-item {
|
.app-item {
|
||||||
display: flex;
|
width: 25%;
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
width: 158px;
|
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
text-align: center;
|
||||||
|
padding-top: 20px;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
.app-img {
|
.app-img {
|
||||||
width: 72px;
|
width: 72px;
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 180px;
|
top: 180px;
|
||||||
left: 32px;
|
left: 32px;
|
||||||
width: 686px;
|
width: calc(100% - 64px);
|
||||||
height: 320px;
|
height: 320px;
|
||||||
background-color: #FFFFFF;
|
background-color: #FFFFFF;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
|
|||||||
Reference in New Issue
Block a user