Optimize the search bar offset

develop
就眠仪式 2021-03-10 22:39:00 +08:00
parent 5e8b354c15
commit 083b5ba4a1
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,6 @@
.layui-card-body .layui-form{
margin-top: 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #ccc;

View File

@ -85,7 +85,6 @@
]
</script>
<div style="display: none;">
<div class="layer-top">
<br />

View File

@ -77,7 +77,6 @@ layui.use(['form','jquery'],function(){
});
roleIds = roleIds.substr(0,roleIds.length-1);
data.field.roleIds = roleIds;
$.ajax({
url:'/system/user/save',
data:JSON.stringify(data.field),