Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
kefu_server
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e29adfe4
authored
Mar 30, 2020
by
keith
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
updatecode
parent
dd772e9a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
ui/kefu_admin/src/views/knowledge/index.vue
ui/kefu_client/src/views/workorder.vue
ui/kefu_admin/src/views/knowledge/index.vue
View file @
e29adfe4
...
...
@@ -15,7 +15,7 @@
>
{{
item
.
title
}}
(
{{
item
.
count
}}
)
</el-button>
</
template
>
</el-button-group>
<el-col
:span=
"
5
"
>
<el-col
:span=
"
3
"
>
<el-input
@
change=
"onRefresh"
placeholder=
"请输入关键词"
...
...
ui/kefu_client/src/views/workorder.vue
View file @
e29adfe4
...
...
@@ -30,7 +30,7 @@
</
template
>
</ul>
</div>
<div
v-if=
"!isShowHeader"
class=
"floting"
@
click=
"$router.push('/workorder/create')"
></div>
</div>
</template>
<
script
>
...
...
@@ -125,5 +125,17 @@ export default {
}
}
.floting
{
width
30px;
height
30px;
border-radius
100%;
background
#26a2ff
url("../assets/send.png")
center
center
no-repeat
background-size
15px
position
fixed
bottom
30px
right
10px
}
</
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