|
|
|
@ -15,7 +15,6 @@
|
|
|
|
|
<style>
|
|
|
|
|
html, body {overflow:hidden;height: 100%;padding: 0;margin: 0;background-color: #f5f5f5;}
|
|
|
|
|
.el-row{width:100%}
|
|
|
|
|
.chatBg{background: #fff;border: solid 1px #e6e6e6;overflow: hidden;}
|
|
|
|
|
.chatLeft{height:100%;margin-left: 4px;overflow:auto;}
|
|
|
|
|
.chatBgContext .el-row{margin-bottom: 5px;}
|
|
|
|
|
.chatBgContext{position: relative;height: 100%;width: 100%;}
|
|
|
|
@ -35,8 +34,8 @@
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app" class="chatMainPage">
|
|
|
|
|
<template>
|
|
|
|
|
<el-row :gutter="2">
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="5">
|
|
|
|
|
<div class="chatBg chatLeft">
|
|
|
|
|
<el-tabs v-model="leftTabActive" @tab-click="handleTabClick">
|
|
|
|
|
<el-tab-pane label="在线用户" name="first">
|
|
|
|
@ -78,7 +77,7 @@
|
|
|
|
|
</el-tabs>
|
|
|
|
|
</div>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-col :span="13">
|
|
|
|
|
<div class="kefuMainBg chatBgContext">
|
|
|
|
|
<el-alert
|
|
|
|
|
:closable="false"
|
|
|
|
|