perf: 走查问题修复,layout布局更新
This commit is contained in:
@ -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>
|
||||
);
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user