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
0f6dbbee
Commit
0f6dbbee
authored
Nov 19, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
默认头像,楼
parent
a23f6b14
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
src/pages/technical-support/answer-center/detail.vue
src/pages/technical-support/answer-center/detail.vue
+1
-1
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+3
-3
src/pages/technical-support/answer-center/list.vue
src/pages/technical-support/answer-center/list.vue
+2
-1
No files found.
src/pages/technical-support/answer-center/detail.vue
View file @
0f6dbbee
...
...
@@ -43,7 +43,7 @@
<span
class=
"left"
>
{{
item
.
username
}}
</span>
<span
class=
"right"
>
<span
v-if=
"index==0||index==1"
>
{{
index
==
0
?
'
沙发
'
:
'
板凳
'
}}
</span>
<span
v-else
>
{{
index
}}
楼
</span>
|
<span>
{{
deal_time
(
item
.
created
)
}}
</span>
<span
v-else
>
{{
index
+
1
}}
楼
</span>
|
<span>
{{
deal_time
(
item
.
created
)
}}
</span>
</span>
</p>
<div
v-html=
"item.content"
class=
"hf_content"
></div>
...
...
src/pages/technical-support/answer-center/index.vue
View file @
0f6dbbee
...
...
@@ -204,18 +204,18 @@ export default {
font-size
:
18px
;
font-weight
:
bold
;
line-height
:
40px
;
color
:
#
58617a
;
color
:
#
1d1e20
;
position
:
relative
;
padding-left
:
15px
;
}
.contributor_title
>
span
:nth-child
(
1
)
::before
{
content
:
""
;
width
:
4px
;
height
:
1
8
px
;
height
:
1
6
px
;
background-color
:
#515fe7
;
border-radius
:
2px
;
position
:
absolute
;
top
:
1
2
px
;
top
:
1
3
px
;
left
:
0
;
}
.contributor_list
>
li
{
...
...
src/pages/technical-support/answer-center/list.vue
View file @
0f6dbbee
...
...
@@ -55,7 +55,7 @@
<p
class=
"answer_content"
v-text=
"getContentText(item.content)"
></p>
<p
class=
"answer_info"
>
<span>
<img
class=
"user_img"
:src=
"item.picture_path"
/>
<img
class=
"user_img"
:src=
"item.picture_path
|| head_pic
"
/>
<span
class=
"user_name"
v-text=
"item.user_name"
></span>
<span
class=
"user_text"
>
发布于
</span>
<span
class=
"user_time"
v-text=
"getTimeText(item.created)"
></span>
...
...
@@ -99,6 +99,7 @@ export default {
sortType
:
0
,
// 0:最新问题 1:最热问题
searchText
:
""
,
inputTimer
:
null
,
head_pic
:
require
(
"
@/assets/imgs/img_head.png
"
),
};
},
created
()
{
...
...
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