Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄天晨
bh_face_counter
Commits
2665be03
Commit
2665be03
authored
Feb 13, 2023
by
黄日华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复新界面兼容问题
parent
d3399471
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
guide.jpg
src/assets/Vertical/guide.jpg
+0
-0
VerticalPage.js
src/pages/VerticalPage.js
+7
-2
No files found.
src/assets/Vertical/guide.jpg
View replaced file @
d3399471
View file @
2665be03
32.1 KB
|
W:
|
H:
67.4 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/pages/VerticalPage.js
View file @
2665be03
...
...
@@ -677,7 +677,7 @@ class VerticalPage extends Component {
{
goodsArr
.
length
===
0
&&
stype
===
'guard'
?
(
<
View
style
=
{
styles
.
guardModal
}
>
<
View
style
=
{
styles
.
guardModal_image
}
>
<
Image
style
=
{
styles
.
Imagee
e
}
source
=
{
guide
}
/
>
<
Image
style
=
{
styles
.
cImag
e
}
source
=
{
guide
}
/
>
<
/View
>
<
View
style
=
{
styles
.
guardModal_button
}
>
<
View
...
...
@@ -1769,13 +1769,18 @@ const styles = {
backgroundColor
:
'#0C0C0C'
,
},
guardModal_image
:
{
width
:
'100%'
,
height
:
'60%'
,
display
:
'flex'
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
padding
:
0
,
margin
:
0
,
backgroundColor
:
'#ccc'
,
},
Imagee
e
:
{
cImag
e
:
{
height
:
'100%'
,
resizeMode
:
'contain'
,
},
guardModal_button
:
{
width
:
'100%'
,
...
...
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