無味
发布于 2015-06-19 / 3 阅读
0

Html-Css标签lable中定义宽度需要其他的支持-243573295

lable的标签如果定义了width,如果要使起生效,则需要定义display

width: 130px;
display: inline-block;