Commit ac22157c authored by Aivs's avatar Aivs

fix:样式修改

parent 4f365c72
......@@ -12,7 +12,7 @@
.flex-wrap{
flex-wrap: wrap;
}
.content{
.content,.homecontent{
padding-bottom:114px;
}
.more{
......@@ -21,6 +21,7 @@
color:#C7C7CC;
font-size: 14px;
font-weight: 600;
cursor: pointer;
}
.custom{
background: #FFFFFF;
......@@ -77,7 +78,7 @@
text-align: left !important;
}
.inner{
padding:21px;
padding:21px 0;
}
.mgr20{
margin-right:30px;
......@@ -300,6 +301,7 @@
.dicon{
text-align: center;
color:#C7C7CC;
cursor: pointer;
}
.back{
width:100%;
......
......@@ -52,4 +52,7 @@
border-bottom: 1px solid #F3F3F3;
width:90%;
margin:auto;
}
.point{
cursor: pointer;
}
\ No newline at end of file
......@@ -248,7 +248,7 @@ const layout = {
<div className="flex spaceBetween customitem">
<p className='word'>客户信息</p>
{/* <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 className="flex">
<span>{customInfo.realName || '-' }</span>
......
......@@ -52,7 +52,7 @@ const Order: React.FC = () => {
},[orderInfo] )
return (
<div>
<div className="orderItem" onClick={back}><LeftOutlined/>订单信息</div>
<div className="orderItem" onClick={back}><LeftOutlined className='point'/>订单信息</div>
<div className="orders">
<div className="flex spaceBetween head">
<p>客户中心{openFlag}</p>
......@@ -73,7 +73,7 @@ const Order: React.FC = () => {
<p className='greyWord'>分组</p>
<p>{e.rolesName}</p>
</div>
<div className="jt" onClick={Goto.bind(this,e)}><RightOutlined/></div>
<div className="jt" onClick={Goto.bind(this,e)}><RightOutlined className='point'/></div>
</div>
):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