Files
c/miniprogram/pages/admin-review/index.wxss
刘正航 b5237f9038 1
2026-04-21 22:45:19 +08:00

24 lines
348 B
Plaintext

/* 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;
}