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
07497189
Commit
07497189
authored
Aug 03, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式优化修改
parent
47ed1b47
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
public.css
public/resource/css/public.css
+1
-1
public.js
public/resource/js/public.js
+2
-2
No files found.
public/resource/css/public.css
View file @
07497189
...
...
@@ -103,7 +103,7 @@ a:hover{
}*/
/*新版本 样式*/
#page-content-wrapper
{
width
:
86%
;
width
:
1024px
;
float
:
left
;
}
/*隐藏按钮 样式*/
...
...
public/resource/js/public.js
View file @
07497189
...
...
@@ -99,11 +99,11 @@ define(['doT', 'jquery', 'text!temp/menu_template_tpl.html', 'layer'], function
if
(
$
.
trim
(
_this
.
html
()).
indexOf
(
"隐藏"
)
!=-
1
){
$
(
'#sidebar-wrapper'
).
hide
();
_this
.
html
(
'显示<img src="/resource/image/icon_down_hide@2x.png" class="text-icon-hide"/>'
);
$
(
"#page-content-wrapper"
).
css
(
"width"
,
"1
00%
"
);
//内容显示大小
$
(
"#page-content-wrapper"
).
css
(
"width"
,
"1
160px
"
);
//内容显示大小
}
else
{
$
(
'#sidebar-wrapper'
).
show
();
_this
.
html
(
'隐藏<img src="/resource/image/icon_down@2x.png" class="text-icon-hide"/>'
);
$
(
"#page-content-wrapper"
).
css
(
"width"
,
"
86%
"
);
//内容显示大小
$
(
"#page-content-wrapper"
).
css
(
"width"
,
"
1024px
"
);
//内容显示大小
}
});
//显示操作里的按钮
...
...
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