bug
This commit is contained in:
@@ -151,13 +151,13 @@ export default {
|
|||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
li {
|
li {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
height: 176px;
|
|
||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
padding-top: 24px;
|
padding-top: 24px;
|
||||||
padding-left: 32px;
|
padding-left: 32px;
|
||||||
height: 85%;
|
height: 100%;
|
||||||
.checkbox{
|
.checkbox{
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
@@ -177,6 +177,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.info {
|
.info {
|
||||||
width: calc(100% - 120px);
|
width: calc(100% - 120px);
|
||||||
|
padding-bottom: 32px;
|
||||||
.name {
|
.name {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|||||||
Reference in New Issue
Block a user