Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SooonerHotel
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
吴贤德
SooonerHotel
Commits
ae4a43ac
Commit
ae4a43ac
authored
5 years ago
by
wangjiangze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单缩放效果调整
parent
5e735e0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
index.html
SooonerHotel/App/Tpl/zh-cn/Index/index.html
+8
-5
No files found.
SooonerHotel/App/Tpl/zh-cn/Index/index.html
View file @
ae4a43ac
...
@@ -418,6 +418,7 @@
...
@@ -418,6 +418,7 @@
$
(
'dd i'
).
each
(
function
(){
$
(
'dd i'
).
each
(
function
(){
$
(
this
).
hide
();
$
(
this
).
hide
();
});
});
$
(
"dd span"
).
css
(
'font-size'
,
12
+
'px'
);
$
(
"dd span"
).
show
();
$
(
"dd span"
).
show
();
$
(
"dd a"
).
animate
({
'padding'
:
'0px'
},
"fast"
);
$
(
"dd a"
).
animate
({
'padding'
:
'0px'
},
"fast"
);
//修改标志位
//修改标志位
...
@@ -434,14 +435,15 @@
...
@@ -434,14 +435,15 @@
$
(
'dd i'
).
each
(
function
(){
$
(
'dd i'
).
each
(
function
(){
$
(
this
).
show
();
$
(
this
).
show
();
});
});
$
(
"dd span"
).
css
(
'font-size'
,
14
+
'px'
);
$
(
"dd span"
).
show
();
$
(
"dd span"
).
show
();
$
(
"dd a"
).
animate
({
'padding'
:
'0 20px'
},
"fast"
);
$
(
"dd a"
).
animate
({
'padding'
:
'0 20px'
},
"fast"
);
isShow
=
true
;
isShow
=
true
;
}
}
});
});
$
(
"ul .layui-nav-item a"
).
click
(
function
(){
//
$("ul .layui-nav-item a").click(function(){
if
(
isShow
==
false
){
//
if(isShow==false){
$
(
'.kit-side-fold'
).
trigger
(
"click"
);
//
$('.kit-side-fold').trigger("click");
}
//
}
});
//
});
</script>
</script>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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