Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bjgee
Project
Project
Details
Activity
Releases
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
shangbj
bjgee
Commits
c47eafcb
Commit
c47eafcb
authored
Jul 29, 2018
by
shangbj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
b5d67039
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
common.scss
assets/css/common.scss
+10
-1
Profile.vue
pages/Profile.vue
+4
-11
No files found.
assets/css/common.scss
View file @
c47eafcb
...
...
@@ -27,5 +27,14 @@ ul, li, form, dd, dt, dl {
}
.content
{
background
:
url(~assets/images/11019912.jpg)
repeat-x
left
top
;
min-height
:
615px
;
}
.left-con-wrap
{
width
:
225px
;
float
:
left
;
padding-left
:
15px
;
border-right
:
1px
solid
#E1E1E1
;
}
.right-con-wrap
{
width
:
720px
;
float
:
left
;
}
\ No newline at end of file
pages/Profile.vue
View file @
c47eafcb
<
template
>
<div
class=
"clearfix content"
>
<div
class=
"left-wrap"
>
<div
class=
"left-
con-
wrap"
>
<NewsScrollList
/>
<ProductImgList
/>
</div>
<div
class=
"right-con-wrap"
>
</div>
</div>
</
template
>
<
script
>
...
...
@@ -17,13 +20,3 @@ export default {
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.left-wrap
{
width
:
225px
;
float
:
left
;
padding-left
:
15px
;
border-right
:
1px
solid
#E1E1E1
;
}
</
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