Commit ac22157c authored by Aivs's avatar Aivs

fix:样式修改

parent 4f365c72
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.flex-wrap{ .flex-wrap{
flex-wrap: wrap; flex-wrap: wrap;
} }
.content{ .content,.homecontent{
padding-bottom:114px; padding-bottom:114px;
} }
.more{ .more{
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
color:#C7C7CC; color:#C7C7CC;
font-size: 14px; font-size: 14px;
font-weight: 600; font-weight: 600;
cursor: pointer;
} }
.custom{ .custom{
background: #FFFFFF; background: #FFFFFF;
...@@ -77,7 +78,7 @@ ...@@ -77,7 +78,7 @@
text-align: left !important; text-align: left !important;
} }
.inner{ .inner{
padding:21px; padding:21px 0;
} }
.mgr20{ .mgr20{
margin-right:30px; margin-right:30px;
...@@ -300,6 +301,7 @@ ...@@ -300,6 +301,7 @@
.dicon{ .dicon{
text-align: center; text-align: center;
color:#C7C7CC; color:#C7C7CC;
cursor: pointer;
} }
.back{ .back{
width:100%; width:100%;
......
...@@ -53,3 +53,6 @@ ...@@ -53,3 +53,6 @@
width:90%; width:90%;
margin:auto; margin:auto;
} }
.point{
cursor: pointer;
}
\ No newline at end of file
...@@ -248,7 +248,7 @@ const layout = { ...@@ -248,7 +248,7 @@ const layout = {
<div className="flex spaceBetween customitem"> <div className="flex spaceBetween customitem">
<p className='word'>客户信息</p> <p className='word'>客户信息</p>
{/* <img src={jt} alt="" className="more" onClick={testClick}/> */} {/* <img src={jt} alt="" className="more" onClick={testClick}/> */}
<div className="more" onClick={testClick}><RightOutlined /></div> {customInfoEdit?null:<div className="more" onClick={testClick}><RightOutlined /></div>}
</div> </div>
{/* <div className="flex"> {/* <div className="flex">
<span>{customInfo.realName || '-' }</span> <span>{customInfo.realName || '-' }</span>
......
...@@ -52,7 +52,7 @@ const Order: React.FC = () => { ...@@ -52,7 +52,7 @@ const Order: React.FC = () => {
},[orderInfo] ) },[orderInfo] )
return ( return (
<div> <div>
<div className="orderItem" onClick={back}><LeftOutlined/>订单信息</div> <div className="orderItem" onClick={back}><LeftOutlined className='point'/>订单信息</div>
<div className="orders"> <div className="orders">
<div className="flex spaceBetween head"> <div className="flex spaceBetween head">
<p>客户中心{openFlag}</p> <p>客户中心{openFlag}</p>
...@@ -73,7 +73,7 @@ const Order: React.FC = () => { ...@@ -73,7 +73,7 @@ const Order: React.FC = () => {
<p className='greyWord'>分组</p> <p className='greyWord'>分组</p>
<p>{e.rolesName}</p> <p>{e.rolesName}</p>
</div> </div>
<div className="jt" onClick={Goto.bind(this,e)}><RightOutlined/></div> <div className="jt" onClick={Goto.bind(this,e)}><RightOutlined className='point'/></div>
</div> </div>
):null ):null
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment