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
bc747232
Commit
bc747232
authored
Jul 28, 2023
by
timzaak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加弹窗下拉框
parent
2cf48ee3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
client/containers/PageContainer/PageContainer.jsx
+5
-5
No files found.
client/containers/PageContainer/PageContainer.jsx
View file @
bc747232
...
@@ -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=
""
...
...
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