Commit 55d75348 authored by agping's avatar agping

后台优化

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