This commit is contained in:
Alex-larget
2026-03-18 17:54:32 +08:00
parent f8d7858825
commit 0f3933fabd
27 changed files with 50 additions and 31 deletions

View File

@@ -471,6 +471,14 @@
flex-shrink: 0;
}
.section-lock-wrap {
min-width: 32rpx;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
}
.lock-open {
color: #00CED1;
}