feat: add avatar modification limit display

This commit is contained in:
2026-04-09 16:48:50 +08:00
parent cc93fb03b0
commit 7552f9946b
3 changed files with 42 additions and 2 deletions

View File

@@ -41,11 +41,27 @@
border-bottom: none;
}
.list .cell .title-box {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.list .cell .title {
font-size: 24rpx;
color: rgba(255, 255, 255, 0.6);
}
.list .cell .sub-title {
font-size: 18rpx;
color: rgba(255, 255, 255, 0.4);
margin-top: 8rpx;
}
.list .cell .error-text {
color: #ffda2e;
}
.list .cell .right-cell {
display: flex;
justify-content: flex-end;