Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个单选按钮有什么问题不在同一行显示
我更改 Css 文件,就像我的代码在这里
.css { display:inline-box; }
我的 HTML 像这样
<td><?php echo $this->Form->input('subscription_id',array('label'=>' package_name','type'=>'radio','options'=>$view,'id'=>'packagename'));?></td>
尝试使用display: inline
display: inline
.css { display:inline; }