style: 类名修改

This commit is contained in:
rd
2025-09-10 15:48:48 +08:00
parent 4bab009fe6
commit 48f23cfa02
2 changed files with 4 additions and 4 deletions

View File

@ -389,7 +389,7 @@ export default {
spinning={true}
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
size="large"
wrapperClassName="h-298px !flex flex-col justify-center items-center"
class="h-298px !flex flex-col justify-center items-center"
/>
</div>
);
@ -398,7 +398,7 @@ export default {
<div class="right-box">
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
{props.getDataLoading ? (
<Spin spinning={true} size="large" wrapperClassName="h-298px !flex justify-center items-center" />
<Spin spinning={true} size="large" class="h-298px !flex justify-center items-center" />
) : (
renderCheckSuccessBox()
)}

View File

@ -390,7 +390,7 @@ export default {
spinning={true}
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
size="large"
wrapperClassName="h-298px !flex flex-col justify-center items-center color-#6d4cfe"
class="h-298px !flex flex-col justify-center items-center color-#6d4cfe"
/>
</div>
);
@ -399,7 +399,7 @@ export default {
<div class="right-box">
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
{props.getDataLoading ? (
<Spin spinning={true} size="large" wrapperClassName="h-298px !flex justify-center items-center" />
<Spin spinning={true} size="large" class="h-298px !flex justify-center items-center" />
) : (
renderCheckSuccessBox()
)}