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
1b50c3bc
Commit
1b50c3bc
authored
Aug 02, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 后台优化
parent
cae1706f
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
19 additions
and
18 deletions
+19
-18
users_list.html
application/index/view/member/users_list.html
+1
-1
home.css
public/resource/css/home.css
+1
-1
public.css
public/resource/css/public.css
+2
-2
report_list.css
public/resource/css/report_list.css
+3
-2
setting_template_tpl.html
public/resource/template/setting_template_tpl.html
+12
-12
No files found.
application/index/view/member/users_list.html
View file @
1b50c3bc
...
@@ -253,7 +253,7 @@
...
@@ -253,7 +253,7 @@
border-top
:
3px
solid
#ccc
;
border-top
:
3px
solid
#ccc
;
}
}
.center-btn
{
.center-btn
{
margin-top
:
1
0px
;
margin-top
:
2
0px
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
text-align
:
center
;
text-align
:
center
;
}
}
...
...
public/resource/css/home.css
View file @
1b50c3bc
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
margin-left
:
10px
;
margin-left
:
10px
;
}
}
.btn4
{
.btn4
{
width
:
1
8
%
!important
;
width
:
1
6
%
!important
;
float
:
left
;
float
:
left
;
margin-left
:
10px
;
margin-left
:
10px
;
}
}
...
...
public/resource/css/public.css
View file @
1b50c3bc
...
@@ -2,8 +2,8 @@ body {
...
@@ -2,8 +2,8 @@ body {
/*width: 1335px !important;*/
/*width: 1335px !important;*/
/*min-width: 1335px !important;*/
/*min-width: 1335px !important;*/
width
:
10
24
px
!important
;
width
:
10
80
px
!important
;
min-width
:
10
24
px
!important
;
min-width
:
10
80
px
!important
;
margin
:
0
;
margin
:
0
;
margin
:
0
auto
;
margin
:
0
auto
;
background-color
:
#F2F2F2
;
background-color
:
#F2F2F2
;
...
...
public/resource/css/report_list.css
View file @
1b50c3bc
...
@@ -163,8 +163,9 @@ addtax_
...
@@ -163,8 +163,9 @@ addtax_
}
}
#maid_table_main
>
tbody
td
:nth-last-of-type
(
1
)>
a
{
#maid_table_main
>
tbody
td
:nth-last-of-type
(
1
)>
a
{
padding
:
0
5px
;
padding
:
3px
5px
;
border-radius
:
5px
;
border-radius
:
4px
;
font-size
:
12px
;
}
}
#maid_table_main
>
tbody
td
:nth-last-of-type
(
1
)>
a
+
a
{
#maid_table_main
>
tbody
td
:nth-last-of-type
(
1
)>
a
+
a
{
margin-left
:
5px
;
margin-left
:
5px
;
...
...
public/resource/template/setting_template_tpl.html
View file @
1b50c3bc
<script
id=
"setting_list_tpl"
type=
"text/template"
>
<script
id=
"setting_list_tpl"
type=
"text/template"
>
<
div
class
=
"form-group"
>
<
div
class
=
"form-group"
>
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
是否使用隐号系统:
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
是否使用隐号系统:
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
div
class
=
"radio"
style
=
"display: inline-block"
>
<
div
class
=
"radio"
style
=
"display: inline-block"
>
<
label
>
<
label
>
<
input
type
=
"radio"
name
=
"optionsRadios"
id
=
"optionsRadios1"
value
=
"0"
<
input
type
=
"radio"
name
=
"optionsRadios"
id
=
"optionsRadios1"
value
=
"0"
...
@@ -19,27 +19,27 @@
...
@@ -19,27 +19,27 @@
<
/label
>
<
/label
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
客户隐号绑定有效期(天数):
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
客户隐号绑定有效期(天数):
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"day_num"
placeholder
=
"隐号绑定天数"
value
=
"[%= it['day_num'] %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"day_num"
placeholder
=
"隐号绑定天数"
value
=
"[%= it['day_num'] %]"
>
<
/div
>
<
/div
>
<!--
房东隐号绑定有效期
-->
<!--
房东隐号绑定有效期
-->
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
房东隐号绑定有效期(天数):
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
房东隐号绑定有效期(天数):
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"landlord_phone_day"
placeholder
=
"隐号绑定天数"
value
=
"[%= it['landlord_phone_day'] %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"landlord_phone_day"
placeholder
=
"隐号绑定天数"
value
=
"[%= it['landlord_phone_day'] %]"
>
<
/div
>
<
/div
>
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
商铺自动下架天数:
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
商铺自动下架天数:
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"shop_day_num"
placeholder
=
"商铺自动下架天数"
value
=
"[%= it['down_time'] %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"shop_day_num"
placeholder
=
"商铺自动下架天数"
value
=
"[%= it['down_time'] %]"
>
<
/div
>
<
/div
>
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
新客户保护期有效小时数:
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
新客户保护期有效小时数:
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"new_client_hours"
placeholder
=
"新客户保护期有效小时数"
value
=
"[%= it['new_client_hours'] %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"new_client_hours"
placeholder
=
"新客户保护期有效小时数"
value
=
"[%= it['new_client_hours'] %]"
>
<
/div
>
<
/div
>
<
label
class
=
"col-sm-
3
control-label"
style
=
"text-align: right"
>
业务员最多可查看的商铺数量:
<
/label
>
<
label
class
=
"col-sm-
4
control-label"
style
=
"text-align: right"
>
业务员最多可查看的商铺数量:
<
/label
>
<
div
class
=
"col-sm-
9
"
>
<
div
class
=
"col-sm-
8
"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"agent_shop_num"
placeholder
=
"业务员最多可查看的商铺数量"
value
=
"[%= it['agent_shop_num'] %]"
>
<
input
type
=
"number"
class
=
"form-control btn5"
name
=
"agent_shop_num"
placeholder
=
"业务员最多可查看的商铺数量"
value
=
"[%= it['agent_shop_num'] %]"
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
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