下拉符号与AngularJS 1中的文本重叠

时间:2017-01-03 09:47:23

标签: angularjs

我有dropdown,其中包含更多字符的元素。为了在dropdown中显示它,我必须决定添加3个点,因为它有更多的字符。

当我回来编辑dropdown的值(退出并登录并尝试编辑)时,文字与dropdown符号重叠。

(Wrong tick mark in img)

<div style="margin-top:3.2px;" class="shortdropdownContainer weak">
    <div  class="selectdivshort weak" style="display;none">
        <label>
            <select class="chooseCoun ng-pristine ng-untouched ng-valid"
                ng-init="init()"
                data-ng-model="selectedType"
                data-ng-options="x.value for x in businessType" >
            </select>
        </label>
    </div>
    <p id="dropdownmessage" class="editCorporate weak">
        {{selectedType.value}}
    </p>
</div>

目前代码如上所示。

即使我回到编辑模式,我也希望下拉列表以相同的方式运行。 下拉列表应该看起来像(Right tick mark in img).

0 个答案:

没有答案