perf: 走查问题修复,layout布局更新

This commit is contained in:
rd
2025-09-01 17:00:40 +08:00
parent 8b44be2c7e
commit 3748d0b30b
10 changed files with 197 additions and 153 deletions

View File

@ -412,7 +412,7 @@ export default {
loading={true}
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
size={72}
class="h-298px !flex flex-col justify-center items-center color-#6d4cfe"
class="h-298px !flex flex-col justify-center items-center"
/>
</div>
);

View File

@ -180,6 +180,12 @@
line-height: 24px;
}
}
:deep(.arco-spin) {
.arco-spin-icon,
.arco-spin-tip {
color: #6d4cfe;
}
}
:deep(.overflow-text) {
color: #211f24;
font-family: $font-family-regular;