大量优化修改扣积分规则
This commit is contained in:
@@ -646,23 +646,21 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.fc-page .fc-estimate {
|
||||
font-size: 11px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
font-size: 13px;
|
||||
color: var(--fc-muted);
|
||||
font-variant-numeric: tabular-nums;
|
||||
white-space: nowrap;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.fc-page .fc-clear {
|
||||
height: 32px;
|
||||
padding: 0 10px;
|
||||
border: 0;
|
||||
border-radius: 8px;
|
||||
.fc-page .fc-estimate svg {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
flex-shrink: 0;
|
||||
color: var(--fc-muted);
|
||||
background: transparent;
|
||||
font: inherit;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.fc-page .fc-clear:hover { color: var(--accent-black); background: rgba(34, 42, 54, 0.06); }
|
||||
.fc-page .fc-gen {
|
||||
min-width: 100px;
|
||||
height: 42px;
|
||||
|
||||
Reference in New Issue
Block a user