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
628863ca
Commit
628863ca
authored
Oct 24, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
编辑
parent
e54eda5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
4 deletions
+23
-4
src/pages/technical-support/answer-center/detail.vue
src/pages/technical-support/answer-center/detail.vue
+1
-1
src/pages/technical-support/answer-center/edit.vue
src/pages/technical-support/answer-center/edit.vue
+22
-3
No files found.
src/pages/technical-support/answer-center/detail.vue
View file @
628863ca
...
@@ -291,7 +291,7 @@ export default {
...
@@ -291,7 +291,7 @@ export default {
/* min-height: calc(100% - 15px); */
/* min-height: calc(100% - 15px); */
}
}
.now_page_title
{
.now_page_title
{
margin
:
1
5
px
0
;
margin
:
1
3
px
0
;
color
:
#898d9e
;
color
:
#898d9e
;
}
}
.now_page_title
span
{
.now_page_title
span
{
...
...
src/pages/technical-support/answer-center/edit.vue
View file @
628863ca
<
template
>
<
template
>
<div>
<div
class=
"detail_box"
>
edit
<p
class=
"now_page_title"
>
技术支持 / 问答中心 / 问答列表 /
<span>
详情
</span>
</p>
<div
class=
"detail_content"
>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -34,5 +40,18 @@ export default {
...
@@ -34,5 +40,18 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.detail_box
{
height
:
calc
(
100%
-
15px
);
}
.now_page_title
{
margin
:
13px
0
;
color
:
#898d9e
;
}
.now_page_title
span
{
color
:
#242c43
;
}
.detail_content
{
width
:
100%
;
height
:
calc
(
100%
-
35px
);
}
</
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