This commit is contained in:
shijingjing
2022-01-14 18:13:31 +08:00
parent 95a3b346ed
commit 3e576f3c9e

View File

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