美化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

@ -866,3 +866,7 @@ div.pre {
border-radius: 3px; border-radius: 3px;
text-align: left; text-align: left;
} }
#add-form .panel-body,#edit-form .panel-body{
padding-bottom:0;
}