feat: 拍照识别增加持有收益
This commit is contained in:
@@ -2650,6 +2650,28 @@ input[type="number"] {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.ocr-warning {
|
||||
padding: 8px 12px;
|
||||
background: rgba(251, 191, 36, 0.15);
|
||||
border-radius: 8px;
|
||||
border: 1px solid rgba(251, 191, 36, 0.3);
|
||||
}
|
||||
|
||||
.ocr-warning span {
|
||||
font-size: 13px;
|
||||
color: #fbbf24;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
[data-theme="light"] .ocr-warning {
|
||||
background: rgba(180, 130, 30, 0.1);
|
||||
border-color: rgba(180, 130, 30, 0.25);
|
||||
}
|
||||
|
||||
[data-theme="light"] .ocr-warning span {
|
||||
color: #b4821e;
|
||||
}
|
||||
|
||||
.no-results {
|
||||
padding: 20px;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user