Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
1a866999
Commit
1a866999
authored
Apr 28, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改宽度
parent
daae0421
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
src/pages/index.vue
src/pages/index.vue
+2
-6
src/pages/workPlace.vue
src/pages/workPlace.vue
+7
-2
No files found.
src/pages/index.vue
View file @
1a866999
<
template
>
<
template
>
<div
class=
"index_container"
>
<div
class=
"index_container"
>
<div
class=
"decor"
></div>
<div
class=
"decor"
></div>
<router-view
class=
"contain"
/>
<router-view/>
</div>
</div>
</
template
>
</
template
>
...
@@ -25,9 +25,5 @@ export default {
...
@@ -25,9 +25,5 @@ export default {
height
:
174px
;
height
:
174px
;
background-color
:
#0f2683
;
background-color
:
#0f2683
;
}
}
.contain
{
width
:
1200px
;
margin
:
0
auto
;
margin-top
:
-157px
;
}
</
style
>
</
style
>
src/pages/workPlace.vue
View file @
1a866999
<
template
>
<
template
>
<div>
<div
class=
"contain"
>
<div
class=
"person_info"
>
<div
class=
"person_info"
>
<div
class=
"preson"
>
<div
class=
"preson"
>
<div
class=
"person_text"
>
<div
class=
"person_text"
>
...
@@ -444,7 +444,7 @@ export default {
...
@@ -444,7 +444,7 @@ export default {
this
.
init_fwyy
()
this
.
init_fwyy
()
}
else
if
(
this
.
now_user
==
2
){
}
else
if
(
this
.
now_user
==
2
){
this
.
init_
fwyy
()
this
.
init_
yy
();
}
}
},
},
methods
:
{
methods
:
{
...
@@ -746,6 +746,11 @@ export default {
...
@@ -746,6 +746,11 @@ export default {
}
}
</
style
>
</
style
>
<
style
scoped
>
<
style
scoped
>
.contain
{
width
:
1200px
;
margin
:
0
auto
;
margin-top
:
-157px
;
}
.person_info
{
.person_info
{
width
:
1200px
;
width
:
1200px
;
height
:
206px
;
height
:
206px
;
...
...
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