asp.net mvc 设置文本框的宽高

<p>
        @Html.TextArea("text","",new { @class = "bigfield", style = "width: 700px; height:150px;" })
    </p>

 

posted on 2019-07-25 15:32  lopengye  阅读(245)  评论(0编辑  收藏  举报

导航