|
|
@ -24,6 +24,10 @@
|
|
|
|
top: -1px;
|
|
|
|
top: -1px;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.layui-card-body .layui-form {
|
|
|
|
|
|
|
|
margin-top: 0 !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
@ -270,7 +274,7 @@
|
|
|
|
class_id: $("#class").val(),
|
|
|
|
class_id: $("#class").val(),
|
|
|
|
person_name: $("#personName").val()
|
|
|
|
person_name: $("#personName").val()
|
|
|
|
},
|
|
|
|
},
|
|
|
|
height: 'full-150',
|
|
|
|
height: 'full-135',
|
|
|
|
page: {
|
|
|
|
page: {
|
|
|
|
limit: 15
|
|
|
|
limit: 15
|
|
|
|
, layout: ['count', 'prev', 'page', 'next', 'skip']
|
|
|
|
, layout: ['count', 'prev', 'page', 'next', 'skip']
|
|
|
|