feat: support batch recognize images for batch register

This commit is contained in:
2025-11-15 16:44:27 +08:00
parent 63a813925f
commit 83f8091e15
7 changed files with 199 additions and 97 deletions

View File

@@ -46,11 +46,8 @@
/* 左侧文件标签样式,保持短名及紧凑展示 */
.selected-image-tag {
max-width: 60%;
overflow: hidden;
text-overflow: ellipsis;
max-width: none;
overflow: visible;
white-space: nowrap;
margin-right: auto; /* 保持标签在左侧,按钮在右侧 */
}
/* 移除右侧容器样式,按钮直接在 input-actions 中对齐 */
margin-right: 0;
}