Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0a52ca6d
authored
Jun 12, 2020
by
Denglingling
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整【录音】样式;首页顶部【退出】图标的显示
parent
62e093f2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
16 deletions
app/base/BaseStyle.js
app/containers/common/HeadBackItem.js
app/base/BaseStyle.js
View file @
0a52ca6d
...
...
@@ -113,6 +113,7 @@ export const list_common_item = {
height
:
90
},
reco_btn_cont
:
{
flex
:
1
,
paddingVertical
:
20
},
reco_btn_tit
:
{
...
...
@@ -122,8 +123,6 @@ export const list_common_item = {
},
reco_btn_inner
:
{
flex
:
1
,
width
:
Width
()
-
38
,
// justifyContent: 'flex-end',
alignItems
:
'center'
,
paddingTop
:
30
},
...
...
app/containers/common/HeadBackItem.js
View file @
0a52ca6d
...
...
@@ -22,18 +22,7 @@ import { show } from '../../utils/Utils';
class
HeadBackItem
extends
Component
{
constructor
(
props
)
{
super
(
props
);
this
.
state
=
{
isRightExit
:
false
}
}
componentWillReceiveProps
(
nextProps
)
{
let
{
isRightExit
}
=
this
.
state
if
(
isRightExit
!=
nextProps
.
nextProps
)
{
this
.
setState
({
isRightExit
:
nextProps
.
nextProps
})
}
this
.
state
=
{
}
}
goBack
()
{
...
...
@@ -58,8 +47,7 @@ class HeadBackItem extends Component {
}
render
()
{
let
{
title
}
=
this
.
props
let
{
isRightExit
}
=
this
.
state
let
{
title
,
isRightExit
}
=
this
.
props
return
(
<
View
style
=
{
styles
.
header_style
}
>
{
...
...
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