标签: razor
如何根据内容长度调整下拉宽度
@Html.DropDownListFor( x => x.ListId, Model.MyList, new { @class = "mycombo" } )
我可以在内容大小增加/减少时包含相对宽度吗?
答案 0 :(得分:0)
@Html.DropDownListFor( x => x.ListId, Model.MyList, new { @style= "width:%100px;" } )