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
512a7138
authored
Aug 31, 2021
by
吴云建
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
样式更新
parent
578a76e6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
components/chat-list-model.vue
components/chat-list-model.vue
View file @
512a7138
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<div
class=
"checkbox-wrap"
@
click
.
stop
v-if=
"showItemCheckbox"
>
<div
class=
"checkbox-wrap"
@
click
.
stop
v-if=
"showItemCheckbox"
>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
<el-checkbox
v-model=
"item.checked"
></el-checkbox>
</div>
</div>
<div>
<div
class=
"w-100"
>
<div
<div
class=
"
class=
"
chat-info-left
chat-info-left
...
@@ -284,6 +284,9 @@ export default class ModelChatList extends Vue {
...
@@ -284,6 +284,9 @@ export default class ModelChatList extends Vue {
</
script
>
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
scoped
>
.w-100
{
width
:
100%
;
}
.chat-list-con
{
.chat-list-con
{
display
:
inline-block
;
display
:
inline-block
;
position
:
relative
;
position
:
relative
;
...
...
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