美化crud生成的代码格式

pull/71/head
PPPSCN 2018-04-17 23:22:59 +08:00
parent d0373fc870
commit 3e7799a796
1 changed files with 4 additions and 0 deletions

View File

@ -865,4 +865,8 @@ div.pre {
border: 1px solid #ccc;
border-radius: 3px;
text-align: left;
}
#add-form .panel-body,#edit-form .panel-body{
padding-bottom:0;
}