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
b65b3732
Commit
b65b3732
authored
Oct 23, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问答中心列表
parent
2131591b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
55 additions
and
57 deletions
+55
-57
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+17
-29
src/pages/technical-support/answer-center/list.vue
src/pages/technical-support/answer-center/list.vue
+37
-27
src/router/index.js
src/router/index.js
+1
-1
No files found.
src/pages/technical-support/answer-center/index.vue
View file @
b65b3732
<
template
>
<
template
>
<div
class=
"
doc
_container"
>
<div
class=
"
answer
_container"
>
<div
class=
"content"
>
<div
class=
"content"
>
<router-view
class=
"content_box"
/>
<router-view
class=
"content_box"
/>
<div
class=
"user_info"
>
header
</div>
<div
class=
"user_info"
></div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
components
:
{
components
:
{},
data
:
()
=>
({}),
},
watch
:
{},
data
:
()
=>
({
methods
:
{},
mounted
()
{},
}),
watch
:
{
},
methods
:
{
},
mounted
()
{
},
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.doc_container
{
.content
{
height
:
calc
(
100vh
-
58px
);
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
stretch
;
}
.content
{
width
:
1200px
;
width
:
1200px
;
margin
:
0
auto
;
margin
:
0
auto
;
position
:
relative
;
position
:
relative
;
}
}
.content_box
{
.content_box
{
width
:
856px
;
width
:
856px
;
height
:
calc
(
100vh
-
58px
);
}
}
.user_info
{
.user_info
{
width
:
328px
;
width
:
328px
;
position
:
absolute
;
height
:
328px
;
top
:
46px
;
background-color
:
#fff
;
right
:
0px
;
border-radius
:
10px
;
position
:
fixed
;
top
:
104px
;
right
:
calc
((
100%
-
1200px
)
/
2
);
}
}
</
style
>
</
style
>
src/pages/technical-support/answer-center/list.vue
View file @
b65b3732
<
template
>
<
template
>
<div>
<div
class=
"answer_list_container"
>
list
<div
class=
"apass_breadcrumb"
>
<el-breadcrumb
separator=
"/"
>
<el-breadcrumb-item
to=
"/technical_support"
>
技术支持
</el-breadcrumb-item>
<el-breadcrumb-item
to=
"/technical_support/answer_center"
>
问答中心
</el-breadcrumb-item>
<el-breadcrumb-item>
问答列表
</el-breadcrumb-item>
</el-breadcrumb>
</div>
</div>
<div
class=
"main_container"
></div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
export
default
{
export
default
{
props
:
[],
data
()
{
components
:
{
return
{
answerList
:
[],
},
};
data
()
{
},
return
{
computed
:
{},
created
()
{
};
this
.
getAnwerList
();
},
},
watch
:
{
methods
:
{
getAnwerList
()
{},
},
},
computed
:
{
},
created
()
{
},
mounted
()
{
},
methods
:
{
},
};
};
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.apass_breadcrumb
>
.el-breadcrumb
{
padding
:
12px
0
11px
;
}
.main_container
{
min-height
:
calc
(
100%
-
66px
);
background-color
:
#fff
;
border-radius
:
10px
;
margin-bottom
:
20px
;
}
</
style
>
</
style
>
src/router/index.js
View file @
b65b3732
...
@@ -206,7 +206,7 @@ export default new Router({
...
@@ -206,7 +206,7 @@ export default new Router({
import
(
"
@/pages/technical-support/answer-center/detail
"
),
import
(
"
@/pages/technical-support/answer-center/detail
"
),
},
// 问答中心详情
},
// 问答中心详情
],
],
},
//
开发文档管理
},
//
问答中心
],
],
},
// 技术支持
},
// 技术支持
{
{
...
...
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