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
8fbc8349
Commit
8fbc8349
authored
Nov 13, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情修改
parent
ada15255
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
customerinfo_details_new.css
public/app/css/customerinfo_details_new.css
+4
-0
customerinfo_details_new.js
public/app/js/customerinfo_details_new.js
+1
-1
No files found.
public/app/css/customerinfo_details_new.css
View file @
8fbc8349
...
...
@@ -107,6 +107,10 @@ header .icon-link{
padding
:
.02rem
.1rem
;
border-radius
:
.05rem
;
}
#add_city_type_area
>
span
.site-span
{
color
:
#62B3FF
;
background-color
:
#EFF7FF
;
}
#add_city_type_area
>
span
+
span
{
margin-left
:
1em
;
}
...
...
public/app/js/customerinfo_details_new.js
View file @
8fbc8349
...
...
@@ -206,7 +206,7 @@ function loadMain(){
}
};
$
(
'#add_city_type_area'
).
html
(
'<span class="flex-center">{0}</span><span class="flex-center">{1}</span>'
.
stringFormatObj
({
$
(
'#add_city_type_area'
).
html
(
'<span class="flex-center
site-span
">{0}</span><span class="flex-center">{1}</span>'
.
stringFormatObj
({
'0'
:
dealSiteName
(
data
[
'data'
][
'user_info'
][
'site_name'
]),
'1'
:
landlordType
(
data
[
'data'
][
'user_info'
][
'user_label'
])
}));
...
...
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