Commit 55d75348 authored by agping's avatar agping

后台优化

parent dd9c400c
<!DOCTYPE html>
<html lang="en-us">
<html lang="en-us" class="main-index-liu">
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
......
......@@ -7,6 +7,7 @@
html{
font-size:640%;
/*overflow:hidden !important;*/
padding: 0 15px;
}
body {
overflow: hidden;;
......
......@@ -22,8 +22,11 @@ iframe > html > body {
width:1560px !important;
};
};
html { overflow-y: scroll; }
}
html {
overflow-y: scroll;
}
a:hover{
text-decoration:none;
}
......@@ -442,7 +445,7 @@ a:hover{
/*商铺列表,商铺动态,跟进信息样式*/
.followup-modal-list-area{
height: 450px;
height: 420px;
overflow-y: scroll;
}
#modal_followup_table_list>tr>td:nth-of-type(1){
......
......@@ -1251,8 +1251,8 @@ define(['doT', 'css!style/home.css', 'ckfinder', 'ckfinderStart', 'bootstrapJs']
type: 'GET',
async: true,
data: {
'bind_id': user.user_id,
"user_id": user.agent_id_phone
'bind_id': user.agent_id_phone,
"user_id": user.user_id
},
dataType: 'json',
success: function(data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment