新增分页跳转到指定页码

This commit is contained in:
RuoYi
2019-03-07 12:57:15 +08:00
parent f1ba270a47
commit 2d32b0d9c2
7 changed files with 27 additions and 6 deletions

View File

@ -556,6 +556,7 @@ label {
background-color:#eee;
}
/** 表单布局 **/
.form-header {
font-size:15px;
color:#6379bb;
@ -574,3 +575,19 @@ label {
border-image: none;
border-width: 1px 0px;
}
/** 表格跳转样式 **/
.pageGo input {
height: 32px;
width: 50px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
display: block;
float:left;
}
.pageGo button {
height: 32px;
display: block;
float:left;
}