Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Madara
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
Madara
Commits
6c17cb87
Commit
6c17cb87
authored
Sep 27, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/viitto/madara
parents
d8dffcc9
51acf130
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
chat.vue
src/renderer/components/msssage/chat.vue
+1
-1
chatitem.vue
src/renderer/components/msssage/chatitem.vue
+1
-0
chatlist.vue
src/renderer/components/msssage/chatlist.vue
+2
-2
No files found.
src/renderer/components/msssage/chat.vue
View file @
6c17cb87
...
...
@@ -153,7 +153,7 @@
@
msgs-loaded=
"msgsLoaded"
:canLoadMore=
"canLoadMore"
></chat-list>
<div
class=
"new-lst-msg"
v-if=
"lstShowData"
@
click=
"goDown"
>
<div
class=
"new-lst-msg"
v-if=
"lstShowData
&& lstShowData.lastMsgShow.indexOf('更新群信息')==-1
"
@
click=
"goDown"
>
{{id.indexOf('team-')==-1?"":lstShowData.fromNick+":"}}{{lstShowData.lastMsgShow}}
</div>
<div
class=
"at-msg-box"
v-if=
"showAt"
>
...
...
src/renderer/components/msssage/chatitem.vue
View file @
6c17cb87
...
...
@@ -1116,6 +1116,7 @@ export default {
}
.msg-info
{
flex
:
1
;
max-width
:
calc
(
100%
-
42px
);
flex-direction
:
column
;
}
.item-you
.in
.msg-info-details
{
...
...
src/renderer/components/msssage/chatlist.vue
View file @
6c17cb87
...
...
@@ -184,8 +184,8 @@ export default {
padding
:
20px
;
padding-right
:
12px
;
height
:
100%
;
overflow
:
auto
;
overflow
-y
:
auto
!important
;
overflow-x
:
hidden
!important
;
}
.chat__list
li
{
list-style
:
none
;
...
...
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