Commit 88ff3e33 by timzaak

fix 下滑 长度显示

parent 5d0702f2
......@@ -853,10 +853,10 @@ class PageContainer extends React.Component {
let btnWidth = UTILPATH.getRemByPx(240);
let btnMiddle = UTILPATH.getRemByPx(40)
let border = "2px solid #e5e5e5"
let btnDom = <Button key={"showStoreListBtn"} style={{'width':btnWidth,'border':border,'marginRight':btnMiddle,'marginTop':'5%','display':'inline-block'}} text={"确定"} option={this.handleSelectStore}/>
let cancelBtnDom = <Button key={"cancelStoreListBtn"} style={{'width':btnWidth,'border':border,'marginTop':'5%','display':'inline-block'}} text={"取消"} option={this.hidePopup}/>
let btnDom = <Button key={"showStoreListBtn"} style={{'width':btnWidth,'border':border,'marginRight':btnMiddle,'display':'inline-block'}} text={"确定"} option={this.handleSelectStore}/>
let cancelBtnDom = <Button key={"cancelStoreListBtn"} style={{'width':btnWidth,'border':border,'display':'inline-block'}} text={"取消"} option={this.hidePopup}/>
let dom = <PopModel popupTitle={"门店任务拉取"} classContainer={"recoveryPopInfo"}>
<div className={"font36"} style={{'marginTop':'2%'}}>
<div className={"font36"} style={{paddingTop:'2%', paddingBottom:'6%', height:'4.5rem', overflowY: 'auto'}}>
<div className={"font"} style={{"marginBottom":UTILPATH.getRemByPx(40)}}>请选择当前门店 </div>
{/*<RadioGroup onChange={this.onGroupe.bChangind(this)} active={this.state.active}>*/}
{/* <Radio value={1}>使用余额支付</Radio>*/}
......
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