推进 OCR UI 与 provider 删除验收

This commit is contained in:
lix-2026
2026-06-01 10:07:42 +08:00
parent 488f9a0937
commit 1481de2018
13 changed files with 548 additions and 55 deletions
+49
View File
@@ -2729,6 +2729,55 @@ body {
min-width: 0;
}
.mnote-resource-tab-passive-shell {
min-height: calc(100vh - 80px);
background: #FFF;
}
.mnote-local-ocr-toolbar {
display: flex;
align-items: center;
gap: 8px;
min-height: 40px;
padding: 6px 12px;
border-bottom: 1px solid rgba(55, 53, 47, 0.12);
background: #FFF;
color: #37352f;
font-size: 13px;
box-sizing: border-box;
}
.mnote-local-ocr-status {
flex: 1 1 auto;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #787774;
}
.mnote-local-ocr-toolbar button {
flex: 0 0 auto;
height: 28px;
border: 1px solid rgba(55, 53, 47, 0.16);
border-radius: 4px;
padding: 0 9px;
background: #FFF;
color: #37352f;
font: inherit;
cursor: pointer;
}
.mnote-local-ocr-toolbar button:hover:not(:disabled) {
background: rgba(55, 53, 47, 0.06);
}
.mnote-local-ocr-toolbar button:disabled {
cursor: default;
color: #a8a29e;
background: #f7f6f3;
}
.mnote-resource-tab-frame,
.mnote-resource-tab-image,
.mnote-resource-tab-text-shell {