后台界面样式调整

master
taoshihan 2 years ago
parent d9b4c590e7
commit dc573856d1

@ -139,7 +139,7 @@
.chatRight{
height: 100%;
background: #fff;
overflow: scroll!important;
overflow-x: hidden;
}
.onlineUsers {
padding: 10px 4px;
@ -280,8 +280,6 @@ a{color: #07a9fe;text-decoration: none;}
font-size: 12px;
min-height: 300px;
background: #fff;
margin-top: 5px;
margin-bottom: 50px;
}
.replyItem:hover{
background-color: #f0f9eb;
@ -304,7 +302,7 @@ a{color: #07a9fe;text-decoration: none;}
margin-right: 10px;
cursor: pointer;
}
.kefuMainBg{background: #f5f5f5;border: solid 1px #e6e6e6;boder-top:none;}
.kefuMainBg{background: #f5f5f5;border-right: solid 1px #e6e6e6;boder-top:none;}
.kefuFuncBtns{background:#fff;margin: 2px 0px;color: #7f7f7f;border-bottom: 1px solid #e6e6e6;font-size: 12px;padding: 5px 0px;}
.kefuFuncBox{

@ -547,13 +547,7 @@ var app=new Vue({
});
});
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
},
//表情点击事件
faceIconClick(index){

@ -396,13 +396,7 @@ new Vue({
_this.initConn();
_this.scrollBottom();
}
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
},
//表情点击事件
faceIconClick:function(index){

@ -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"

@ -169,13 +169,4 @@
})
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>

@ -142,13 +142,4 @@
});
</script>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?82938760e00806c6c57adee91f39aa5e";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</html>

Loading…
Cancel
Save