This commit is contained in:
刘正航
2026-04-21 22:45:19 +08:00
commit b5237f9038
159 changed files with 7769 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/* admin-review styles use global theme */
.threshold-input {
width: 240rpx;
margin-top: 0;
text-align: right;
font-weight: 700;
}
.note-textarea {
min-height: 120rpx;
background: rgba(12, 23, 38, 0.82);
}
.pager-row {
margin-top: 16rpx;
display: flex;
justify-content: space-between;
gap: 16rpx;
}
.pager-btn {
flex: 1;
}