Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
foreign
/
customer-service
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
f39f6a9d
authored
Jul 17, 2021
by
panjiangyi
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
会话从中间弹出来
parent
7ec5eceb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
chat.vue
chat.vue
View file @
f39f6a9d
<
template
>
<div
class=
"chat-con
h-100
"
>
<div
class=
"chat-con"
>
<ChatTitle
:close=
"hide"
/>
<div
class=
"chat-area-con"
>
<div
v-if=
"chatId != null"
class=
"h-100 chat-area"
>
...
...
@@ -14,7 +14,7 @@
>
添加成员
</el-button
>
</div>
-->
<el-tabs
v-model=
"currentTab"
>
<el-tabs
class=
"chat-panel"
v-model=
"currentTab"
>
<el-tab-pane
label=
"数据"
name=
"one"
>
model的数据,可配置。
</el-tab-pane
>
...
...
@@ -109,6 +109,9 @@ export default class Chat extends Vue {
}
</
script
>
<
style
lang=
"less"
scoped
>
.chat-con
{
height
:
70vh
;
}
.chat-area-con
{
height
:
calc
(
100%
-
60px
);
}
...
...
@@ -138,4 +141,9 @@ export default class Chat extends Vue {
bottom
:
20px
;
text-align
:
center
;
}
.chat-panel
{
/deep/
.el-tabs__item
{
padding
:
0
18px
;
}
}
</
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