• 1398/05/05

تغییر سایز EditorFor :

سلام استاد خسته نباشید

این کد های نام کامل و ایمیل 

<div class="form-group">
            @Html.LabelFor(model => model.FullName, htmlAttributes: new { @class = "control-label col-md-2" })
            <div class="col-md-10">
                @Html.EditorFor(model => model.FullName, new { htmlAttributes = new { @class = "form-control" } })
                @Html.ValidationMessageFor(model => model.FullName, "", new { @class = "text-danger" })
            </div>
        </div>

        <div class="form-group">
            @Html.LabelFor(model => model.Email, htmlAttributes: new { @class = "control-label col-md-2" })
            <div class="col-md-10">
                @Html.EditorFor(model => model.Email, new { htmlAttributes = new { @class = "form-control" } })
                @Html.ValidationMessageFor(model => model.Email, "", new { @class = "text-danger" })
            </div>
        </div>

 

و تصویر

چکار کنم همشون هم سایز باشن؟ ممنون

  • 1398/05/05
  • ساعت 10:03

سلام 

width باید 100%بدید

میخواهید اصولی باشه آموزش بوت استرپ سایت رو ببینید