mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
fix: skeleton loading for friend item
This commit is contained in:
@@ -91,30 +91,31 @@
|
|||||||
.skeleton {
|
.skeleton {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
:deep(.el-skeleton) {
|
& > div {
|
||||||
height: 100%;
|
|
||||||
> div {
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
> :first-child {
|
justify-content: space-between;
|
||||||
margin-right: 8px;
|
& > div {
|
||||||
height: 40px;
|
width: calc(100% - 48px);
|
||||||
width: 40px;
|
height: 100%;
|
||||||
}
|
|
||||||
> :last-child {
|
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
> :first-child {
|
}
|
||||||
|
}
|
||||||
|
:deep(.el-skeleton__circle) {
|
||||||
|
height: 40px;
|
||||||
|
width: 40px;
|
||||||
|
}
|
||||||
|
:deep(.el-skeleton__text) {
|
||||||
|
&:first-child {
|
||||||
|
height: 14px;
|
||||||
|
margin-bottom: 6px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
> :last-child {
|
|
||||||
width: 90%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
&:last-child {
|
||||||
|
height: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user