diff --git a/config/go-fly.sql b/config/go-fly.sql
index b8ec59e..7374ebf 100644
--- a/config/go-fly.sql
+++ b/config/go-fly.sql
@@ -143,7 +143,7 @@ PRIMARY KEY (`id`),
UNIQUE KEY `page` (`page`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8|
INSERT INTO `about` (`id`, `title_cn`, `title_en`, `keywords_cn`, `keywords_en`, `desc_cn`, `desc_en`, `css_js`, `html_cn`, `html_en`, `page`) VALUES
-(NULL, '免费开源客服系统GOFLY0.3.5-演示页', 'Free Customer Live Chat GOFLY0.3.5-demo', 'GOFLY,GO-FLY', 'GOFLY,GO-FLY', '一款开箱即用的在线客服系统', 'HELLO GOFLY LIVE CHAT !', '','
:)
HELLO GOFLY LIVE CHAT !
',':)
HELLO GOFLY LIVE CHAT !
','index')|
+(NULL, '免费开源客服系统GOFLY0.3.5-演示页', 'Free Customer Live Chat GOFLY0.3.5-demo', 'GOFLY,GO-FLY', 'GOFLY,GO-FLY', '一款开箱即用的在线客服系统', 'HELLO GOFLY LIVE CHAT !', '',':)
HELLO GOFLY LIVE CHAT !
',':)
HELLO GOFLY LIVE CHAT !
','index')|
DROP TABLE IF EXISTS `reply_group`|
CREATE TABLE `reply_group` (
`id` int(11) NOT NULL AUTO_INCREMENT,
diff --git a/static/css/common.css b/static/css/common.css
index 7d7a402..1b583e6 100644
--- a/static/css/common.css
+++ b/static/css/common.css
@@ -411,6 +411,9 @@
position: relative;
margin-top: 4px;
}
+.kefuMainBg{background: #f5f5f5;border: 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{
position: absolute;
bottom: 0px;
diff --git a/static/html/chat_main.html b/static/html/chat_main.html
index e2b8d96..e70f0b6 100644
--- a/static/html/chat_main.html
+++ b/static/html/chat_main.html
@@ -16,7 +16,6 @@
.el-row{width:100%}
.chatBg{background: #fff;border: solid 1px #e6e6e6;overflow: hidden;}
.chatLeft{height:100%;margin-left: 4px;overflow:auto;}
- .sw-bg{background: #fff;border: solid 1px #e6e6e6;boder-top:none;}
.chatBgContext .el-row{margin-bottom: 5px;}
.chatBgContext{position: relative;height: 100%;width: 100%;}
.chatUser{
@@ -29,7 +28,6 @@
.chatBoxMe .chatUser{text-align: right}
.chatBox{width: 100%;height:calc(100% - 175px);;overflow-y: auto;overflow-x: hidden;}
.chatTime{text-align: center;color: #bbb;margin: 5px 0;font-size: 12px;}
- .funcBtns{margin: 2px 0px;color: #7f7f7f;border-bottom: 1px solid #e6e6e6;font-size: 12px;padding: 5px 0px;}
@@ -79,7 +77,7 @@
-