Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
broadcast_cloud
/
web-live
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
2
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
59699d9f
authored
Oct 16, 2020
by
xiawei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flex 兼容问题
parent
b89c9478
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
components/modules-pc/chatBox/index.vue
+3
-12
No files found.
components/modules-pc/chatBox/index.vue
View file @
59699d9f
<!--
<!--
* @Author: your name
* @Author: your name
* @Date: 2020-09-14 16:53:49
* @Date: 2020-09-14 16:53:49
* @LastEditTime: 2020-10-16 17:
14:05
* @LastEditTime: 2020-10-16 17:
30:03
* @LastEditors: Please set LastEditors
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @Description: In User Settings Edit
* @FilePath: /consoles_program/Users/xiawei/gdy/web-live/components/modules-pc/chatBox/index.vue
* @FilePath: /consoles_program/Users/xiawei/gdy/web-live/components/modules-pc/chatBox/index.vue
...
@@ -12,9 +12,7 @@
...
@@ -12,9 +12,7 @@
<top-chat-list></top-chat-list>
<top-chat-list></top-chat-list>
</div>
</div>
<div
class=
"chat-box"
>
<div
class=
"chat-box"
>
<div
class=
"chat-box-list"
>
<chat-list></chat-list>
<chat-list></chat-list>
</div>
</div>
</div>
<div
class=
"chat-send"
>
<div
class=
"chat-send"
>
<send-box></send-box>
<send-box></send-box>
...
@@ -58,16 +56,9 @@ export default {
...
@@ -58,16 +56,9 @@ export default {
}
}
.chat-box
{
.chat-box
{
position
:
relative
;
position
:
relative
;
flex
:
1
;
flex
:
auto
;
height
:
0
;
height
:
0
;
width
:
100%
;
width
:
100%
;
.chat-box-list
{
position
:
absolute
;
top
:
0
;
left
:
0
;
right
:
0
;
bottom
:
0
;
}
}
}
.chat-send
{
.chat-send
{
flex
:
0
0
auto
;
flex
:
0
0
auto
;
...
...
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