style: 类名修改
This commit is contained in:
@ -389,7 +389,7 @@ export default {
|
|||||||
spinning={true}
|
spinning={true}
|
||||||
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
|
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
|
||||||
size="large"
|
size="large"
|
||||||
wrapperClassName="h-298px !flex flex-col justify-center items-center"
|
class="h-298px !flex flex-col justify-center items-center"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
@ -398,7 +398,7 @@ export default {
|
|||||||
<div class="right-box">
|
<div class="right-box">
|
||||||
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
|
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
|
||||||
{props.getDataLoading ? (
|
{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()
|
renderCheckSuccessBox()
|
||||||
)}
|
)}
|
||||||
|
|||||||
@ -390,7 +390,7 @@ export default {
|
|||||||
spinning={true}
|
spinning={true}
|
||||||
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
|
tip={`${isTextTab.value ? '文本' : '图片'}检测中`}
|
||||||
size="large"
|
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>
|
</div>
|
||||||
);
|
);
|
||||||
@ -399,7 +399,7 @@ export default {
|
|||||||
<div class="right-box">
|
<div class="right-box">
|
||||||
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
|
<p class="cts bold !text-16px !lh-24px !color-#211F24 mb-16px">审核结果</p>
|
||||||
{props.getDataLoading ? (
|
{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()
|
renderCheckSuccessBox()
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user