Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client-taro
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
d49c02e8
authored
Sep 06, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面圈红
parent
93e08908
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
config/prod.js
+1
-2
project.config.json
+0
-0
src/pages/home/tempaltes/film_edit.tsx
+1
-1
src/pages/home/tempaltes/scss/film_edit.scss
+8
-1
No files found.
config/prod.js
View file @
d49c02e8
...
@@ -2,8 +2,7 @@ module.exports = {
...
@@ -2,8 +2,7 @@ module.exports = {
env
:
{
env
:
{
NODE_ENV
:
'"production"'
NODE_ENV
:
'"production"'
},
},
defineConstants
:
{
defineConstants
:
{},
},
weapp
:
{},
weapp
:
{},
h5
:
{
h5
:
{
/**
/**
...
...
project.config.json
View file @
d49c02e8
src/pages/home/tempaltes/film_edit.tsx
View file @
d49c02e8
...
@@ -208,7 +208,7 @@ class FilmDetail extends Component {
...
@@ -208,7 +208,7 @@ class FilmDetail extends Component {
return
(
return
(
<
View
<
View
key=
{
index
+
item
.
name
}
key=
{
index
+
item
.
name
}
className=
"page-item"
className=
{
index
===
pageIndex
?
'page-item page-item-active'
:
'page-item'
}
onClick=
{
()
=>
{
onClick=
{
()
=>
{
this
.
changePage
(
index
)
this
.
changePage
(
index
)
}
}
}
}
...
...
src/pages/home/tempaltes/scss/film_edit.scss
View file @
d49c02e8
...
@@ -19,10 +19,17 @@
...
@@ -19,10 +19,17 @@
.page-container
{
.page-container
{
display
:
flex
;
display
:
flex
;
padding
:
20px
20px
0
20px
;
padding
:
20px
20px
50px
20px
;
.page-item
{
.page-item
{
margin-right
:
30px
;
margin-right
:
30px
;
box-sizing
:
border-box
;
}
.page-item-active
{
image
{
border
:
1px
solid
red
;
}
}
}
.page-thumb
{
.page-thumb
{
...
...
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