Commit bc747232 by timzaak

添加弹窗下拉框

parent 2cf48ee3
...@@ -790,10 +790,10 @@ class PageContainer extends React.Component { ...@@ -790,10 +790,10 @@ class PageContainer extends React.Component {
let btnMarginLeft = UTILPATH.getRemByPx(30); let btnMarginLeft = UTILPATH.getRemByPx(30);
let btnBorderRadius = UTILPATH.getRemByPx(10); let btnBorderRadius = UTILPATH.getRemByPx(10);
let border = "2px solid #e5e5e5" let border = "2px solid #e5e5e5"
let btnDom = <Button key={"showStoreListBtn"} style={{'width':btnWidth,'border':border,'marginRight':btnMiddle,'marginTop':'12%','display':'inline-block'}} text={"确定"} option={this.handleSelectStore}/> 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,'marginTop':'12%','display':'inline-block'}} text={"取消"} option={this.hidePopup}/> let cancelBtnDom = <Button key={"cancelStoreListBtn"} style={{'width':btnWidth,'border':border,'display':'inline-block'}} text={"取消"} option={this.hidePopup}/>
let dom = <PopModel popupTitle={"门店任务拉取"} classContainer={"recoveryPopInfo"}> let dom = <PopModel popupTitle={"门店任务拉取"} classContainer={"recoveryPopInfo"}>
<div className={"font36"} style={{'marginTop':'12%'}}> <div className={"font36"} style={{'paddingTop':'6%', paddingBottom:'6%', height:'4.5rem', overflowY: "auto"}}>
<span className={"font"}>选择当前门店 </span> <span className={"font"}>选择当前门店 </span>
<select <select
defaultValue="" defaultValue=""
...@@ -824,9 +824,9 @@ class PageContainer extends React.Component { ...@@ -824,9 +824,9 @@ class PageContainer extends React.Component {
let btnMarginLeft = UTILPATH.getRemByPx(30); let btnMarginLeft = UTILPATH.getRemByPx(30);
let btnBorderRadius = UTILPATH.getRemByPx(10); let btnBorderRadius = UTILPATH.getRemByPx(10);
let border = "2px solid #e5e5e5" let border = "2px solid #e5e5e5"
let btnDom = <Button key={"stopServerStoreListBtn"} style={{'width':btnWidth,'border':border,'marginLeft':'40%','marginTop':'12%'}} text={"确定"} option={this.handleChooseStore}/> let btnDom = <Button key={"stopServerStoreListBtn"} style={{'width':btnWidth,'border':border,'marginLeft':'40%'}} text={"确定"} option={this.handleChooseStore}/>
let dom = <PopModel popupTitle={"选择门店"} classContainer={"recoveryPopInfo"}> let dom = <PopModel popupTitle={"选择门店"} classContainer={"recoveryPopInfo"}>
<div className={"font36"} style={{'marginTop':'12%'}}> <div className={"font36"} style={{'paddingTop':'6%', paddingBottom:'6%', height:'4.5rem', overflowY: "auto"}}>
<span className={"font"}>选择当前门店 </span> <span className={"font"}>选择当前门店 </span>
<select <select
defaultValue="" defaultValue=""
......
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