Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
6f19b909
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1436
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
6f19b909
编写于
1月 18, 2019
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
效果修改
上级
4776bc1d
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
4 deletion
+5
-4
skyeye-promote/skyeye-web/src/main/resources/template/assets/lib/winui/css/winui.css
...rc/main/resources/template/assets/lib/winui/css/winui.css
+1
-3
skyeye-promote/skyeye-web/src/main/resources/template/js/index/index.js
.../skyeye-web/src/main/resources/template/js/index/index.js
+4
-1
未找到文件。
skyeye-promote/skyeye-web/src/main/resources/template/assets/lib/winui/css/winui.css
浏览文件 @
6f19b909
...
@@ -620,14 +620,13 @@ button{
...
@@ -620,14 +620,13 @@ button{
/*开始菜单左边部分*/
/*开始菜单左边部分*/
.winui-start-left
{
.winui-start-left
{
width
:
48px
;
width
:
48px
;
height
:
100%
;
height
:
100%
;
position
:
absolute
;
position
:
absolute
;
zoom
:
1
;
zoom
:
1
;
z-index
:
50
;
z-index
:
50
;
background-color
:
rgba
(
0
,
0
,
0
,
0.
9
);
background-color
:
rgba
(
0
,
0
,
0
,
0.
3
);
white-space
:
nowrap
;
white-space
:
nowrap
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
...
@@ -2480,7 +2479,6 @@ body .layer-ext-winconfirm {
...
@@ -2480,7 +2479,6 @@ body .layer-ext-winconfirm {
width
:
35px
;
width
:
35px
;
height
:
35px
;
height
:
35px
;
margin
:
0px
auto
;
margin
:
0px
auto
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
0.5
);
overflow
:
hidden
;
overflow
:
hidden
;
padding
:
0px
4px
6px
4px
;
padding
:
0px
4px
6px
4px
;
position
:
relative
;
position
:
relative
;
...
...
skyeye-promote/skyeye-web/src/main/resources/template/js/index/index.js
浏览文件 @
6f19b909
...
@@ -348,17 +348,20 @@
...
@@ -348,17 +348,20 @@
$
(
"
.winui-start-left
"
).
animate
({
$
(
"
.winui-start-left
"
).
animate
({
width
:
'
48px
'
,
width
:
'
48px
'
,
});
});
$
(
"
.winui-start-left
"
).
css
({
'
background-color
'
:
'
rgba(0, 0, 0, 0.3)
'
});
}
else
{
//当前状态:关闭
}
else
{
//当前状态:关闭
$
(
"
.winui-start-left
"
).
animate
({
$
(
"
.winui-start-left
"
).
animate
({
width
:
'
210px
'
,
width
:
'
210px
'
,
});
});
$
(
"
.winui-start-left
"
).
css
({
'
background-color
'
:
'
rgba(0, 0, 0, 0.9)
'
});
}
}
});
});
$
(
"
.winui-start-left
"
).
mouseleave
(
function
(){
console
.
log
(
1
);
$
(
"
.winui-start-left
"
).
mouseleave
(
function
(){
$
(
"
.winui-start-left
"
).
animate
({
$
(
"
.winui-start-left
"
).
animate
({
width
:
'
48px
'
,
width
:
'
48px
'
,
});
});
$
(
"
.winui-start-left
"
).
css
({
'
background-color
'
:
'
rgba(0, 0, 0, 0.3)
'
});
});
});
//打开窗口的方法(可自己根据需求来写)
//打开窗口的方法(可自己根据需求来写)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录