提交 8a764a4e 作者: ZhangLingKun

功能:tailwind规范优化

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