Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
35758bb2
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1433
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看板
提交
35758bb2
编写于
1月 15, 2022
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决API字样看不清的问题
上级
44ea03c9
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
198 addition
and
198 deletion
+198
-198
web/src/main/resources/template/assets/lib/winui/css/customer/skyeye-api.css
...ces/template/assets/lib/winui/css/customer/skyeye-api.css
+196
-0
web/src/main/resources/template/assets/lib/winui/css/winui.css
...rc/main/resources/template/assets/lib/winui/css/winui.css
+2
-198
未找到文件。
web/src/main/resources/template/assets/lib/winui/css/customer/skyeye-api.css
0 → 100644
浏览文件 @
35758bb2
.apiListForm
{
width
:
100%
;
height
:
calc
(
100%
-
70px
);
border-radius
:
4px
;
border
:
1px
solid
#dee9f5
;
position
:
absolute
;
text-align
:
center
;
margin-top
:
65px
;
background-color
:
white
;
}
.apiListForm
.api-left
{
width
:
220px
;
float
:
left
;
height
:
100%
;
border-right
:
1px
solid
grey
;
}
.apiListForm
.api-left
.api-search
{
width
:
calc
(
100%
-
10px
);
margin
:
5px
5px
;
float
:
left
;
border-radius
:
5px
;
height
:
70px
;
;
}
.apiListForm
.api-left
.app-list
{
width
:
100%
;
float
:
left
;
overflow-y
:
auto
;
height
:
calc
(
100%
-
80px
)
!important
;
}
.apiListForm
.api-left
.app-list
ul
{
background-color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-child
dd
{
background
:
#F2F2F2
!important
;
}
.apiListForm
.api-left
.app-list
ul
i
,
.apiListForm
.api-left
.app-list
ul
cite
{
color
:
#555555
!important
;
}
.apiListForm
.api-left
.app-list
.layui-nav-item
>
.menu-box-none
:HOVER
,
.apiListForm
.api-left
.app-list
.layui-nav-item
.page-item-click
:HOVER
{
background-color
:
#F5F5F5
!important
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-itemed
.layui-nav-more
{
border-bottom-color
:
#555555
!important
;
border-top-color
:
white
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-more
{
border-top-color
:
#555555
;
}
.apiListForm
.api-left
.app-list
.active
{
background-color
:
darkgray
!important
;
}
.apiListForm
.api-left
.app-list
.active
.api-title
font
{
color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
.active
.api-url
font
{
color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
.api-item
{
width
:
100%
;
margin
:
5px
0px
;
float
:
left
;
height
:
60px
;
cursor
:
pointer
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
padding
:
0px
10px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
font
{
font-size
:
13px
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
1
;
overflow
:
hidden
;
color
:
dimgrey
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method
{
width
:
45px
;
float
:
left
;
color
:
white
;
height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
margin-top
:
6px
;
margin-right
:
5px
;
font-size
:
12px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.url
{
color
:
rgb
(
183
,
16
,
83
);
font-family
:
宋体
;
height
:
20px
;
line-height
:
20px
;
margin-top
:
5px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-POST
{
background-color
:
rgb
(
99
,
166
,
34
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-GET
{
background-color
:
rgb
(
63
,
105
,
183
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-DELETE
{
background-color
:
rgb
(
138
,
33
,
28
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-PUT
{
background-color
:
rgb
(
203
,
129
,
20
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-url
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
height
:
18px
;
line-height
:
18px
;
text-align
:
left
;
padding
:
0px
10px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-url
font
{
font-size
:
12px
;
color
:
darkgray
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
1
;
overflow
:
hidden
;
}
.apiListForm
.api-right
{
width
:
calc
(
100%
-
241px
);
float
:
left
;
height
:
100%
;
padding
:
0px
10px
;
text-align
:
left
;
overflow-y
:
auto
;
}
.apiListForm
.api-right
.api-right-title
{
width
:
100%
;
float
:
left
;
height
:
60px
;
border-bottom
:
1px
solid
gainsboro
;
font-size
:
22px
;
line-height
:
80px
;
}
.apiListForm
.api-right
.api-right-power
{
width
:
calc
(
100%
-
10px
);
float
:
left
;
height
:
45px
;
line-height
:
45px
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-requrl
{
width
:
calc
(
100%
-
10px
);
float
:
left
;
height
:
45px
;
line-height
:
45px
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-params
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
color
:
gray
;
padding
:
0px
10px
;
}
.apiListForm
.api-right
.api-right-params
font
{
font-size
:
21px
;
}
.apiListForm
.api-right
.api-right-result
{
width
:
100%
;
float
:
left
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-result
font
{
font-size
:
21px
;
}
\ No newline at end of file
web/src/main/resources/template/assets/lib/winui/css/winui.css
浏览文件 @
35758bb2
...
...
@@ -12,6 +12,8 @@
@import
"customer/file-console.css"
;
/*问卷/试卷管理样式文件*/
@import
"customer/survey-design.css"
;
/*API管理样式文件*/
@import
"customer/skyeye-api.css"
;
/*自定义样式文件*/
@import
"customer/skyeye-custom.css"
;
...
...
@@ -6520,204 +6522,6 @@ body .layer-ext-winconfirm .layui-layer-content {
height
:
200px
;
}
.apiListForm
{
width
:
100%
;
height
:
calc
(
100%
-
70px
);
border-radius
:
4px
;
border
:
1px
solid
#dee9f5
;
position
:
absolute
;
text-align
:
center
;
margin-top
:
65px
;
background-color
:
white
;
}
.apiListForm
.api-left
{
width
:
220px
;
float
:
left
;
height
:
100%
;
border-right
:
1px
solid
grey
;
}
.apiListForm
.api-left
.api-search
{
width
:
calc
(
100%
-
10px
);
margin
:
5px
5px
;
float
:
left
;
border-radius
:
5px
;
height
:
height
:
70px
;
;
}
.apiListForm
.api-left
.app-list
{
width
:
100%
;
float
:
left
;
overflow-y
:
auto
;
height
:
calc
(
100%
-
80px
)
!important
;
}
.apiListForm
.api-left
.app-list
ul
{
background-color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-child
dd
{
background
:
#F2F2F2
!important
;
}
.apiListForm
.api-left
.app-list
ul
i
,
.apiListForm
.api-left
.app-list
ul
cite
{
color
:
#555555
!important
;
}
.apiListForm
.api-left
.app-list
.layui-nav-item
>
.menu-box-none
:HOVER
,
.apiListForm
.api-left
.app-list
.layui-nav-item
.page-item-click
:HOVER
{
background-color
:
#F5F5F5
!important
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-itemed
.layui-nav-more
{
border-bottom-color
:
#555555
!important
;
border-top-color
:
white
;
}
.apiListForm
.api-left
.app-list
ul
.layui-nav-more
{
border-top-color
:
#555555
;
}
.apiListForm
.api-left
.app-list
.active
{
background-color
:
darkgray
!important
;
}
.apiListForm
.api-left
.app-list
.active
.api-title
font
{
color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
.active
.api-url
font
{
color
:
white
!important
;
}
.apiListForm
.api-left
.app-list
.api-item
{
width
:
100%
;
margin
:
5px
0px
;
float
:
left
;
height
:
60px
;
cursor
:
pointer
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
height
:
32px
;
line-height
:
32px
;
text-align
:
left
;
padding
:
0px
10px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
font
{
font-size
:
13px
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
1
;
overflow
:
hidden
;
color
:
dimgrey
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method
{
width
:
45px
;
float
:
left
;
color
:
white
;
height
:
20px
;
line-height
:
20px
;
text-align
:
center
;
margin-top
:
6px
;
margin-right
:
5px
;
font-size
:
12px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.url
{
background-color
:
rgb
(
246
,
240
,
243
);
color
:
rgb
(
183
,
16
,
83
);
font-family
:
宋体
;
height
:
20px
;
line-height
:
20px
;
margin-top
:
5px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-POST
{
background-color
:
rgb
(
99
,
166
,
34
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-GET
{
background-color
:
rgb
(
63
,
105
,
183
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-DELETE
{
background-color
:
rgb
(
138
,
33
,
28
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-title
.method-type-PUT
{
background-color
:
rgb
(
203
,
129
,
20
);
}
.apiListForm
.api-left
.app-list
.api-item
.api-url
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
height
:
18px
;
line-height
:
18px
;
text-align
:
left
;
padding
:
0px
10px
;
}
.apiListForm
.api-left
.app-list
.api-item
.api-url
font
{
font-size
:
12px
;
color
:
darkgray
;
display
:
-webkit-box
;
-webkit-box-orient
:
vertical
;
-webkit-line-clamp
:
1
;
overflow
:
hidden
;
}
.apiListForm
.api-right
{
width
:
calc
(
100%
-
241px
);
float
:
left
;
height
:
100%
;
padding
:
0px
10px
;
text-align
:
left
;
overflow-y
:
auto
;
}
.apiListForm
.api-right
.api-right-title
{
width
:
100%
;
float
:
left
;
height
:
60px
;
border-bottom
:
1px
solid
gainsboro
;
font-size
:
22px
;
line-height
:
80px
;
}
.apiListForm
.api-right
.api-right-power
{
width
:
calc
(
100%
-
10px
);
float
:
left
;
height
:
45px
;
line-height
:
45px
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-requrl
{
width
:
calc
(
100%
-
10px
);
float
:
left
;
height
:
45px
;
line-height
:
45px
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-params
{
width
:
calc
(
100%
-
20px
);
float
:
left
;
color
:
gray
;
padding
:
0px
10px
;
}
.apiListForm
.api-right
.api-right-params
font
{
font-size
:
21px
;
}
.apiListForm
.api-right
.api-right-result
{
width
:
100%
;
float
:
left
;
color
:
gray
;
padding-left
:
10px
;
}
.apiListForm
.api-right
.api-right-result
font
{
font-size
:
21px
;
}
.checkwork-a
{
cursor
:
pointer
;
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录