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
e7ec996a
Commit
e7ec996a
authored
Oct 24, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发帖提问页面
parent
e442ce39
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
5 deletions
+22
-5
src/pages/technical-support/answer-center/edit.vue
src/pages/technical-support/answer-center/edit.vue
+21
-4
src/pages/technical-support/answer-center/index.vue
src/pages/technical-support/answer-center/index.vue
+1
-1
No files found.
src/pages/technical-support/answer-center/edit.vue
View file @
e7ec996a
<
template
>
<div
class=
"detail_box"
>
<p
class=
"now_page_title"
>
技术支持 / 问答中心 /
问答列表 /
<span>
编辑
</span>
技术支持 / 问答中心 /
<span>
发帖提问
</span>
</p>
<div
class=
"detail_content"
>
<div
class=
"detail_title"
>
...
...
@@ -10,6 +10,7 @@
</div>
<div
class=
"detail_edit"
>
<wang-e-bd
class=
"editbox"
v-model=
"editstr"
:menu=
"menu"
:full=
"false"
></wang-e-bd>
<div
class=
"pubilc"
><img
src=
"../../../assets/imgs/jszc_ic_fabu.png"
alt=
""
>
发表
</div>
</div>
</div>
</div>
...
...
@@ -79,7 +80,7 @@ export default {
margin-bottom
:
15px
;
}
.editbox
{
height
:
calc
(
100%
-
65
px
);
height
:
calc
(
100%
-
32
px
);
}
.detail_edit
{
height
:
672px
;
...
...
@@ -89,6 +90,22 @@ export default {
border-radius
:
12px
;
padding
:
24px
;
}
.pubilc
{
float
:
right
;
width
:
88px
;
height
:
40px
;
background-color
:
#515fe7
;
border-radius
:
8px
;
text-align
:
center
;
line-height
:
40px
;
font-size
:
16px
;
color
:
#e6ebfe
;
margin-top
:
-6px
;
cursor
:
pointer
;
}
.pubilc
img
{
margin-right
:
8px
;
}
</
style
>
<
style
>
.detail_title
.el-input__inner
{
...
...
src/pages/technical-support/answer-center/index.vue
View file @
e7ec996a
<
template
>
<div
class=
"answer_container"
>
<router-view
class=
"left_content"
/>
<div
class=
"right_content"
>
<div
class=
"right_content"
v-if=
"$route.path!== '/technical_support/answer_center/edit'"
>
<div
class=
"user_info"
>
<div
class=
"user_img"
>
<img
:src=
"require('../../../assets/imgs/img_head.png')"
/>
...
...
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