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
88ff3e33
Commit
88ff3e33
authored
Jul 30, 2023
by
timzaak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix 下滑 长度显示
parent
5d0702f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
client/containers/PageContainer/PageContainer.jsx
+3
-3
No files found.
client/containers/PageContainer/PageContainer.jsx
View file @
88ff3e33
...
@@ -853,10 +853,10 @@ class PageContainer extends React.Component {
...
@@ -853,10 +853,10 @@ class PageContainer extends React.Component {
let
btnWidth
=
UTILPATH
.
getRemByPx
(
240
);
let
btnWidth
=
UTILPATH
.
getRemByPx
(
240
);
let
btnMiddle
=
UTILPATH
.
getRemByPx
(
40
)
let
btnMiddle
=
UTILPATH
.
getRemByPx
(
40
)
let
border
=
"2px solid #e5e5e5"
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
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'
:
'5%'
,
'
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'
:
'2%
'
}
}
>
<
div
className=
{
"font36"
}
style=
{
{
paddingTop
:
'2%'
,
paddingBottom
:
'6%'
,
height
:
'4.5rem'
,
overflowY
:
'auto
'
}
}
>
<
div
className=
{
"font"
}
style=
{
{
"marginBottom"
:
UTILPATH
.
getRemByPx
(
40
)}
}
>
请选择当前门店
</
div
>
<
div
className=
{
"font"
}
style=
{
{
"marginBottom"
:
UTILPATH
.
getRemByPx
(
40
)}
}
>
请选择当前门店
</
div
>
{
/*<RadioGroup onChange={this.onGroupe.bChangind(this)} active={this.state.active}>*/
}
{
/*<RadioGroup onChange={this.onGroupe.bChangind(this)} active={this.state.active}>*/
}
{
/* <Radio value={1}>使用余额支付</Radio>*/
}
{
/* <Radio value={1}>使用余额支付</Radio>*/
}
...
...
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