style: 类名修改
This commit is contained in:
@ -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()
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user