Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
55d75348
Commit
55d75348
authored
Jan 09, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台优化
parent
dd9c400c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
frame_two_tpl.html
application/index/view/global/frame_two_tpl.html
+1
-1
main_index.html
application/index/view/main_index/main_index.html
+1
-0
public.css
public/resource/css/public.css
+6
-3
user_genjing_modal.js
public/resource/js/user_genjing_modal.js
+2
-2
No files found.
application/index/view/global/frame_two_tpl.html
View file @
55d75348
<!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"
>
...
...
application/index/view/main_index/main_index.html
View file @
55d75348
...
...
@@ -7,6 +7,7 @@
html
{
font-size
:
640%
;
/*overflow:hidden !important;*/
padding
:
0
15px
;
}
body
{
overflow
:
hidden
;
;
...
...
public/resource/css/public.css
View file @
55d75348
...
...
@@ -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
:
4
5
0px
;
height
:
4
2
0px
;
overflow-y
:
scroll
;
}
#modal_followup_table_list
>
tr
>
td
:nth-of-type
(
1
)
{
...
...
public/resource/js/user_genjing_modal.js
View file @
55d75348
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment