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
2131591b
Commit
2131591b
authored
Oct 23, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index布局
parent
14d033a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
14 deletions
+17
-14
src/pages/technical-support/answer-center/detail.vue
src/pages/technical-support/answer-center/detail.vue
+1
-4
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+16
-10
No files found.
src/pages/technical-support/answer-center/detail.vue
View file @
2131591b
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<span>
详情
</span>
<span>
详情
</span>
</p>
</p>
<div
class=
"detail_content"
>
<div
class=
"detail_content"
>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -40,9 +40,6 @@ export default {
...
@@ -40,9 +40,6 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.detail_box
{
width
:
856px
;
}
.now_page_title
{
.now_page_title
{
margin
:
15px
0
;
margin
:
15px
0
;
color
:
#898d9e
;
color
:
#898d9e
;
...
...
src/pages/technical-support/answer-center/index.vue
View file @
2131591b
<
template
>
<
template
>
<div
class=
"doc_container"
>
<div
class=
"doc_container"
>
<router-view
/>
<div
class=
"content"
>
<router-view
class=
"content_box"
/>
<div
class=
"user_info"
>
header
</div>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -31,15 +34,18 @@ export default {
...
@@ -31,15 +34,18 @@ export default {
justify-content
:
flex-start
;
justify-content
:
flex-start
;
align-items
:
stretch
;
align-items
:
stretch
;
}
}
.side_nav_bar
{
.content
{
width
:
180px
;
width
:
1200px
;
flex-shrink
:
0
;
margin
:
0
auto
;
position
:
relative
;
}
}
.main_container
{
.content_box
{
width
:
calc
(
100%
-
180px
);
width
:
856px
;
flex-grow
:
1
;
}
flex-shrink
:
1
;
.user_info
{
background-color
:
#f6f7fb
;
width
:
328px
;
overflow
:
auto
;
position
:
absolute
;
top
:
46px
;
right
:
0px
;
}
}
</
style
>
</
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