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
9f248e97
Commit
9f248e97
authored
Jun 19, 2020
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前端表单样式修改成圆角
parent
9c763dce
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
51 additions
and
18 deletions
+51
-18
ruoyi-admin/src/main/resources/static/ajax/libs/select2/select2-bootstrap.css
+0
-0
ruoyi-admin/src/main/resources/static/css/login.css
+15
-0
ruoyi-admin/src/main/resources/static/css/login.min.css
+2
-2
ruoyi-admin/src/main/resources/static/css/style.css
+7
-6
ruoyi-admin/src/main/resources/static/img/blue.png
+0
-0
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
+25
-8
sql/ry_20200620.sql
+2
-2
No files found.
ruoyi-admin/src/main/resources/static/ajax/libs/select2/select2-bootstrap.css
View file @
9f248e97
This diff is collapsed.
Click to expand it.
ruoyi-admin/src/main/resources/static/css/login.css
View file @
9f248e97
...
...
@@ -144,4 +144,18 @@ body.signin {
font-weight
:
normal
;
/*改变了rememberme的字体*/
margin-bottom
:
0
;
text-align
:
left
;
}
.form-control
,
.form-control
:focus
,
.has-error
.form-control
:focus
,
.has-success
.form-control
:focus
,
.has-warning
.form-control
:focus
,
.navbar-collapse
,
.navbar-form
,
.navbar-form-custom
.form-control
:focus
,
.navbar-form-custom
.form-control
:hover
,
.open
.btn.dropdown-toggle
,
.panel
,
.popover
,
.progress
,
.progress-bar
{
box-shadow
:
none
;
}
.form-control
{
border-radius
:
1px
!important
;
padding
:
6px
12px
!important
;
height
:
34px
!important
;
}
.form-control
:focus
{
border-color
:
#1ab394
!important
;
}
\ No newline at end of file
ruoyi-admin/src/main/resources/static/css/login.min.css
View file @
9f248e97
html
{
height
:
100%
}
body
.signin
{
height
:
auto
;
background
:
url(../img/login-background.jpg)
no-repeat
center
fixed
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
;
color
:
rgba
(
255
,
255
,
255
,
.95
)}
.signinpanel
{
width
:
750px
;
margin
:
10%
auto
0
}
.signinpanel
.logopanel
{
float
:
none
;
width
:
auto
;
padding
:
0
;
background
:
0
}
.signinpanel
.signin-info
ul
{
list-style
:
none
;
padding
:
0
;
margin
:
20px
0
}
.signinpanel
.form-control
{
display
:
block
;
margin-top
:
15px
}
.signinpanel
.uname
{
background
:
#fff
url(../img/user.png)
no-repeat
95%
center
;
color
:
#333
}
.signinpanel
.pword
{
background
:
#fff
url(../img/locked.png)
no-repeat
95%
center
;
color
:
#333
}
.signinpanel
.code
{
background
:
#fff
no-repeat
95%
center
;
color
:
#333
;
margin
:
0
0
15px
0
}
.signinpanel
.btn
{
margin-top
:
15px
}
.signinpanel
form
{
background
:
rgba
(
255
,
255
,
255
,
.2
);
border
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
-moz-box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
-webkit-box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
padding
:
30px
}
.signup-footer
{
border-top
:
solid
1px
rgba
(
255
,
255
,
255
,
.3
);
margin
:
20px
0
;
padding-top
:
15px
}
@media
screen
and
(
max-width
:
768px
){
.signinpanel
,
.signuppanel
{
margin
:
0
auto
;
width
:
420px
!important
;
padding
:
20px
}
.signinpanel
form
{
margin-top
:
20px
}
.signup-footer
,
.signuppanel
.form-control
{
margin-bottom
:
10px
}
.signup-footer
.pull-left
,
.signup-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
}
.signinpanel
.signin-info
ul
{
display
:
none
}}
@media
screen
and
(
max-width
:
320px
){
.signinpanel
,
.signuppanel
{
margin
:
0
20px
;
width
:
auto
}}
.checkbox-custom
{
position
:
relative
;
padding
:
0
15px
0
25px
;
margin-bottom
:
7px
;
display
:
inline-block
}
.checkbox-custom
input
[
type
=
"checkbox"
]
{
opacity
:
0
;
position
:
absolute
;
cursor
:
pointer
;
z-index
:
2
;
margin
:
-6px
0
0
0
;
top
:
50%
;
left
:
3px
}
.checkbox-custom
label
:before
{
content
:
''
;
position
:
absolute
;
top
:
50%
;
left
:
0
;
margin-top
:
-9px
;
width
:
18px
;
height
:
17px
;
display
:
inline-block
;
border-radius
:
2px
;
border
:
1px
solid
#bbb
;
background
:
#fff
}
.checkbox-custom
input
[
type
=
"checkbox"
]
:checked
+
label
:after
{
position
:
absolute
;
display
:
inline-block
;
font-family
:
'Glyphicons Halflings'
;
content
:
"\e013"
;
top
:
42%
;
left
:
3px
;
margin-top
:
-5px
;
font-size
:
11px
;
line-height
:
1
;
width
:
16px
;
height
:
16px
;
color
:
#333
}
.checkbox-custom
label
{
cursor
:
pointer
;
line-height
:
1.2
;
font-weight
:
normal
;
margin-bottom
:
0
;
text-align
:
left
}
\ No newline at end of file
html
{
height
:
100%
}
body
.signin
{
height
:
auto
;
background
:
url(../img/login-background.jpg)
no-repeat
center
fixed
;
-webkit-background-size
:
cover
;
-moz-background-size
:
cover
;
-o-background-size
:
cover
;
background-size
:
cover
;
color
:
rgba
(
255
,
255
,
255
,
.95
)}
.signinpanel
{
width
:
750px
;
margin
:
10%
auto
0
}
.signinpanel
.logopanel
{
float
:
none
;
width
:
auto
;
padding
:
0
;
background
:
0
}
.signinpanel
.signin-info
ul
{
list-style
:
none
;
padding
:
0
;
margin
:
20px
0
}
.signinpanel
.form-control
{
display
:
block
;
margin-top
:
15px
}
.signinpanel
.uname
{
background
:
#fff
url(../img/user.png)
no-repeat
95%
center
;
color
:
#333
}
.signinpanel
.pword
{
background
:
#fff
url(../img/locked.png)
no-repeat
95%
center
;
color
:
#333
}
.signinpanel
.code
{
background
:
#fff
no-repeat
95%
center
;
color
:
#333
;
margin
:
0
0
15px
0
}
.signinpanel
.btn
{
margin-top
:
15px
}
.signinpanel
form
{
background
:
rgba
(
255
,
255
,
255
,
.2
);
border
:
1px
solid
rgba
(
255
,
255
,
255
,
.3
);
-moz-box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
-webkit-box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
box-shadow
:
0
3px
0
rgba
(
12
,
12
,
12
,
.03
);
-moz-border-radius
:
3px
;
-webkit-border-radius
:
3px
;
border-radius
:
3px
;
padding
:
30px
}
.signup-footer
{
border-top
:
solid
1px
rgba
(
255
,
255
,
255
,
.3
);
margin
:
20px
0
;
padding-top
:
15px
}
@media
screen
and
(
max-width
:
768px
){
.signinpanel
,
.signuppanel
{
margin
:
0
auto
;
width
:
420px
!important
;
padding
:
20px
}
.signinpanel
form
{
margin-top
:
20px
}
.signup-footer
,
.signuppanel
.form-control
{
margin-bottom
:
10px
}
.signup-footer
.pull-left
,
.signup-footer
.pull-right
{
float
:
none
!important
;
text-align
:
center
}
.signinpanel
.signin-info
ul
{
display
:
none
}}
@media
screen
and
(
max-width
:
320px
){
.signinpanel
,
.signuppanel
{
margin
:
0
20px
;
width
:
auto
}}
.checkbox-custom
{
position
:
relative
;
padding
:
0
15px
0
25px
;
margin-bottom
:
7px
;
display
:
inline-block
}
.checkbox-custom
input
[
type
=
"checkbox"
]
{
opacity
:
0
;
position
:
absolute
;
cursor
:
pointer
;
z-index
:
2
;
margin
:
-6px
0
0
0
;
top
:
50%
;
left
:
3px
}
.checkbox-custom
label
:before
{
content
:
''
;
position
:
absolute
;
top
:
50%
;
left
:
0
;
margin-top
:
-9px
;
width
:
18px
;
height
:
17px
;
display
:
inline-block
;
border-radius
:
2px
;
border
:
1px
solid
#bbb
;
background
:
#fff
}
.checkbox-custom
input
[
type
=
"checkbox"
]
:checked
+
label
:after
{
position
:
absolute
;
display
:
inline-block
;
font-family
:
'Glyphicons Halflings'
;
content
:
"\e013"
;
top
:
42%
;
left
:
3px
;
margin-top
:
-5px
;
font-size
:
11px
;
line-height
:
1
;
width
:
16px
;
height
:
16px
;
color
:
#333
}
.checkbox-custom
label
{
cursor
:
pointer
;
line-height
:
1.2
;
font-weight
:
normal
;
margin-bottom
:
0
;
text-align
:
left
}
.form-control
,
.form-control
:focus
,
.has-error
.form-control
:focus
,
.has-success
.form-control
:focus
,
.has-warning
.form-control
:focus
,
.navbar-collapse
,
.navbar-form
,
.navbar-form-custom
.form-control
:focus
,
.navbar-form-custom
.form-control
:hover
,
.open
.btn.dropdown-toggle
,
.panel
,
.popover
,
.progress
,
.progress-bar
{
box-shadow
:
none
}
.form-control
{
border-radius
:
1px
!important
;
padding
:
6px
12px
!important
;
height
:
34px
!important
}
.form-control
:focus
{
border-color
:
#1ab394
!important
}
\ No newline at end of file
ruoyi-admin/src/main/resources/static/css/style.css
View file @
9f248e97
...
...
@@ -865,9 +865,9 @@ body.canvas-menu.mini-navbar nav.navbar-static-side {
color
:
#cacaca
;
}
.form-control
,
.form-control
:focus
,
.has-error
.form-control
:focus
,
.has-success
.form-control
:focus
,
.has-warning
.form-control
:focus
,
.navbar-collapse
,
.navbar-form
,
.navbar-form-custom
.form-control
:focus
,
.navbar-form-custom
.form-control
:hover
,
.open
.btn.dropdown-toggle
,
.panel
,
.popover
,
.progress
,
.progress-bar
{
box-shadow
:
none
;
}
/* .form-control, .form-control:focus, .has-error .form-control:focus, .has-success .form-control:focus, .has-warning .form-control:focus, .navbar-collapse, .navbar-form, .navbar-form-custom .form-control:focus, .navbar-form-custom .form-control:hover, .open .btn.dropdown-toggle, .panel, .popover, .progress, .progress-bar { */
/* box-shadow: none; */
/* } */
.btn-outline
{
color
:
inherit
;
...
...
@@ -1818,18 +1818,19 @@ table.dataTable thead .sorting:after {
.form-control
,
.single-line
{
background
:
#FFFFFF
none
;
border
:
1px
solid
#e5e6e7
;
border-radius
:
1
px
;
border-radius
:
4
px
;
color
:
inherit
;
display
:
block
;
padding
:
6px
12
px
;
padding
:
3px
6px
4
px
;
-webkit-transition
:
border-color
0.15s
ease-in-out
0s
,
box-shadow
0.15s
ease-in-out
0s
;
transition
:
border-color
0.15s
ease-in-out
0s
,
box-shadow
0.15s
ease-in-out
0s
;
width
:
100%
;
height
:
31px
;
font-size
:
14px
;
}
.form-control
:focus
,
.single-line
:focus
{
border-color
:
#
1ab394
!important
;
border-color
:
#
3c8dbc
!important
;
}
.has-success
.form-control
{
...
...
ruoyi-admin/src/main/resources/static/img/blue.png
View replaced file @
9c763dce
View file @
9f248e97
1.11 KB
|
W:
|
H:
3.99 KB
|
W:
|
H:
2-up
Swipe
Onion skin
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
View file @
9f248e97
...
...
@@ -330,7 +330,7 @@
label
.error
{
position
:
absolute
;
right
:
18px
;
top
:
10
px
;
top
:
6
px
;
color
:
#ef392b
;
font-size
:
12px
;
z-index
:
99
;
...
...
@@ -644,10 +644,10 @@ label {
margin
:
5px
15px
5px
0px
;
}
.select-list
li
p
,
.select-list
li
label
:not
(
.radio-box
)
:not
(
.select-time
)
{
.select-list
li
p
,
.select-list
li
label
:not
(
.radio-box
)
{
float
:
left
;
width
:
65px
;
margin
:
5px
5px
5
px
0px
;
margin
:
5px
0px
0
px
0px
;
text-align
:
right
;
}
...
...
@@ -681,11 +681,11 @@ label {
.bootstrap-select.form-control
.btn-default
{
color
:
inherit
;
padding
:
6px
12
px
;
border-radius
:
1
px
;
padding
:
4px
6px
4
px
;
border-radius
:
4
px
;
border
:
1px
solid
#e5e6e7
;
outline
:
none
;
height
:
3
4
px
;
height
:
3
1
px
;
background
:
#FFFFFF
none
}
...
...
@@ -1068,6 +1068,7 @@ label {
visibility
:
visible
;
}
/* 设置滚动条样式 */
::-webkit-scrollbar
{
width
:
6px
;
height
:
10px
;
...
...
@@ -1077,4 +1078,21 @@ label {
::-webkit-scrollbar-thumb
{
border-radius
:
6px
;
background-color
:
#999
;
}
\ No newline at end of file
}
/* 设置placeholder样式 */
::-webkit-input-placeholder
{
color
:
#b3b3b3
!important
;
}
:-moz-placeholder
{
color
:
#b3b3b3
!important
;
}
::-moz-placeholder
{
color
:
#b3b3b3
!important
;
}
:-ms-input-placeholder
{
color
:
#b3b3b3
!important
;
}
sql/ry_202006
17
.sql
→
sql/ry_202006
20
.sql
View file @
9f248e97
...
...
@@ -651,8 +651,8 @@ create table gen_table (
table_id
bigint
(
20
)
not
null
auto_increment
comment
'编号'
,
table_name
varchar
(
200
)
default
''
comment
'表名称'
,
table_comment
varchar
(
500
)
default
''
comment
'表描述'
,
sub_table_name
varchar
(
64
)
default
null
comment
'关联
父
表的表名'
,
sub_table_fk_name
varchar
(
64
)
default
null
comment
'
本表关联父表
的外键名'
,
sub_table_name
varchar
(
64
)
default
null
comment
'关联
子
表的表名'
,
sub_table_fk_name
varchar
(
64
)
default
null
comment
'
子表关联
的外键名'
,
class_name
varchar
(
100
)
default
''
comment
'实体类名称'
,
tpl_category
varchar
(
200
)
default
'crud'
comment
'使用的模板(crud单表操作 tree树表操作 sub主子表操作)'
,
package_name
varchar
(
100
)
comment
'生成包路径'
,
...
...
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