Showing
1 changed file
with
5 additions
and
1 deletions
| ... | @@ -80,7 +80,11 @@ | ... | @@ -80,7 +80,11 @@ |
| 80 | color:#6379bb; | 80 | color:#6379bb; |
| 81 | border-bottom:1px solid #ddd; | 81 | border-bottom:1px solid #ddd; |
| 82 | margin:8px 10px 25px 10px; | 82 | margin:8px 10px 25px 10px; |
| 83 | - padding-bottom:5px | 83 | + padding-bottom:5px; |
| 84 | + .formItem { | ||
| 85 | + width: 100%; | ||
| 86 | + max-width: 310px; | ||
| 87 | + } | ||
| 84 | } | 88 | } |
| 85 | 89 | ||
| 86 | /** 表格布局 **/ | 90 | /** 表格布局 **/ | ... | ... |
-
Please register or login to post a comment