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
c3417792
Commit
c3417792
authored
Aug 04, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式名称
parent
174ed020
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
18 deletions
+16
-18
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
+1
-1
ruoyi-admin/src/main/resources/templates/demo/modal/form.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/user/add.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/user/edit.html
+1
-1
ruoyi-admin/src/main/resources/templates/system/user/user.html
+12
-14
No files found.
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
View file @
c3417792
...
@@ -929,7 +929,7 @@ label {
...
@@ -929,7 +929,7 @@ label {
padding-bottom
:
5px
padding-bottom
:
5px
}
}
.
form
-content
{
.
main
-content
{
background-color
:
#ffffff
;
background-color
:
#ffffff
;
color
:
inherit
;
color
:
inherit
;
padding
:
10px
15px
15px
15px
;
padding
:
10px
15px
15px
15px
;
...
...
ruoyi-admin/src/main/resources/templates/demo/modal/form.html
View file @
c3417792
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<th:block
th:include=
"include :: header('新增用户')"
/>
<th:block
th:include=
"include :: header('新增用户')"
/>
</head>
</head>
<body>
<body>
<div
class=
"
form
-content"
>
<div
class=
"
main
-content"
>
<form
id=
"form-user-add"
class=
"form-horizontal"
>
<form
id=
"form-user-add"
class=
"form-horizontal"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
...
...
ruoyi-admin/src/main/resources/templates/system/user/add.html
View file @
c3417792
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<th:block
th:include=
"include :: select2-css"
/>
<th:block
th:include=
"include :: select2-css"
/>
</head>
</head>
<body>
<body>
<div
class=
"
form
-content"
>
<div
class=
"
main
-content"
>
<form
id=
"form-user-add"
class=
"form-horizontal"
>
<form
id=
"form-user-add"
class=
"form-horizontal"
>
<input
name=
"deptId"
type=
"hidden"
id=
"treeId"
/>
<input
name=
"deptId"
type=
"hidden"
id=
"treeId"
/>
<h4
class=
"form-header h4"
>
基本信息
</h4>
<h4
class=
"form-header h4"
>
基本信息
</h4>
...
...
ruoyi-admin/src/main/resources/templates/system/user/edit.html
View file @
c3417792
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<th:block
th:include=
"include :: select2-css"
/>
<th:block
th:include=
"include :: select2-css"
/>
</head>
</head>
<body>
<body>
<div
class=
"
form
-content"
>
<div
class=
"
main
-content"
>
<form
class=
"form-horizontal"
id=
"form-user-edit"
th:object=
"${user}"
>
<form
class=
"form-horizontal"
id=
"form-user-edit"
th:object=
"${user}"
>
<input
name=
"userId"
type=
"hidden"
th:field=
"*{userId}"
/>
<input
name=
"userId"
type=
"hidden"
th:field=
"*{userId}"
/>
<input
name=
"deptId"
type=
"hidden"
th:field=
"*{deptId}"
id=
"treeId"
/>
<input
name=
"deptId"
type=
"hidden"
th:field=
"*{deptId}"
id=
"treeId"
/>
...
...
ruoyi-admin/src/main/resources/templates/system/user/user.html
View file @
c3417792
...
@@ -7,23 +7,21 @@
...
@@ -7,23 +7,21 @@
</head>
</head>
<body
class=
"gray-bg"
>
<body
class=
"gray-bg"
>
<div
class=
"ui-layout-west"
>
<div
class=
"ui-layout-west"
>
<div
class=
"main-content"
>
<div
class=
"box box-main"
>
<div
class=
"box box-main"
>
<div
class=
"box-header"
>
<div
class=
"box-header"
>
<div
class=
"box-title"
>
<div
class=
"box-title"
>
<i
class=
"fa icon-grid"
></i>
组织机构
<i
class=
"fa icon-grid"
></i>
组织机构
</div>
<div
class=
"box-tools pull-right"
>
<a
type=
"button"
class=
"btn btn-box-tool menuItem"
href=
"#"
onclick=
"dept()"
title=
"管理部门"
><i
class=
"fa fa-edit"
></i></a>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnExpand"
title=
"展开"
style=
"display:none;"
><i
class=
"fa fa-chevron-up"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnCollapse"
title=
"折叠"
><i
class=
"fa fa-chevron-down"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnRefresh"
title=
"刷新部门"
><i
class=
"fa fa-refresh"
></i></button>
</div>
</div>
</div>
<div
class=
"ui-layout-content"
>
<div
class=
"box-tools pull-right"
>
<div
id=
"tree"
class=
"ztree"
></div>
<a
type=
"button"
class=
"btn btn-box-tool"
href=
"#"
onclick=
"dept()"
title=
"管理部门"
><i
class=
"fa fa-edit"
></i></a>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnExpand"
title=
"展开"
style=
"display:none;"
><i
class=
"fa fa-chevron-up"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnCollapse"
title=
"折叠"
><i
class=
"fa fa-chevron-down"
></i></button>
<button
type=
"button"
class=
"btn btn-box-tool"
id=
"btnRefresh"
title=
"刷新部门"
><i
class=
"fa fa-refresh"
></i></button>
</div>
</div>
</div>
</div>
<div
class=
"ui-layout-content"
>
<div
id=
"tree"
class=
"ztree"
></div>
</div>
</div>
</div>
</div>
</div>
...
...
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