1
This commit is contained in:
23
miniprogram/pages/admin-review/index.wxss
Normal file
23
miniprogram/pages/admin-review/index.wxss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user