/* Styles for editor and display helpers----------------------------------------------------------*/.display-label,.editor-label{ margin: 1em 0 0 0;} .display-field,.editor-field{ margin:0.5em 0 0 0;} .text-Box{ width: 30em;} .text-Box.multi-line{ height: 6.5em;} .tri-state{ width: 6em;}
需要进行哪些更改?谢谢
这样做会将元素设置为块,但不会像块一样在元素之前和之前放置分页符.
.display-field,.editor-field{ display: inline-block; margin:0.5em 0 0 0;}