Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
Details
Activity
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
yaru
fgqyxxlr
Commits
f079622e
Commit
f079622e
authored
Jul 06, 2020
by
Hacker
Committed by
Gitee
Jul 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update ruoyi-admin/src/main/resources/static/css/style.css.
聊天窗口样式发送者的内容区分左右样式,而非nth-child(2n+1)
parent
c52ba00f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
ruoyi-admin/src/main/resources/static/css/style.css
+13
-10
No files found.
ruoyi-admin/src/main/resources/static/css/style.css
View file @
f079622e
...
...
@@ -4917,13 +4917,14 @@ dd.project-people {
font-size
:
10px
;
text-transform
:
uppercase
;
}
/* Chat view */
.message-input
{
height
:
90px
!important
;
}
.chat-avatar
{
w
hite
:
36px
;
w
idth
:
36px
;
height
:
36px
;
float
:
left
;
margin-right
:
10px
;
...
...
@@ -4950,9 +4951,10 @@ dd.project-people {
margin-left
:
-30px
;
}
@media
(
max-width
:
992px
)
{
.chat-users
,
.chat-statistic
{
margin-left
:
0px
;
@media
(
max-width
:
992px
)
{
.chat-users
,
.chat-statistic
{
margin-left
:
0
;
}
}
...
...
@@ -4972,12 +4974,12 @@ dd.project-people {
margin-top
:
1px
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
+
1
)
.message-avatar
{
.chat-discussion
.chat-message
.left
.message-avatar
{
float
:
left
;
margin-right
:
10px
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
)
.message-avatar
{
.chat-discussion
.chat-message
.right
.message-avatar
{
float
:
right
;
margin-left
:
10px
;
}
...
...
@@ -4992,20 +4994,20 @@ dd.project-people {
border-radius
:
4px
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
+
1
)
.message-date
{
.chat-discussion
.chat-message
.left
.message-date
{
float
:
right
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
)
.message-date
{
.chat-discussion
.chat-message
.right
.message-date
{
float
:
left
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
+
1
)
.message
{
.chat-discussion
.chat-message
.left
.message
{
text-align
:
left
;
margin-left
:
55px
;
}
.chat-discussion
.chat-message
:nth-child
(
2n
)
.message
{
.chat-discussion
.chat-message
.right
.message
{
text-align
:
right
;
margin-right
:
55px
;
}
...
...
@@ -5034,6 +5036,7 @@ dd.project-people {
.chat-message-form
.form-group
{
margin-bottom
:
0
;
}
/* jsTree */
.jstree-open
>
.jstree-anchor
>
.fa-folder
:before
{
content
:
"\f07c"
;
...
...
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