Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
Overview
Overview
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
yaru
fgqyxxlr
Commits
a647e22d
Commit
a647e22d
authored
Aug 01, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式优化
parent
8b4d3cec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
31 additions
and
17 deletions
+31
-17
src/main/resources/static/css/layui.css
+0
-0
src/main/resources/static/ruoyi/css/ry-ui.css
+16
-1
src/main/resources/static/ruoyi/css/ry-ui.min.css
+0
-0
src/main/resources/templates/include.html
+0
-1
src/main/resources/templates/monitor/job/job.html
+1
-1
src/main/resources/templates/monitor/job/jobLog.html
+1
-1
src/main/resources/templates/monitor/logininfor/logininfor.html
+1
-1
src/main/resources/templates/monitor/online/online.html
+1
-1
src/main/resources/templates/monitor/operlog/operlog.html
+1
-1
src/main/resources/templates/system/config/config.html
+1
-1
src/main/resources/templates/system/dept/dept.html
+1
-1
src/main/resources/templates/system/dict/data/data.html
+1
-1
src/main/resources/templates/system/dict/type/type.html
+1
-1
src/main/resources/templates/system/menu/menu.html
+1
-1
src/main/resources/templates/system/notice/notice.html
+1
-1
src/main/resources/templates/system/post/post.html
+1
-1
src/main/resources/templates/system/role/role.html
+1
-1
src/main/resources/templates/system/user/user.html
+1
-1
src/main/resources/templates/tool/gen/gen.html
+1
-1
No files found.
src/main/resources/static/css/layui.css
deleted
100644 → 0
View file @
8b4d3cec
This diff is collapsed.
Click to expand it.
src/main/resources/static/ruoyi/css/ry-ui.css
View file @
a647e22d
...
@@ -201,13 +201,28 @@ label.error {
...
@@ -201,13 +201,28 @@ label.error {
}
}
/** 表单查询条件 */
/** 表单查询条件 */
ul
{
margin
:
0
;
padding
:
0
;
-webkit-tap-highlight-color
:
rgba
(
0
,
0
,
0
,
0
);
}
li
{
list-style
:
none
;
}
.layui-input
{
display
:
block
;
width
:
100%
;
padding-left
:
10px
;
}
label
{
label
{
font-weight
:
normal
;
font-weight
:
normal
;
}
}
.container-div
{
.container-div
{
padding
:
20px
4
5px
;
padding
:
10px
3
5px
;
height
:
100%
;
height
:
100%
;
}
}
...
...
src/main/resources/static/ruoyi/css/ry-ui.min.css
View file @
a647e22d
This diff is collapsed.
Click to expand it.
src/main/resources/templates/include.html
View file @
a647e22d
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
<meta
name=
"description"
content=
""
>
<meta
name=
"description"
content=
""
>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"favicon.ico"
>
<link
th:href=
"@{/css/bootstrap.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/css/bootstrap.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/css/layui.css}"
rel=
"stylesheet"
>
<link
th:href=
"@{/css/font-awesome.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/css/font-awesome.css}"
rel=
"stylesheet"
/>
<!-- bootstrap-table 表格插件样式 -->
<!-- bootstrap-table 表格插件样式 -->
<link
th:href=
"@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}"
rel=
"stylesheet"
/>
<link
th:href=
"@{/ajax/libs/bootstrap-table/bootstrap-table.min.css}"
rel=
"stylesheet"
/>
...
...
src/main/resources/templates/monitor/job/job.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"job-form"
>
<form
id=
"job-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
任务名称:
<input
type=
"text"
name=
"jobName"
/>
任务名称:
<input
type=
"text"
name=
"jobName"
/>
...
...
src/main/resources/templates/monitor/job/jobLog.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"jobLog-form"
>
<form
id=
"jobLog-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
<label>
任务名称:
</label><input
type=
"text"
name=
"jobName"
/>
<label>
任务名称:
</label><input
type=
"text"
name=
"jobName"
/>
...
...
src/main/resources/templates/monitor/logininfor/logininfor.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"logininfor-form"
>
<form
id=
"logininfor-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
<label>
登录地址:
</label><input
type=
"text"
name=
"ipaddr"
/>
<label>
登录地址:
</label><input
type=
"text"
name=
"ipaddr"
/>
...
...
src/main/resources/templates/monitor/online/online.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"online-form"
>
<form
id=
"online-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
登录地址:
<input
type=
"text"
name=
"ipaddr"
/>
登录地址:
<input
type=
"text"
name=
"ipaddr"
/>
...
...
src/main/resources/templates/monitor/operlog/operlog.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"operlog-form"
>
<form
id=
"operlog-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
<label>
系统模块:
</label><input
type=
"text"
name=
"title"
/>
<label>
系统模块:
</label><input
type=
"text"
name=
"title"
/>
...
...
src/main/resources/templates/system/config/config.html
View file @
a647e22d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"config-form"
>
<form
id=
"config-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
参数名称:
<input
type=
"text"
name=
"configName"
/>
参数名称:
<input
type=
"text"
name=
"configName"
/>
...
...
src/main/resources/templates/system/dept/dept.html
View file @
a647e22d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"dept-form"
>
<form
id=
"dept-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
部门名称:
<input
type=
"text"
name=
"deptName"
/>
部门名称:
<input
type=
"text"
name=
"deptName"
/>
...
...
src/main/resources/templates/system/dict/data/data.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"data-form"
>
<form
id=
"data-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
字典名称:
<select
id=
"dictType"
name=
"dictType"
>
字典名称:
<select
id=
"dictType"
name=
"dictType"
>
...
...
src/main/resources/templates/system/dict/type/type.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"type-form"
>
<form
id=
"type-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
字典名称:
<input
type=
"text"
name=
"dictName"
/>
字典名称:
<input
type=
"text"
name=
"dictName"
/>
...
...
src/main/resources/templates/system/menu/menu.html
View file @
a647e22d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"menu-form"
>
<form
id=
"menu-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
菜单名称:
<input
type=
"text"
name=
"menuName"
/>
菜单名称:
<input
type=
"text"
name=
"menuName"
/>
...
...
src/main/resources/templates/system/notice/notice.html
View file @
a647e22d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"notice-form"
>
<form
id=
"notice-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
公告标题:
<input
type=
"text"
name=
"noticeTitle"
/>
公告标题:
<input
type=
"text"
name=
"noticeTitle"
/>
...
...
src/main/resources/templates/system/post/post.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"post-form"
>
<form
id=
"post-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
岗位编码:
<input
type=
"text"
name=
"postCode"
/>
岗位编码:
<input
type=
"text"
name=
"postCode"
/>
...
...
src/main/resources/templates/system/role/role.html
View file @
a647e22d
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"role-form"
>
<form
id=
"role-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
角色名称:
<input
type=
"text"
name=
"roleName"
/>
角色名称:
<input
type=
"text"
name=
"roleName"
/>
...
...
src/main/resources/templates/system/user/user.html
View file @
a647e22d
...
@@ -34,7 +34,7 @@
...
@@ -34,7 +34,7 @@
<form
id=
"user-form"
>
<form
id=
"user-form"
>
<input
type=
"hidden"
id=
"deptId"
name=
"deptId"
>
<input
type=
"hidden"
id=
"deptId"
name=
"deptId"
>
<input
type=
"hidden"
id=
"parentId"
name=
"parentId"
>
<input
type=
"hidden"
id=
"parentId"
name=
"parentId"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
登录名称:
<input
type=
"text"
name=
"loginName"
/>
登录名称:
<input
type=
"text"
name=
"loginName"
/>
...
...
src/main/resources/templates/tool/gen/gen.html
View file @
a647e22d
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12 select-info"
>
<div
class=
"col-sm-12 select-info"
>
<form
id=
"gen-form"
>
<form
id=
"gen-form"
>
<div
class=
"select-list
gd
"
>
<div
class=
"select-list"
>
<ul>
<ul>
<li>
<li>
表名称:
<input
type=
"text"
name=
"tableName"
/>
表名称:
<input
type=
"text"
name=
"tableName"
/>
...
...
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