提交 8a764a4e 作者: ZhangLingKun

功能:tailwind规范优化

上级 ddea6b49
流水线 #7845 已通过 于阶段
in 5 分 10 秒
......@@ -131,7 +131,7 @@ const HomeNewsView = () => {
{refresh &&
tabList?.[currentIndex]?.value?.map((i, j) => (
<div
className="list-item animate__animated animate__fast animate__fadeIn flex-start"
className="animate__animated animate__fast animate__fadeIn flex-start list-item"
key={j}
>
<div
......
......@@ -210,7 +210,7 @@ const LoginModalView = ({
<img src={qrCodeData} alt="登录二维码" className="image" />
)}
{qrCodeExpired && (
<div className="shadow flex-center animate__animated animate__fast animate__fadeIn">
<div className="flex-center animate__animated animate__fast animate__fadeIn shadow">
<div className="refresh flex-center" onClick={handleRefresh}>
<ReloadOutlined style={{ fontSize: '20px' }} />
</div>
......
......@@ -94,7 +94,7 @@ const MapContainer: FC<{
return (
<div
id="container"
className={'container animate__animated animate__fast animate__fadeIn'}
className={'animate__animated animate__fast animate__fadeIn container'}
style={{
height: '100%',
padding: 0,
......
......@@ -147,7 +147,7 @@ const MallCartSubmitView: React.FC<{
<PaymentCheckout cost={getCheckoutPrice()} />
</div>
<div
className="checkout-submit select-none cursor-pointer"
className="checkout-submit cursor-pointer select-none"
onClick={handleSubmit}
>
{router?.query?.type === '1' ? '提交订单' : '提交意向'}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论