gpt4 book ai didi

asp.net - 如何设置 DropDownList 中 ListItem 的对齐方式?

转载 作者:行者123 更新时间:2023-12-02 13:44:50 26 4
gpt4 key购买 nike

我的 aspx 文件中有一个 DropDownList,如下所示:

<asp:DropDownList runat="server" ID="MaxRec">
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
<asp:ListItem>100</asp:ListItem>
<asp:ListItem>150</asp:ListItem>
<asp:ListItem Selected="True">200</asp:ListItem>
</asp:DropDownList>

在 Chrome 中它呈现如下:

DDL

如何将所有 ListItems 的对齐方式设置为向右,以便值正确对齐?我尝试在 DropDownList 和 ListItems 上设置 style="text-align:right"但没有任何效果。我需要一个也适用于 Chrome 的解决方案。

感谢您的回复!

最佳答案

添加以下样式将根据需要对齐数字,但会将下拉箭头移动到左侧而不是右侧。

除了使用此功能之外,我认为无法右对齐选择选项可能是 Chrome 中的一个限制。

.drop-down-list
{
direction: rtl;
}

关于asp.net - 如何设置 DropDownList 中 ListItem 的对齐方式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6938374/

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