gpt4 book ai didi

asp.net-mvc-3 - 制作一个Html.TextBoxFor看起来像一个标签

转载 作者:行者123 更新时间:2023-12-04 03:40:43 25 4
gpt4 key购买 nike

我想使MVC 3中的文本框像标签一样显示。我仍然在代码显示边框。

<p>@Html.TextBoxFor(m => m.PostcardsperWeek, new Dictionary<string, object>() { 
{ "id", "txtPostcardPerWeek" },
{ "readonly", "true" },
{"class", "TextBoxAsLabel"} })
</p>

CSS:
.TextBoxAsLabel
{
border: none;
background-color: #fff;
background: transparent;
}

最佳答案

使边框与背景颜色相同。

关于asp.net-mvc-3 - 制作一个Html.TextBoxFor看起来像一个标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5021433/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com