Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
112c57b2
Commit
112c57b2
authored
a year ago
by
timzaak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bak
parent
88ff3e33
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
client/containers/PageContainer/PageContainer.jsx
+3
-3
client/containers/PageContainer/index.css
+4
-0
No files found.
client/containers/PageContainer/PageContainer.jsx
View file @
112c57b2
...
...
@@ -855,8 +855,8 @@ class PageContainer extends React.Component {
let
border
=
"2px solid #e5e5e5"
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=
{
{
paddingTop
:
'2%'
,
paddingBottom
:
'6%'
,
height
:
'4.5rem'
,
overflowY
:
'auto'
}
}
>
let
dom
=
<
PopModel
popupTitle=
{
"门店任务拉取"
}
classContainer=
{
"recoveryPopInfo
fix-height
"
}
>
<
div
className=
{
"font36"
}
style=
{
{
paddingTop
:
'2%'
,
paddingBottom
:
'6%'
}
}
>
<
div
className=
{
"font"
}
style=
{
{
"marginBottom"
:
UTILPATH
.
getRemByPx
(
40
)}
}
>
请选择当前门店
</
div
>
{
/*<RadioGroup onChange={this.onGroupe.bChangind(this)} active={this.state.active}>*/
}
{
/* <Radio value={1}>使用余额支付</Radio>*/
}
...
...
@@ -890,7 +890,7 @@ class PageContainer extends React.Component {
let
btnBorderRadius
=
UTILPATH
.
getRemByPx
(
10
);
let
border
=
"2px solid #e5e5e5"
let
btnDom
=
<
Button
key=
{
"stopServerStoreListBtn"
}
style=
{
{
'width'
:
btnWidth
,
'border'
:
border
,
'marginLeft'
:
'40%'
,
'marginTop'
:
'12%'
}
}
text=
{
"确定"
}
option=
{
this
.
handleChooseStore
}
/>
let
dom
=
<
PopModel
popupTitle=
{
"选择门店"
}
classContainer=
{
"recoveryPopInfo"
}
>
let
dom
=
<
PopModel
popupTitle=
{
"选择门店"
}
classContainer=
{
"recoveryPopInfo
fix-height
"
}
>
<
div
className=
{
"font36"
}
style=
{
{
'marginTop'
:
'12%'
}
}
>
<
span
className=
{
"font"
}
>
选择当前门店
</
span
>
<
select
...
...
This diff is collapsed.
Click to expand it.
client/containers/PageContainer/index.css
View file @
112c57b2
...
...
@@ -59,4 +59,7 @@ label{
.radio_type
:checked
+
label
{
color
:
#c59c5a
;
}
.fix-height
{
height
:
100%
;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGV4LmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtJQUNJLG1CQUFtQjtJQUNuQixhQUFhO0lBQ2IsWUFBWTtJQUNaLGdDQUF3QjtZQUF4Qix3QkFBd0I7Q0FDM0I7QUFDRDtJQUNJLDBCQUEwQjtDQUM3QjtBQUNEO0lBQ0ksZ0NBQWdDO0NBQ25DIiwiZmlsZSI6ImluZGV4LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5wYWdlQ29udGFpbmVye1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgaGVpZ2h0OiAxMDAlO1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbiAgICB0cmFuc2Zvcm0tb3JpZ2luOiAwIDAgMDtcclxufVxyXG4ucGFnZUNvbnRhaW5lci5iYWNrQ29sZmZme1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcclxufVxyXG4ucG9wdXBFeHRDbGFzcyAuZGVmYXVsdFBvcHVwIC5kZWZhdWx0UG9wdXBUZXh0e1xyXG4gICAgbWFyZ2luLXRvcDogMC41MjVyZW0gIWltcG9ydGFudDtcclxufSJdfQ== */
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment