|
@@ -3,10 +3,10 @@
|
|
|
<el-row>
|
|
|
<el-col :span="24" class="info">
|
|
|
<el-col :span="24" class="video">
|
|
|
- <el-col :span="12" class="videoLeft">
|
|
|
+ <el-col :span="15" class="videoLeft">
|
|
|
左侧
|
|
|
</el-col>
|
|
|
- <el-col :span="12" class="videoRight">
|
|
|
+ <el-col :span="9" class="videoRight">
|
|
|
右侧
|
|
|
</el-col>
|
|
|
</el-col>
|
|
@@ -65,13 +65,13 @@ export default {
|
|
|
padding: 10px;
|
|
|
margin: 0 0 10px 0;
|
|
|
.videoLeft {
|
|
|
- height: 160px;
|
|
|
+ height: 200px;
|
|
|
border-style: double;
|
|
|
border-color: #ff0000 #00ff00 #0000ff rgb(250, 0, 255);
|
|
|
border-radius: 15px;
|
|
|
}
|
|
|
.videoRight {
|
|
|
- height: 160px;
|
|
|
+ height: 200px;
|
|
|
border-style: double;
|
|
|
border-color: #ff0000 #00ff00 #0000ff rgb(250, 0, 255);
|
|
|
border-radius: 15px;
|
|
@@ -82,14 +82,12 @@ export default {
|
|
|
padding: 10px;
|
|
|
.chatList {
|
|
|
border: 1px solid #ccc;
|
|
|
- min-height: 340px;
|
|
|
+ min-height: 300px;
|
|
|
margin: 0 0 10px 0;
|
|
|
border-radius: 10px;
|
|
|
padding: 5px 10px;
|
|
|
}
|
|
|
.chatInput {
|
|
|
- .input {
|
|
|
- }
|
|
|
.el-button {
|
|
|
width: 100%;
|
|
|
padding: 13px 0;
|