如果我在ui-select中使用data-ng-show,输入框的宽度为10px,这是该输入框的内联样式,但是如果我删除了数据-ng-show,它可以正常工作。 为什么会这样?还有其他解决办法吗?
select * from tblAccountExecSummary summary
where not exists
(select 1 from tblAccountExecStatus status join tblAccountExecSummary sumwith1 on status.account_executive = sumwith1.account_executive
where status.status = 1
and sumwith1.id = summary.id
)
如图所示,占位符因内置宽度10px
而被隐藏